Interface SpeakerDiarizationConfigOrBuilder (4.77.0)

public interface SpeakerDiarizationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxSpeakerCount()

public abstract int getMaxSpeakerCount()

Optional. The system automatically determines the number of speakers. This value is not currently used.

int32 max_speaker_count = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The maxSpeakerCount.

getMinSpeakerCount()

public abstract int getMinSpeakerCount()

Optional. The system automatically determines the number of speakers. This value is not currently used.

int32 min_speaker_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The minSpeakerCount.