Show / Hide Table of Contents

Class AnnotateTextRequest

The request message for the text annotation API, which can perform multiple analysis types (sentiment, entities, and syntax) in one call.

Inheritance
System.Object
AnnotateTextRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v1beta1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1beta1.dll
Syntax
public class AnnotateTextRequest : IDirectResponseSchema

Properties

Document

Input document.

Declaration
[JsonProperty("document")]
public virtual Document Document { get; set; }
Property Value
Type Description
Document

EncodingType

The encoding type used by the API to calculate offsets.

Declaration
[JsonProperty("encodingType")]
public virtual string EncodingType { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Features

The enabled features.

Declaration
[JsonProperty("features")]
public virtual Features Features { get; set; }
Property Value
Type Description
Features

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top