Class ListReferenceImagesResponse
Response message for the ListReferenceImages
method.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class ListReferenceImagesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The next_page_token returned from a previous List request, if any.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
The maximum number of items to return. Default 10, maximum 100.
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
ReferenceImages
The list of reference images.
Declaration
[JsonProperty("referenceImages")]
public virtual IList<ReferenceImage> ReferenceImages { get; set; }
Property Value
Type | Description |
---|---|
IList<ReferenceImage> |