Class: Google::Cloud::Language::V1beta2::Sentiment
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Language::V1beta2::Sentiment
 
 
- Defined in:
 - lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb
 
Overview
Represents the feeling associated with the entire text or entities in the text.
Instance Attribute Summary collapse
- 
  
    
      #magnitude  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A non-negative number in the [0, +inf) range, which represents the absolute magnitude of sentiment regardless of score (positive or negative).
 - 
  
    
      #score  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).
 
Instance Attribute Details
#magnitude ⇒ Float
Returns A non-negative number in the [0, +inf) range, which represents the absolute magnitude of sentiment regardless of score (positive or negative).
      159  | 
    
      # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 159 class Sentiment; end  | 
  
#score ⇒ Float
Returns Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).
      159  | 
    
      # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 159 class Sentiment; end  |