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 information on the `Features` class within the `Google.Cloud.Language.V1` namespace, specifically version 2.2.0, which is used to configure text analysis requests."],["The `Features` class allows users to enable various types of text analysis, including sentiment analysis, syntax analysis, entity extraction, and document classification."],["Available analysis types are `ClassifyText`, `ExtractDocumentSentiment`, `ExtractEntities`, `ExtractEntitySentiment`, and `ExtractSyntax`, each of which can be toggled on or off via a boolean value."],["The document contains a list of previous version numbers, from 2.2.0 to 3.7.0 (latest), referencing each respective version's documentation for `AnnotateTextRequest.Types.Features`."],["The `Features` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling and object manipulation."]]],[]]