public sealed class ListCorporaResponse : IMessage<ListCorporaResponse>, IEquatable<ListCorporaResponse>, IDeepCloneable<ListCorporaResponse>, IBufferMessage, IMessage, IPageResponse<Corpus>, IEnumerable<Corpus>, IEnumerableReference documentation and code samples for the Vision AI v1 API class ListCorporaResponse.
Response message for ListCorpora.
Implements
IMessageListCorporaResponse, IEquatableListCorporaResponse, IDeepCloneableListCorporaResponse, IBufferMessage, IMessage, IPageResponseCorpus, IEnumerableCorpus, IEnumerableNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ListCorporaResponse()
public ListCorporaResponse()ListCorporaResponse(ListCorporaResponse)
public ListCorporaResponse(ListCorporaResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCorporaResponse |
Properties
Corpora
public RepeatedField<Corpus> Corpora { get; }The corpora in the project.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCorpus |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve next page of results. Pass to [ListCorporaRequest.page_token][google.cloud.visionai.v1.ListCorporaRequest.page_token] to obtain that page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Corpus> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorCorpus |
|