Class Features (2.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
Name | Description |
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.
|
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-02-17 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]