Class KeypointAnnotationDefinition
The definition of the keypoint
Inheritance
KeypointAnnotationDefinition
Syntax
public class KeypointAnnotationDefinition : AnnotationDefinition, IMessageProducer
Properties
description
The description of the annotation.
Declaration
public override string description { get; }
Property Value
Overrides
modelType
Declaration
public override string modelType { get; }
Property Value
Overrides
Methods
ToMessage(IMessageBuilder)
Declaration
public override void ToMessage(IMessageBuilder builder)
Parameters
Overrides