Data Labeling v1beta1 API - Class ListAnnotationSpecSetsResponse (2.0.0-beta03)

public sealed class ListAnnotationSpecSetsResponse : IMessage<ListAnnotationSpecSetsResponse>, IEquatable<ListAnnotationSpecSetsResponse>, IDeepCloneable<ListAnnotationSpecSetsResponse>, IBufferMessage, IMessage, IPageResponse<AnnotationSpecSet>, IEnumerable<AnnotationSpecSet>, IEnumerable

Reference documentation and code samples for the Data Labeling v1beta1 API class ListAnnotationSpecSetsResponse.

Results of listing annotation spec set under a project.

Inheritance

object > ListAnnotationSpecSetsResponse

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ListAnnotationSpecSetsResponse()

public ListAnnotationSpecSetsResponse()

ListAnnotationSpecSetsResponse(ListAnnotationSpecSetsResponse)

public ListAnnotationSpecSetsResponse(ListAnnotationSpecSetsResponse other)
Parameter
Name Description
other ListAnnotationSpecSetsResponse

Properties

AnnotationSpecSets

public RepeatedField<AnnotationSpecSet> AnnotationSpecSets { get; }

The list of annotation spec sets.

Property Value
Type Description
RepeatedFieldAnnotationSpecSet

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<AnnotationSpecSet> GetEnumerator()

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

Returns
Type Description
IEnumeratorAnnotationSpecSet