Class: Google::Cloud::Speech::V2::BatchRecognizeResults
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::BatchRecognizeResults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Output type for Cloud Storage of BatchRecognize transcripts. Though this proto isn't returned in this API anywhere, the Cloud Storage transcripts will be this proto serialized and should be parsed as such.
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Cloud::Speech::V2::RecognitionResponseMetadata
Metadata about the recognition.
-
#results ⇒ ::Array<::Google::Cloud::Speech::V2::SpeechRecognitionResult>
Sequential list of transcription results corresponding to sequential portions of audio.
Instance Attribute Details
#metadata ⇒ ::Google::Cloud::Speech::V2::RecognitionResponseMetadata
Returns Metadata about the recognition.
1004 1005 1006 1007 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1004 class BatchRecognizeResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#results ⇒ ::Array<::Google::Cloud::Speech::V2::SpeechRecognitionResult>
Returns Sequential list of transcription results corresponding to sequential portions of audio.
1004 1005 1006 1007 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1004 class BatchRecognizeResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |