enableSpeakerDiarization property

bool? enableSpeakerDiarization
getter/setter pair

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.

Note: When this is true, we send all the words from the beginning of the audio for the top alternative in every consecutive response. This is done in order to improve our speaker tags as our models learn to identify the speakers in the conversation over time.

Optional.

Implementation

core.bool? enableSpeakerDiarization;