Class: Google::Cloud::Language::V1beta2::AnnotateTextRequest::Features
- Inherits:
- 
      Object
      
        - Object
- Google::Cloud::Language::V1beta2::AnnotateTextRequest::Features
 
- Defined in:
- lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb
Overview
All available features for sentiment, syntax, and semantic analysis. Setting each one to true will enable that specific analysis for the input.
Instance Attribute Summary collapse
- 
  
    
      #classify_text  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Classify the full document into categories. 
- 
  
    
      #extract_document_sentiment  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Extract document-level sentiment. 
- 
  
    
      #extract_entities  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Extract entities. 
- 
  
    
      #extract_entity_sentiment  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Extract entities and their associated sentiment. 
- 
  
    
      #extract_syntax  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Extract syntax information. 
Instance Attribute Details
#classify_text ⇒ true, false
Returns Classify the full document into categories.
| 911 | # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 911 class Features; end | 
#extract_document_sentiment ⇒ true, false
Returns Extract document-level sentiment.
| 911 | # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 911 class Features; end | 
#extract_entities ⇒ true, false
Returns Extract entities.
| 911 | # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 911 class Features; end | 
#extract_entity_sentiment ⇒ true, false
Returns Extract entities and their associated sentiment.
| 911 | # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 911 class Features; end | 
#extract_syntax ⇒ true, false
Returns Extract syntax information.
| 911 | # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 911 class Features; end |