maxSpeakerLabels property

int? maxSpeakerLabels
final

The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

Implementation

final int? maxSpeakerLabels;