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

public sealed class ListCollectionsResponse : IMessage<ListCollectionsResponse>, IEquatable<ListCollectionsResponse>, IDeepCloneable<ListCollectionsResponse>, IBufferMessage, IMessage, IPageResponse<Collection>, IEnumerable<Collection>, IEnumerable

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

Response message for ListCollections.

Inheritance

object > ListCollectionsResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ListCollectionsResponse()

public ListCollectionsResponse()

ListCollectionsResponse(ListCollectionsResponse)

public ListCollectionsResponse(ListCollectionsResponse other)
Parameter
Name Description
other ListCollectionsResponse

Properties

Collections

public RepeatedField<Collection> Collections { get; }

The collections from the specified corpus.

Property Value
Type Description
RepeatedFieldCollection

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Collection> GetEnumerator()

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

Returns
Type Description
IEnumeratorCollection