Class: Google::Cloud::Speech::V2::BatchRecognizeFileResult

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

Final results for a single file.

Instance Attribute Summary collapse

Instance Attribute Details

#error::Google::Rpc::Status

Returns Error if one was encountered.

Returns:



1024
1025
1026
1027
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1024

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

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



1024
1025
1026
1027
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1024

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

#transcript::Google::Cloud::Speech::V2::BatchRecognizeResults

Returns The transcript for the audio file. This is populated only when InlineOutputConfig is set in the [RecognitionOutputConfig][[google.cloud.speech.v2.RecognitionOutputConfig].

Returns:



1024
1025
1026
1027
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1024

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

#uri::String

Returns The Cloud Storage URI to which recognition results were written.

Returns:

  • (::String)

    The Cloud Storage URI to which recognition results were written.



1024
1025
1026
1027
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1024

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