Class: Google::Cloud::Language::V1beta2::AnalyzeEntitiesRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Cloud::Language::V1beta2::AnalyzeEntitiesRequest
 
- Defined in:
- lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb
Overview
The entity analysis request message.
Instance Attribute Summary collapse
- 
  
    
      #document  ⇒ Google::Cloud::Language::V1beta2::Document 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Input document. 
- 
  
    
      #encoding_type  ⇒ Google::Cloud::Language::V1beta2::EncodingType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The encoding type used by the API to calculate offsets. 
Instance Attribute Details
#document ⇒ Google::Cloud::Language::V1beta2::Document
Returns Input document.
| 834 | # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 834 class AnalyzeEntitiesRequest; end | 
#encoding_type ⇒ Google::Cloud::Language::V1beta2::EncodingType
Returns The encoding type used by the API to calculate offsets.
| 834 | # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 834 class AnalyzeEntitiesRequest; end |