Class: Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata

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

Metadata about transcription for a single file (for example, progress percent).

Instance Attribute Summary collapse

Instance Attribute Details

#error::Google::Rpc::Status

Returns Error if one was encountered.

Returns:



1120
1121
1122
1123
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1120

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.

Returns:

  • (::Integer)

    How much of the file has been transcribed so far.



1120
1121
1122
1123
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1120

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.

Returns:

  • (::String)

    The Cloud Storage URI to which recognition results will be written.



1120
1121
1122
1123
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1120

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