Config to enable speaker diarization.
More...
|
virtual System.Nullable< bool > | EnableSpeakerDiarization [get, set] |
| 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. More...
|
|
virtual System.Nullable< int > | MaxSpeakerCount [get, set] |
| Maximum number of speakers in the conversation. This range gives you more flexibility by allowing the system to automatically determine the correct number of speakers. If not set, the default value is 6. More...
|
|
virtual System.Nullable< int > | MinSpeakerCount [get, set] |
| Minimum number of speakers in the conversation. This range gives you more flexibility by allowing the system to automatically determine the correct number of speakers. If not set, the default value is 2. More...
|
|
virtual System.Nullable< int > | SpeakerTag [get, set] |
| Output only. Unused. More...
|
|
virtual string | ETag [get, set] |
| The ETag of the item. More...
|
|
string | ETag |
|
Config to enable speaker diarization.
◆ EnableSpeakerDiarization
virtual System.Nullable<bool> Google.Apis.Speech.v1.Data.SpeakerDiarizationConfig.EnableSpeakerDiarization |
|
getset |
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.
◆ ETag
virtual string Google.Apis.Speech.v1.Data.SpeakerDiarizationConfig.ETag |
|
getset |
◆ MaxSpeakerCount
virtual System.Nullable<int> Google.Apis.Speech.v1.Data.SpeakerDiarizationConfig.MaxSpeakerCount |
|
getset |
Maximum number of speakers in the conversation. This range gives you more flexibility by allowing the system to automatically determine the correct number of speakers. If not set, the default value is 6.
◆ MinSpeakerCount
virtual System.Nullable<int> Google.Apis.Speech.v1.Data.SpeakerDiarizationConfig.MinSpeakerCount |
|
getset |
Minimum number of speakers in the conversation. This range gives you more flexibility by allowing the system to automatically determine the correct number of speakers. If not set, the default value is 2.
◆ SpeakerTag
virtual System.Nullable<int> Google.Apis.Speech.v1.Data.SpeakerDiarizationConfig.SpeakerTag |
|
getset |
The documentation for this class was generated from the following file: