Reference documentation and code samples for the Cloud Speech V1p1beta1 Client class SpeakerDiarizationConfig.
Config to enable speaker diarization.
Generated from protobuf message google.cloud.speech.v1p1beta1.SpeakerDiarizationConfig
Namespace
Google \ Cloud \ Speech \ V1p1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ enable_speaker_diarization | boolIf 'true', enables speaker detection for each recognized word in the top alternative of the recognition result using a speaker_tag provided in the WordInfo. | 
| ↳ min_speaker_count | intMinimum 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. | 
| ↳ max_speaker_count | intMaximum 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. | 
| ↳ speaker_tag | intOutput only. Unused. | 
getEnableSpeakerDiarization
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.
| Returns | |
|---|---|
| Type | Description | 
| bool | |
setEnableSpeakerDiarization
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.
| Parameter | |
|---|---|
| Name | Description | 
| var | bool | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getMinSpeakerCount
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.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setMinSpeakerCount
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.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getMaxSpeakerCount
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.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setMaxSpeakerCount
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.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getSpeakerTag
Output only. Unused.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setSpeakerTag
Output only. Unused.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |