Class: Google::Cloud::Language::V1::AnnotateTextRequest::Features
- Inherits:
-
Object
- Object
- Google::Cloud::Language::V1::AnnotateTextRequest::Features
- Defined in:
- lib/google/cloud/language/v1/doc/google/cloud/language/v1/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.
932 |
# File 'lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb', line 932 class Features; end |
#extract_document_sentiment ⇒ true, false
Returns Extract document-level sentiment.
932 |
# File 'lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb', line 932 class Features; end |
#extract_entities ⇒ true, false
Returns Extract entities.
932 |
# File 'lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb', line 932 class Features; end |
#extract_entity_sentiment ⇒ true, false
Returns Extract entities and their associated sentiment.
932 |
# File 'lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb', line 932 class Features; end |
#extract_syntax ⇒ true, false
Returns Extract syntax information.
932 |
# File 'lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb', line 932 class Features; end |