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
- (::Google::Rpc::Status) — Error if one was encountered.
#error=
def error=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — Error if one was encountered.
Returns
- (::Google::Rpc::Status) — Error if one was encountered.
#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.