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
-
#request_id ⇒ ::String
Global request identifier auto-generated by the API.
-
#total_billed_duration ⇒ ::Google::Protobuf::Duration
When available, billed audio seconds for the corresponding request.
Instance Attribute Details
#request_id ⇒ ::String
Returns Global request identifier auto-generated by the API.
730 731 732 733 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 730 class RecognitionResponseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_billed_duration ⇒ ::Google::Protobuf::Duration
Returns When available, billed audio seconds for the corresponding request.
730 731 732 733 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 730 class RecognitionResponseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |