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

public sealed class SearchIndexEndpointResponse : IMessage<SearchIndexEndpointResponse>, IEquatable<SearchIndexEndpointResponse>, IDeepCloneable<SearchIndexEndpointResponse>, IBufferMessage, IMessage, IPageResponse<SearchResultItem>, IEnumerable<SearchResultItem>, IEnumerable

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

Response message for SearchIndexEndpoint.

Inheritance

object > SearchIndexEndpointResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

SearchIndexEndpointResponse()

public SearchIndexEndpointResponse()

SearchIndexEndpointResponse(SearchIndexEndpointResponse)

public SearchIndexEndpointResponse(SearchIndexEndpointResponse other)
Parameter
Name Description
other SearchIndexEndpointResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The next-page continuation token. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

SearchResultItems

public RepeatedField<SearchResultItem> SearchResultItems { get; }

Returned search results.

Property Value
Type Description
RepeatedFieldSearchResultItem

Methods

GetEnumerator()

public IEnumerator<SearchResultItem> GetEnumerator()

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

Returns
Type Description
IEnumeratorSearchResultItem