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
    
  - (::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.
 
#uri
def uri() -> ::String
    Returns
    
  - (::String) — The GCS URI to which recognition results were written.
 
#uri=
def uri=(value) -> ::String
    Parameter
    
  - value (::String) — The GCS URI to which recognition results were written.
 
    Returns
    
- (::String) — The GCS URI to which recognition results were written.