public sealed class AnnotateTextRequest.Types.Features : IMessage<AnnotateTextRequest.Types.Features>, IEquatable<AnnotateTextRequest.Types.Features>, IDeepCloneable<AnnotateTextRequest.Types.Features>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Natural Language v2 API class AnnotateTextRequest.Types.Features.
All available features. Setting each one to true will enable that specific analysis for the input.
Implements
IMessageAnnotateTextRequestTypesFeatures, IEquatableAnnotateTextRequestTypesFeatures, IDeepCloneableAnnotateTextRequestTypesFeatures, IBufferMessage, IMessageNamespace
Google.Cloud.Language.V2Assembly
Google.Cloud.Language.V2.dll
Constructors
Features()
public Features()
Features(Features)
public Features(AnnotateTextRequest.Types.Features other)
Parameter | |
---|---|
Name | Description |
other |
AnnotateTextRequestTypesFeatures |
Properties
ClassifyText
public bool ClassifyText { get; set; }
Optional. Classify the full document into categories.
Property Value | |
---|---|
Type | Description |
bool |
ExtractDocumentSentiment
public bool ExtractDocumentSentiment { get; set; }
Optional. Extract document-level sentiment.
Property Value | |
---|---|
Type | Description |
bool |
ExtractEntities
public bool ExtractEntities { get; set; }
Optional. Extract entities.
Property Value | |
---|---|
Type | Description |
bool |
ModerateText
public bool ModerateText { get; set; }
Optional. Moderate the document for harmful and sensitive categories.
Property Value | |
---|---|
Type | Description |
bool |