Class: Google::Cloud::Speech::V2::BatchRecognizeResults

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#metadata::Google::Cloud::Speech::V2::RecognitionResponseMetadata

Returns Metadata about the recognition.

Returns:



1098
1099
1100
1101
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1098

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.

Returns:



1098
1099
1100
1101
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1098

class BatchRecognizeResults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end