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

public sealed class AnnotationList : IMessage<AnnotationList>, IEquatable<AnnotationList>, IDeepCloneable<AnnotationList>, IBufferMessage, IMessage

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

List representation in annotation.

Inheritance

object > AnnotationList

Namespace

Google.Cloud.VisionAI.V1

Assembly

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