speech  v1
Properties | List of all members
Google.Apis.Speech.v1.Data.SpeakerDiarizationConfig Class Reference

Config to enable speaker diarization. More...

Inheritance diagram for Google.Apis.Speech.v1.Data.SpeakerDiarizationConfig:
Google::Apis::Requests::IDirectResponseSchema

Properties

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...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Config to enable speaker diarization.

Property Documentation

◆ 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

The ETag of the item.

◆ 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

Output only. Unused.


The documentation for this class was generated from the following file: