Package | Description |
---|---|
com.google.api.services.speech.v1p1beta1.model |
Modifier and Type | Method and Description |
---|---|
SpeakerDiarizationConfig |
SpeakerDiarizationConfig.clone() |
SpeakerDiarizationConfig |
RecognitionConfig.getDiarizationConfig()
Config to enable speaker diarization and set additional parameters to make diarization better
suited for your application.
|
SpeakerDiarizationConfig |
SpeakerDiarizationConfig.set(java.lang.String fieldName,
java.lang.Object value) |
SpeakerDiarizationConfig |
SpeakerDiarizationConfig.setEnableSpeakerDiarization(java.lang.Boolean enableSpeakerDiarization)
If 'true', enables speaker detection for each recognized word in the top alternative of the
recognition result using a speaker_tag provided in the WordInfo.
|
SpeakerDiarizationConfig |
SpeakerDiarizationConfig.setMaxSpeakerCount(java.lang.Integer maxSpeakerCount)
Maximum number of speakers in the conversation.
|
SpeakerDiarizationConfig |
SpeakerDiarizationConfig.setMinSpeakerCount(java.lang.Integer minSpeakerCount)
Minimum number of speakers in the conversation.
|
SpeakerDiarizationConfig |
SpeakerDiarizationConfig.setSpeakerTag(java.lang.Integer speakerTag)
Output only.
|
Modifier and Type | Method and Description |
---|---|
RecognitionConfig |
RecognitionConfig.setDiarizationConfig(SpeakerDiarizationConfig diarizationConfig)
Config to enable speaker diarization and set additional parameters to make diarization better
suited for your application.
|