Class: Google::Cloud::Speech::V1p1beta1::RecognitionAudio
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Speech::V1p1beta1::RecognitionAudio
 
 
- Defined in:
 - lib/google/cloud/speech/v1p1beta1/doc/google/cloud/speech/v1p1beta1/cloud_speech.rb
 
Overview
Contains audio data in the encoding specified in the +RecognitionConfig+. Either +content+ or +uri+ must be supplied. Supplying both or neither returns Rpc::Code::INVALID_ARGUMENT. See audio limits.
Instance Attribute Summary collapse
- 
  
    
      #content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The audio data bytes encoded as specified in +RecognitionConfig+.
 - 
  
    
      #uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
URI that points to a file that contains audio data bytes as specified in +RecognitionConfig+.
 
Instance Attribute Details
#content ⇒ String
Returns The audio data bytes encoded as specified in +RecognitionConfig+. Note: as with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
      474  | 
    
      # File 'lib/google/cloud/speech/v1p1beta1/doc/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 474 class RecognitionAudio; end  | 
  
#uri ⇒ String
Returns URI that points to a file that contains audio data bytes as specified in +RecognitionConfig+. Currently, only Google Cloud Storage URIs are supported, which must be specified in the following format: +gs://bucket_name/object_name+ (other URI formats return Rpc::Code::INVALID_ARGUMENT). For more information, see Request URIs.
      474  | 
    
      # File 'lib/google/cloud/speech/v1p1beta1/doc/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 474 class RecognitionAudio; end  |