public sealed class AnnotationList : IMessage<AnnotationList>, IEquatable<AnnotationList>, IDeepCloneable<AnnotationList>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class AnnotationList.
List representation in annotation.
Implements
IMessageAnnotationList, IEquatableAnnotationList, IDeepCloneableAnnotationList, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
AnnotationList()
public AnnotationList()AnnotationList(AnnotationList)
public AnnotationList(AnnotationList other)| Parameter | |
|---|---|
| Name | Description |
other |
AnnotationList |
Properties
Values
public RepeatedField<AnnotationValue> Values { get; }The values of LIST data type annotation.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAnnotationValue |
|