Vision AI v1 API - Class ViewCollectionItemsRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Vision AI v1 API class ViewCollectionItemsRequest.

Request message for ViewCollectionItems.

Inheritance

object > ViewCollectionItemsRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ViewCollectionItemsRequest()

public ViewCollectionItemsRequest()

ViewCollectionItemsRequest(ViewCollectionItemsRequest)

public ViewCollectionItemsRequest(ViewCollectionItemsRequest other)
Parameter
Name Description
other ViewCollectionItemsRequest

Properties

Collection

public string Collection { get; set; }

Required. The collection to view. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}

Property Value
Type Description
string

CollectionAsCollectionName

public CollectionName CollectionAsCollectionName { get; set; }

CollectionName-typed view over the Collection resource name property.

Property Value
Type Description
CollectionName

PageSize

public int PageSize { get; set; }

The maximum number of collections to return. The service may return fewer than this value. If unspecified, at most 50 collections will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ViewCollectionItemsRequest call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ViewCollectionItemsRequest must match the call that provided the page token.

Property Value
Type Description
string