Show / Hide Table of Contents

Class ImagesResource.AnnotateRequest

Run image detection and annotation for a batch of images.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<BatchAnnotateImagesResponse>
VisionBaseServiceRequest<BatchAnnotateImagesResponse>
ImagesResource.AnnotateRequest
Implements
IClientServiceRequest<BatchAnnotateImagesResponse>
IClientServiceRequest
Inherited Members
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.Xgafv
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.AccessToken
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.Alt
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.Callback
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.Fields
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.Key
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.OauthToken
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.PrettyPrint
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.QuotaUser
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.UploadType
VisionBaseServiceRequest<BatchAnnotateImagesResponse>.UploadProtocol
ClientServiceRequest<BatchAnnotateImagesResponse>.Execute()
ClientServiceRequest<BatchAnnotateImagesResponse>.ExecuteAsStream()
ClientServiceRequest<BatchAnnotateImagesResponse>.ExecuteAsync()
ClientServiceRequest<BatchAnnotateImagesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BatchAnnotateImagesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BatchAnnotateImagesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BatchAnnotateImagesResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<BatchAnnotateImagesResponse>.GenerateRequestUri()
ClientServiceRequest<BatchAnnotateImagesResponse>.GetDefaultETagAction(String)
ClientServiceRequest<BatchAnnotateImagesResponse>.ETagAction
ClientServiceRequest<BatchAnnotateImagesResponse>.ModifyRequest
ClientServiceRequest<BatchAnnotateImagesResponse>.ValidateParameters
ClientServiceRequest<BatchAnnotateImagesResponse>.RequestParameters
ClientServiceRequest<BatchAnnotateImagesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
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.Vision.v1
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class AnnotateRequest : VisionBaseServiceRequest<BatchAnnotateImagesResponse>, IClientServiceRequest<BatchAnnotateImagesResponse>, IClientServiceRequest

Constructors

AnnotateRequest(IClientService, BatchAnnotateImagesRequest)

Constructs a new Annotate request.

Declaration
public AnnotateRequest(IClientService service, BatchAnnotateImagesRequest body)
Parameters
Type Name Description
IClientService service
BatchAnnotateImagesRequest 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.Vision.v1.Data.BatchAnnotateImagesResponse>.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.Vision.v1.Data.BatchAnnotateImagesResponse>.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.Vision.v1.Data.BatchAnnotateImagesResponse>.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.Vision.v1.Data.BatchAnnotateImagesResponse>.GetBody()

InitParameters()

Initializes Annotate parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Vision.v1.VisionBaseServiceRequest<Google.Apis.Vision.v1.Data.BatchAnnotateImagesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top