Show / Hide Table of Contents

Class BatchAnnotateFilesResponse

A list of file annotation responses.

Inheritance
object
BatchAnnotateFilesResponse
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 BatchAnnotateFilesResponse : 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, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX