Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ListCorporaResponse.
Response message for ListCorpora.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#corpora
def corpora() -> ::Array<::Google::Cloud::VisionAI::V1::Corpus>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::Corpus>) — The corpora in the project.
#corpora=
def corpora=(value) -> ::Array<::Google::Cloud::VisionAI::V1::Corpus>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::Corpus>) — The corpora in the project.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::Corpus>) — The corpora in the project.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results. Pass to ListCorporaRequest.page_token to obtain that page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results. Pass to ListCorporaRequest.page_token to obtain that page.
Returns
- (::String) — A token to retrieve next page of results. Pass to ListCorporaRequest.page_token to obtain that page.