Interface BargeInConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BargeInConfig, BargeInConfig.Builder

    public interface BargeInConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasNoBargeInDuration

        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:
        Whether the noBargeInDuration field is set.
      • getNoBargeInDuration

        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;
        Returns:
        The noBargeInDuration.
      • getNoBargeInDurationOrBuilder

        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;
      • hasTotalDuration

        boolean hasTotalDuration()
         Total duration for the playback at the beginning of the input audio.
         
        .google.protobuf.Duration total_duration = 2;
        Returns:
        Whether the totalDuration field is set.
      • getTotalDuration

        com.google.protobuf.Duration getTotalDuration()
         Total duration for the playback at the beginning of the input audio.
         
        .google.protobuf.Duration total_duration = 2;
        Returns:
        The totalDuration.
      • getTotalDurationOrBuilder

        com.google.protobuf.DurationOrBuilder getTotalDurationOrBuilder()
         Total duration for the playback at the beginning of the input audio.
         
        .google.protobuf.Duration total_duration = 2;