Reference documentation and code samples for the Cloud Speech V2 Client class SpeakerDiarizationConfig.
Configuration to enable speaker diarization.
Generated from protobuf message google.cloud.speech.v2.SpeakerDiarizationConfig
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ min_speaker_count |
int
Optional. The system automatically determines the number of speakers. This value is not currently used. |
↳ max_speaker_count |
int
Optional. The system automatically determines the number of speakers. This value is not currently used. |
getMinSpeakerCount
Optional. The system automatically determines the number of speakers. This value is not currently used.
| Returns | |
|---|---|
| Type | Description |
int |
|
setMinSpeakerCount
Optional. The system automatically determines the number of speakers. This value is not currently used.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMaxSpeakerCount
Optional. The system automatically determines the number of speakers. This value is not currently used.
| Returns | |
|---|---|
| Type | Description |
int |
|
setMaxSpeakerCount
Optional. The system automatically determines the number of speakers. This value is not currently used.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|