Class Features (2.1.0)

Features(mapping=None, *, ignore_unknown_fields=False, **kwargs)

All available features for sentiment, syntax, and semantic analysis. Setting each one to true will enable that specific analysis for the input.

Attributes

NameDescription
extract_syntax bool
Extract syntax information.
extract_entities bool
Extract entities.
extract_document_sentiment bool
Extract document-level sentiment.
extract_entity_sentiment bool
Extract entities and their associated sentiment.
classify_text bool
Classify the full document into categories.