Google Cloud Vision v1 API - Class ListProductSetsResponse (3.6.0)

public sealed class ListProductSetsResponse : IPageResponse<ProductSet>, IEnumerable<ProductSet>, IEnumerable, IMessage<ListProductSetsResponse>, IEquatable<ListProductSetsResponse>, IDeepCloneable<ListProductSetsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class ListProductSetsResponse.

Response message for the ListProductSets method.

Inheritance

object > ListProductSetsResponse

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ListProductSetsResponse()

public ListProductSetsResponse()

ListProductSetsResponse(ListProductSetsResponse)

public ListProductSetsResponse(ListProductSetsResponse other)
Parameter
NameDescription
otherListProductSetsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

ProductSets

public RepeatedField<ProductSet> ProductSets { get; }

List of ProductSets.

Property Value
TypeDescription
RepeatedFieldProductSet

Methods

GetEnumerator()

public IEnumerator<ProductSet> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorProductSet