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.
Implements
IPageRequest, IMessageListReferenceImagesRequest, IEquatableListReferenceImagesRequest, IDeepCloneableListReferenceImagesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
ListReferenceImagesRequest()
public ListReferenceImagesRequest()
ListReferenceImagesRequest(ListReferenceImagesRequest)
public ListReferenceImagesRequest(ListReferenceImagesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListReferenceImagesRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of items to return. Default 10, maximum 100.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsProductName
public ProductName ParentAsProductName { get; set; }
ProductName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProductName |