Class: Google::Cloud::Speech::V2::BatchRecognizeFileResult
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::BatchRecognizeFileResult
- 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
-
#cloud_storage_result ⇒ ::Google::Cloud::Speech::V2::CloudStorageResult
Recognition results written to Cloud Storage.
-
#error ⇒ ::Google::Rpc::Status
Error if one was encountered.
-
#inline_result ⇒ ::Google::Cloud::Speech::V2::InlineResult
Recognition results.
- #metadata ⇒ ::Google::Cloud::Speech::V2::RecognitionResponseMetadata
-
#transcript ⇒ ::Google::Cloud::Speech::V2::BatchRecognizeResults
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#uri ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
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].
1185 1186 1187 1188 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1185 class BatchRecognizeFileResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error ⇒ ::Google::Rpc::Status
Returns Error if one was encountered.
1185 1186 1187 1188 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1185 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].
1185 1186 1187 1188 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1185 class BatchRecognizeFileResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Cloud::Speech::V2::RecognitionResponseMetadata
1185 1186 1187 1188 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1185 class BatchRecognizeFileResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transcript ⇒ ::Google::Cloud::Speech::V2::BatchRecognizeResults
This field is deprecated and may be removed in the next major version update.
Returns Deprecated. Use inline_result.transcript
instead.
1185 1186 1187 1188 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1185 class BatchRecognizeFileResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns Deprecated. Use cloud_storage_result.native_format_uri
instead.
1185 1186 1187 1188 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1185 class BatchRecognizeFileResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |