public sealed class ListCollectionsResponse : IMessage<ListCollectionsResponse>, IEquatable<ListCollectionsResponse>, IDeepCloneable<ListCollectionsResponse>, IBufferMessage, IMessage, IPageResponse<Collection>, IEnumerable<Collection>, IEnumerableReference documentation and code samples for the Vision AI v1 API class ListCollectionsResponse.
Response message for ListCollections.
Implements
IMessageListCollectionsResponse, IEquatableListCollectionsResponse, IDeepCloneableListCollectionsResponse, IBufferMessage, IMessage, IPageResponseCollection, IEnumerableCollection, IEnumerableNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|