Class: Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Metadata about transcription for a single file (for example, progress percent).
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Rpc::Status
Error if one was encountered.
-
#progress_percent ⇒ ::Integer
How much of the file has been transcribed so far.
-
#uri ⇒ ::String
The Cloud Storage URI to which recognition results will be written.
Instance Attribute Details
#error ⇒ ::Google::Rpc::Status
Returns Error if one was encountered.
1040 1041 1042 1043 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1040 class BatchRecognizeTranscriptionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_percent ⇒ ::Integer
Returns How much of the file has been transcribed so far.
1040 1041 1042 1043 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1040 class BatchRecognizeTranscriptionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns The Cloud Storage URI to which recognition results will be written.
1040 1041 1042 1043 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1040 class BatchRecognizeTranscriptionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |