Class DocumentsResource.AnalyzeSyntaxRequest
Analyzes the syntax of the text and provides sentence boundaries and tokenization along with part of speech tags, dependency trees, and other properties.
Inheritance
DocumentsResource.AnalyzeSyntaxRequest
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v1
Assembly: Google.Apis.CloudNaturalLanguage.v1.dll
Syntax
public class DocumentsResource.AnalyzeSyntaxRequest : CloudNaturalLanguageBaseServiceRequest<AnalyzeSyntaxResponse>, IClientServiceRequest<AnalyzeSyntaxResponse>, IClientServiceRequest
Constructors
AnalyzeSyntaxRequest(IClientService, AnalyzeSyntaxRequest)
Constructs a new AnalyzeSyntax request.
Declaration
public AnalyzeSyntaxRequest(IClientService service, AnalyzeSyntaxRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AnalyzeSyntaxRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes AnalyzeSyntax parameter list.
Declaration
protected override void InitParameters()