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

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
NameDescription
otherAnnotateTextRequestTypesFeatures

Properties

ClassifyText

public bool ClassifyText { get; set; }

Optional. Classify the full document into categories.

Property Value
TypeDescription
bool

ExtractDocumentSentiment

public bool ExtractDocumentSentiment { get; set; }

Optional. Extract document-level sentiment.

Property Value
TypeDescription
bool

ExtractEntities

public bool ExtractEntities { get; set; }

Optional. Extract entities.

Property Value
TypeDescription
bool

ModerateText

public bool ModerateText { get; set; }

Optional. Moderate the document for harmful and sensitive categories.

Property Value
TypeDescription
bool