public interface BargeInConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the totalDuration field is set. |