Google Cloud Vision v1 API - Class ListReferenceImagesResponse (3.6.0)

public sealed class ListReferenceImagesResponse : IPageResponse<ReferenceImage>, IEnumerable<ReferenceImage>, IEnumerable, IMessage<ListReferenceImagesResponse>, IEquatable<ListReferenceImagesResponse>, IDeepCloneable<ListReferenceImagesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class ListReferenceImagesResponse.

Response message for the ListReferenceImages method.

Inheritance

object > ListReferenceImagesResponse

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ListReferenceImagesResponse()

public ListReferenceImagesResponse()

ListReferenceImagesResponse(ListReferenceImagesResponse)

public ListReferenceImagesResponse(ListReferenceImagesResponse other)
Parameter
NameDescription
otherListReferenceImagesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The next_page_token returned from a previous List request, if any.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of items to return. Default 10, maximum 100.

Property Value
TypeDescription
int

ReferenceImages

public RepeatedField<ReferenceImage> ReferenceImages { get; }

The list of reference images.

Property Value
TypeDescription
RepeatedFieldReferenceImage

Methods

GetEnumerator()

public IEnumerator<ReferenceImage> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorReferenceImage