public sealed class AnnotationCustomizedStruct : IMessage<AnnotationCustomizedStruct>, IEquatable<AnnotationCustomizedStruct>, IDeepCloneable<AnnotationCustomizedStruct>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class AnnotationCustomizedStruct.
Customized struct represnation in annotation.
Implements
IMessageAnnotationCustomizedStruct, IEquatableAnnotationCustomizedStruct, IDeepCloneableAnnotationCustomizedStruct, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|