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

public sealed class ListCorporaResponse : IMessage<ListCorporaResponse>, IEquatable<ListCorporaResponse>, IDeepCloneable<ListCorporaResponse>, IBufferMessage, IMessage, IPageResponse<Corpus>, IEnumerable<Corpus>, IEnumerable

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

Response message for ListCorpora.

Inheritance

object > ListCorporaResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

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