public interface BargeInConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getNoBargeInDuration()
Duration that is not eligible for barge-in at the beginning of the input
audio.
|
com.google.protobuf.DurationOrBuilder |
getNoBargeInDurationOrBuilder()
Duration that is not eligible for barge-in at the beginning of the input
audio.
|
com.google.protobuf.Duration |
getTotalDuration()
Total duration for the playback at the beginning of the input audio.
|
com.google.protobuf.DurationOrBuilder |
getTotalDurationOrBuilder()
Total duration for the playback at the beginning of the input audio.
|
boolean |
hasNoBargeInDuration()
Duration that is not eligible for barge-in at the beginning of the input
audio.
|
boolean |
hasTotalDuration()
Total duration for the playback at the beginning of the input audio.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNoBargeInDuration()
Duration that is not eligible for barge-in at the beginning of the input audio.
.google.protobuf.Duration no_barge_in_duration = 1;com.google.protobuf.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;com.google.protobuf.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;boolean hasTotalDuration()
Total duration for the playback at the beginning of the input audio.
.google.protobuf.Duration total_duration = 2;com.google.protobuf.Duration getTotalDuration()
Total duration for the playback at the beginning of the input audio.
.google.protobuf.Duration total_duration = 2;com.google.protobuf.DurationOrBuilder getTotalDurationOrBuilder()
Total duration for the playback at the beginning of the input audio.
.google.protobuf.Duration total_duration = 2;Copyright © 2023 Google LLC. All rights reserved.