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.
Implements
IMessage<AnnotateTextRequest.Types.Features>, IEquatable<AnnotateTextRequest.Types.Features>, IDeepCloneable<AnnotateTextRequest.Types.Features>, IBufferMessage, IMessageNamespace
Google.Cloud.Language.V1Assembly
Google.Cloud.Language.V1.dll
Constructors
Features()
public Features()
Features(AnnotateTextRequest.Types.Features)
public Features(AnnotateTextRequest.Types.Features other)
Parameter | |
---|---|
Name | Description |
other | AnnotateTextRequest.Types.Features |
Properties
ClassifyText
public bool ClassifyText { get; set; }
Classify the full document into categories.
Property Value | |
---|---|
Type | Description |
Boolean |
ExtractDocumentSentiment
public bool ExtractDocumentSentiment { get; set; }
Extract document-level sentiment.
Property Value | |
---|---|
Type | Description |
Boolean |
ExtractEntities
public bool ExtractEntities { get; set; }
Extract entities.
Property Value | |
---|---|
Type | Description |
Boolean |
ExtractEntitySentiment
public bool ExtractEntitySentiment { get; set; }
Extract entities and their associated sentiment.
Property Value | |
---|---|
Type | Description |
Boolean |
ExtractSyntax
public bool ExtractSyntax { get; set; }
Extract syntax information.
Property Value | |
---|---|
Type | Description |
Boolean |