Interface BargeInConfigOrBuilder (0.52.0)

public interface BargeInConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNoBargeInDuration()

public abstract Duration getNoBargeInDuration()

Duration that is not eligible for barge-in at the beginning of the input audio.

.google.protobuf.Duration no_barge_in_duration = 1;

Returns
TypeDescription
Duration

The noBargeInDuration.

getNoBargeInDurationOrBuilder()

public abstract DurationOrBuilder getNoBargeInDurationOrBuilder()

Duration that is not eligible for barge-in at the beginning of the input audio.

.google.protobuf.Duration no_barge_in_duration = 1;

Returns
TypeDescription
DurationOrBuilder

getTotalDuration()

public abstract Duration getTotalDuration()

Total duration for the playback at the beginning of the input audio.

.google.protobuf.Duration total_duration = 2;

Returns
TypeDescription
Duration

The totalDuration.

getTotalDurationOrBuilder()

public abstract DurationOrBuilder getTotalDurationOrBuilder()

Total duration for the playback at the beginning of the input audio.

.google.protobuf.Duration total_duration = 2;

Returns
TypeDescription
DurationOrBuilder

hasNoBargeInDuration()

public abstract boolean hasNoBargeInDuration()

Duration that is not eligible for barge-in at the beginning of the input audio.

.google.protobuf.Duration no_barge_in_duration = 1;

Returns
TypeDescription
boolean

Whether the noBargeInDuration field is set.

hasTotalDuration()

public abstract boolean hasTotalDuration()

Total duration for the playback at the beginning of the input audio.

.google.protobuf.Duration total_duration = 2;

Returns
TypeDescription
boolean

Whether the totalDuration field is set.