- 
                Notifications
    You must be signed in to change notification settings 
- Fork 10
add batch speaker id docs #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| Someone is attempting to deploy a commit to the Speechmatics Team on Vercel. A member of the Team first needs to authorize it. | 
| - final: false (default) — returns identifiers generated up to the point of the request. To avoid empty results, wait until the server has issued at least one `AddTranscript` message before sending the request. | ||
| - final: true — waits until the end of the stream and returns identifiers based on all audio. | ||
|  | ||
| Alternatively, you can enable automatic speaker retrieval by setting the `get_speakers` option to true in the diarization configuration (recommended for enrollment). This ensures the engine automatically returns speaker identifiers when the transcription completes — the same behavior as issuing a `GetSpeakers(final=true)` request manually. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also added the get_speakers flag to rt config -  so mentioning it here
ccfd695    to
    393ea71      
    Compare
  
    393ea71    to
    9d5e1fa      
    Compare
  
    | The latest updates on your projects. Learn more about Vercel for GitHub. 
 | 
| ## Supported modes | ||
|  | ||
| Speaker identification is currently only supported in **[Realtime speaker identification](../realtime/realtime-speaker-identification.mdx)**<br/> mode with the batch support coming soon. | ||
| Speaker identification is supported in both **[Realtime speaker identification](../realtime/speaker-identification.mdx)**<br/> and **[Batch speaker identification](../batch/speaker-identification.mdx)**<br/> modes. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d1e414a    to
    172638d      
    Compare
  
    
Closes DEL-28753