Cloud Natural Language v2 API - Class AnnotateTextRequest.Types.Features (1.0.0-beta03)

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.

Inheritance

object > AnnotateTextRequest.Types.Features

Namespace

Google.Cloud.Language.V2

Assembly

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