Show / Hide Table of Contents

Class DocumentsResource.AnnotateTextRequest

A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and analyzeSyntax provide in one call.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<AnnotateTextResponse>
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>
DocumentsResource.AnnotateTextRequest
Implements
Google.Apis.Requests.IClientServiceRequest<AnnotateTextResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.Xgafv
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.AccessToken
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.Alt
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.Callback
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.Fields
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.Key
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.OauthToken
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.PrettyPrint
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.QuotaUser
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.UploadType
CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
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
Assembly: Google.Apis.CloudNaturalLanguage.v1beta1.dll
Syntax
public class AnnotateTextRequest : CloudNaturalLanguageBaseServiceRequest<AnnotateTextResponse>, IClientServiceRequest<AnnotateTextResponse>, IClientServiceRequest

Constructors

AnnotateTextRequest(IClientService, AnnotateTextRequest)

Constructs a new AnnotateText request.

Declaration
public AnnotateTextRequest(IClientService service, AnnotateTextRequest body)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
AnnotateTextRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.GetBody()

InitParameters()

Initializes AnnotateText parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudNaturalLanguage.v1beta1.CloudNaturalLanguageBaseServiceRequest<Google.Apis.CloudNaturalLanguage.v1beta1.Data.AnnotateTextResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top