Show / Hide Table of Contents

Class GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse

Response to an async batch file annotation request.

Inheritance
object
GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse
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 GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse : 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<GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse> Responses { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX