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

public sealed class ListAnnotationsResponse : IMessage<ListAnnotationsResponse>, IEquatable<ListAnnotationsResponse>, IDeepCloneable<ListAnnotationsResponse>, IBufferMessage, IMessage, IPageResponse<Annotation>, IEnumerable<Annotation>, IEnumerable

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

Request message for ListAnnotations API.

Inheritance

object > ListAnnotationsResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ListAnnotationsResponse()

public ListAnnotationsResponse()

ListAnnotationsResponse(ListAnnotationsResponse)

public ListAnnotationsResponse(ListAnnotationsResponse other)
Parameter
Name Description
other ListAnnotationsResponse

Properties

Annotations

public RepeatedField<Annotation> Annotations { get; }

The annotations from the specified asset.

Property Value
Type Description
RepeatedFieldAnnotation

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

Methods

GetEnumerator()

public IEnumerator<Annotation> GetEnumerator()

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

Returns
Type Description
IEnumeratorAnnotation