Show / Hide Table of Contents

Class ListReferenceImagesResponse

Response message for the ListReferenceImages method.

Inheritance
object
ListReferenceImagesResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX