public sealed class ListAnnotationsResponse : IMessage<ListAnnotationsResponse>, IEquatable<ListAnnotationsResponse>, IDeepCloneable<ListAnnotationsResponse>, IBufferMessage, IMessage, IPageResponse<Annotation>, IEnumerable<Annotation>, IEnumerableReference documentation and code samples for the Vision AI v1 API class ListAnnotationsResponse.
Request message for ListAnnotations API.
Implements
IMessageListAnnotationsResponse, IEquatableListAnnotationsResponse, IDeepCloneableListAnnotationsResponse, IBufferMessage, IMessage, IPageResponseAnnotation, IEnumerableAnnotation, IEnumerableNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|