Show / Hide Table of Contents

Class AnalyzeSyntaxRequest

The syntax analysis request message.

Inheritance
System.Object
AnalyzeSyntaxRequest
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 AnalyzeSyntaxRequest : 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

Implements

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