Class Features (2.13.2)

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.
moderate_text bool
Moderate the document for harmful and sensitive categories.
classification_model_options google.cloud.language_v1.types.ClassificationModelOptions
The model options to use for classification. Defaults to v1 options if not specified. Only used if classify_text is set to true.