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

public sealed class ListSearchConfigsResponse : IMessage<ListSearchConfigsResponse>, IEquatable<ListSearchConfigsResponse>, IDeepCloneable<ListSearchConfigsResponse>, IBufferMessage, IMessage, IPageResponse<SearchConfig>, IEnumerable<SearchConfig>, IEnumerable

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

Response message for ListSearchConfigs.

Inheritance

object > ListSearchConfigsResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ListSearchConfigsResponse()

public ListSearchConfigsResponse()

ListSearchConfigsResponse(ListSearchConfigsResponse)

public ListSearchConfigsResponse(ListSearchConfigsResponse other)
Parameter
Name Description
other ListSearchConfigsResponse

Properties

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

SearchConfigs

public RepeatedField<SearchConfig> SearchConfigs { get; }

The search configurations from the specified corpus.

Property Value
Type Description
RepeatedFieldSearchConfig

Methods

GetEnumerator()

public IEnumerator<SearchConfig> GetEnumerator()

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

Returns
Type Description
IEnumeratorSearchConfig