Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::BatchRecognizeFileResult (v0.5.1)

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

Final results for a single file.

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

#metadata

def metadata() -> ::Google::Cloud::Speech::V2::RecognitionResponseMetadata

#metadata=

def metadata=(value) -> ::Google::Cloud::Speech::V2::RecognitionResponseMetadata

#transcript

def transcript() -> ::Google::Cloud::Speech::V2::BatchRecognizeResults
Returns

#transcript=

def transcript=(value) -> ::Google::Cloud::Speech::V2::BatchRecognizeResults
Parameter
Returns

#uri

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

#uri=

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