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
-
#error ⇒ ::Google::Rpc::Status
Error if one was encountered.
- #metadata ⇒ ::Google::Cloud::Speech::V2::RecognitionResponseMetadata
-
#transcript ⇒ ::Google::Cloud::Speech::V2::BatchRecognizeResults
The transcript for the audio file.
-
#uri ⇒ ::String
The Cloud Storage URI to which recognition results were written.
Instance Attribute Details
#error ⇒ ::Google::Rpc::Status
Returns Error if one was encountered.
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].
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.
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 |