Class: Google::Cloud::Language::V1beta2::Token
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Language::V1beta2::Token
 
 
- Defined in:
 - lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb
 
Overview
Represents the smallest syntactic building block of the text.
Instance Attribute Summary collapse
- 
  
    
      #dependency_edge  ⇒ Google::Cloud::Language::V1beta2::DependencyEdge 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Dependency tree parse for this token.
 - 
  
    
      #lemma  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Lemma of the token.
 - 
  
    
      #part_of_speech  ⇒ Google::Cloud::Language::V1beta2::PartOfSpeech 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Parts of speech tag for this token.
 - 
  
    
      #text  ⇒ Google::Cloud::Language::V1beta2::TextSpan 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token text.
 
Instance Attribute Details
#dependency_edge ⇒ Google::Cloud::Language::V1beta2::DependencyEdge
Returns Dependency tree parse for this token.
      146  | 
    
      # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 146 class Token; end  | 
  
#lemma ⇒ String
Returns Lemma of the token.
      146  | 
    
      # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 146 class Token; end  | 
  
#part_of_speech ⇒ Google::Cloud::Language::V1beta2::PartOfSpeech
Returns Parts of speech tag for this token.
      146  | 
    
      # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 146 class Token; end  | 
  
#text ⇒ Google::Cloud::Language::V1beta2::TextSpan
Returns The token text.
      146  | 
    
      # File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 146 class Token; end  |