Google Cloud Natural Language v1 API - Class AnalyzeSyntaxRequest (3.5.0)

public sealed class AnalyzeSyntaxRequest : IMessage<AnalyzeSyntaxRequest>, IEquatable<AnalyzeSyntaxRequest>, IDeepCloneable<AnalyzeSyntaxRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnalyzeSyntaxRequest.

The syntax analysis request message.

Inheritance

object > AnalyzeSyntaxRequest

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Constructors

AnalyzeSyntaxRequest()

public AnalyzeSyntaxRequest()

AnalyzeSyntaxRequest(AnalyzeSyntaxRequest)

public AnalyzeSyntaxRequest(AnalyzeSyntaxRequest other)
Parameter
NameDescription
otherAnalyzeSyntaxRequest

Properties

Document

public Document Document { get; set; }

Required. Input document.

Property Value
TypeDescription
Document

EncodingType

public EncodingType EncodingType { get; set; }

The encoding type used by the API to calculate offsets.

Property Value
TypeDescription
EncodingType