Class KeypointAnnotation
The product of the keypoint labeler
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Syntax
public class KeypointAnnotation : Annotation, IMessageProducer
Properties
entries
Declaration
public IEnumerable<KeypointComponent> entries { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<KeypointComponent> |
templateId
The template that the points are based on
Declaration
public string templateId { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
ToMessage(IMessageBuilder)
Convert contents int a message.
Declaration
public override void ToMessage(IMessageBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IMessageBuilder | builder | The message builder that will convert the class's contents into a message |