Cloud Speech V1 Client - Class SpeakerDiarizationConfig (1.18.1)

Reference documentation and code samples for the Cloud Speech V1 Client class SpeakerDiarizationConfig.

Config to enable speaker diarization.

Generated from protobuf message google.cloud.speech.v1.SpeakerDiarizationConfig

Namespace

Google \ Cloud \ Speech \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ enable_speaker_diarization bool

If 'true', enables speaker detection for each recognized word in the top alternative of the recognition result using a speaker_label provided in the WordInfo.

↳ min_speaker_count int

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.

↳ max_speaker_count int

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.

↳ speaker_tag int

Output only. Unused.

getEnableSpeakerDiarization

If 'true', enables speaker detection for each recognized word in the top alternative of the recognition result using a speaker_label 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_label 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