Show / Hide Table of Contents

Class AsyncBatchAnnotateFilesResponse

Response to an async batch file annotation request.

Inheritance
object
AsyncBatchAnnotateFilesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vision.v1p2beta1.Data
Assembly: Google.Apis.Vision.v1p2beta1.dll
Syntax
public class AsyncBatchAnnotateFilesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Responses

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

Declaration
[JsonProperty("responses")]
public virtual IList<AsyncAnnotateFileResponse> Responses { get; set; }
Property Value
Type Description
IList<AsyncAnnotateFileResponse>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX