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

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

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

Customized struct represnation in annotation.

Inheritance

object > AnnotationCustomizedStruct

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

AnnotationCustomizedStruct()

public AnnotationCustomizedStruct()

AnnotationCustomizedStruct(AnnotationCustomizedStruct)

public AnnotationCustomizedStruct(AnnotationCustomizedStruct other)
Parameter
Name Description
other AnnotationCustomizedStruct

Properties

Elements

public MapField<string, AnnotationValue> Elements { get; }

A map from elements' keys to element's annotation value.

Property Value
Type Description
MapFieldstringAnnotationValue