Package com.google.cloud.speech.v2
Interface RecognitionResponseMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecognitionResponseMetadata
,RecognitionResponseMetadata.Builder
public interface RecognitionResponseMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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.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;
-
-