Class: Google::Cloud::Language::V1beta2::AnalyzeEntitySentimentRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Cloud::Language::V1beta2::AnalyzeEntitySentimentRequest
 
- Defined in:
- lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb
Overview
The entity-level sentiment 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.
| 814 | # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 814 class AnalyzeEntitySentimentRequest; end | 
#encoding_type ⇒ Google::Cloud::Language::V1beta2::EncodingType
Returns The encoding type used by the API to calculate offsets.
| 814 | # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 814 class AnalyzeEntitySentimentRequest; end |