public sealed class Features : IMessage<AnnotateTextRequest.Types.Features>, IEquatable<AnnotateTextRequest.Types.Features>, IDeepCloneable<AnnotateTextRequest.Types.Features>, IBufferMessage, IMessage
All available features for sentiment, syntax, and semantic analysis.
Setting each one to true will enable that specific analysis for the input.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides an overview of the `Features` class within the `Google.Cloud.Language.V1` namespace, specifically for the `AnnotateTextRequest.Types` in various versions, including the latest version (3.7.0)."],["The `Features` class enables specific text analysis capabilities such as classifying the document, extracting entities, sentiment, and syntax information by setting boolean properties to true."],["The `Features` class offers functionalities to perform document-level sentiment analysis (`ExtractDocumentSentiment`) and entity-specific sentiment analysis (`ExtractEntitySentiment`)."],["The class supports extracting core information from the text such as entities (`ExtractEntities`) and syntax information (`ExtractSyntax`), and it supports document categorization (`ClassifyText`)."],["The class `Features` implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from the `Object` class."]]],[]]