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

#cloud_storage_result::Google::Cloud::Speech::V2::CloudStorageResult

Returns Recognition results written to Cloud Storage. This is populated only when GcsOutputConfig is set in the [RecognitionOutputConfig][[google.cloud.speech.v2.RecognitionOutputConfig].

Returns:



1164
1165
1166
1167
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1164

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

#error::Google::Rpc::Status

Returns Error if one was encountered.

Returns:



1164
1165
1166
1167
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1164

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

#inline_result::Google::Cloud::Speech::V2::InlineResult

Returns Recognition results. This is populated only when InlineOutputConfig is set in the [RecognitionOutputConfig][[google.cloud.speech.v2.RecognitionOutputConfig].

Returns:



1164
1165
1166
1167
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1164

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

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



1164
1165
1166
1167
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1164

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

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

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Deprecated. Use inline_result.transcript instead.

Returns:



1164
1165
1166
1167
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1164

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

#uri::String

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Deprecated. Use cloud_storage_result.native_format_uri instead.

Returns:

  • (::String)

    Deprecated. Use cloud_storage_result.native_format_uri instead.



1164
1165
1166
1167
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1164

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