Interface RecognitionResponseMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Duration getTotalBilledDuration()
      When available, billed audio seconds for the corresponding request.
      com.google.protobuf.DurationOrBuilder getTotalBilledDurationOrBuilder()
      When available, billed audio seconds for the corresponding request.
      boolean hasTotalBilledDuration()
      When available, billed audio seconds for the corresponding request.
      • 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

      • hasTotalBilledDuration

        boolean hasTotalBilledDuration()
         When available, billed audio seconds for the corresponding request.
         
        .google.protobuf.Duration total_billed_duration = 6;
        Returns:
        Whether the totalBilledDuration field is set.
      • getTotalBilledDuration

        com.google.protobuf.Duration getTotalBilledDuration()
         When available, billed audio seconds for the corresponding request.
         
        .google.protobuf.Duration total_billed_duration = 6;
        Returns:
        The totalBilledDuration.
      • getTotalBilledDurationOrBuilder

        com.google.protobuf.DurationOrBuilder getTotalBilledDurationOrBuilder()
         When available, billed audio seconds for the corresponding request.
         
        .google.protobuf.Duration total_billed_duration = 6;