Google Cloud Vision v1 API - Class ListReferenceImagesRequest (3.6.0)

public sealed class ListReferenceImagesRequest : IPageRequest, IMessage<ListReferenceImagesRequest>, IEquatable<ListReferenceImagesRequest>, IDeepCloneable<ListReferenceImagesRequest>, IBufferMessage, IMessage

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

Request message for the ListReferenceImages method.

Inheritance

object > ListReferenceImagesRequest

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ListReferenceImagesRequest()

public ListReferenceImagesRequest()

ListReferenceImagesRequest(ListReferenceImagesRequest)

public ListReferenceImagesRequest(ListReferenceImagesRequest other)
Parameter
NameDescription
otherListReferenceImagesRequest

Properties

PageSize

public int PageSize { get; set; }

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

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A token identifying a page of results to be returned. This is the value of nextPageToken returned in a previous reference image list request.

Defaults to the first page if not specified.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Resource name of the product containing the reference images.

Format is projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID.

Property Value
TypeDescription
string

ParentAsProductName

public ProductName ParentAsProductName { get; set; }

ProductName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProductName