Show / Hide Table of Contents

Class AnnotateTextRequestFeatures

All available features. Setting each one to true will enable that specific analysis for the input.

Inheritance
object
AnnotateTextRequestFeatures
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class AnnotateTextRequestFeatures : IDirectResponseSchema

Properties

ClassifyText

Optional. Classify the full document into categories.

Declaration
[JsonProperty("classifyText")]
public virtual bool? ClassifyText { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExtractDocumentSentiment

Optional. Extract document-level sentiment.

Declaration
[JsonProperty("extractDocumentSentiment")]
public virtual bool? ExtractDocumentSentiment { get; set; }
Property Value
Type Description
bool?

ExtractEntities

Optional. Extract entities.

Declaration
[JsonProperty("extractEntities")]
public virtual bool? ExtractEntities { get; set; }
Property Value
Type Description
bool?

ModerateText

Optional. Moderate the document for harmful and sensitive categories.

Declaration
[JsonProperty("moderateText")]
public virtual bool? ModerateText { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX