Class: Google::Cloud::Speech::V2::RecognitionResponseMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::RecognitionResponseMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Metadata about the recognition request and response.
Instance Attribute Summary collapse
-
#total_billed_duration ⇒ ::Google::Protobuf::Duration
When available, billed audio seconds for the corresponding request.
Instance Attribute Details
#total_billed_duration ⇒ ::Google::Protobuf::Duration
Returns When available, billed audio seconds for the corresponding request.
659 660 661 662 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 659 class RecognitionResponseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |