Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata (v0.10.0)

Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::BatchRecognizeTranscriptionMetadata.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error

def error() -> ::Google::Rpc::Status
Returns

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
Returns

#progress_percent

def progress_percent() -> ::Integer
Returns
  • (::Integer) — How much of the file has been transcribed so far.

#progress_percent=

def progress_percent=(value) -> ::Integer
Parameter
  • value (::Integer) — How much of the file has been transcribed so far.
Returns
  • (::Integer) — How much of the file has been transcribed so far.

#uri

def uri() -> ::String
Returns
  • (::String) — The Cloud Storage URI to which recognition results will be written.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — The Cloud Storage URI to which recognition results will be written.
Returns
  • (::String) — The Cloud Storage URI to which recognition results will be written.