Class PoseTimestampRecord
Record that maps a pose to a timestamp
Namespace: UnityEngine.Perception.GroundTruth
Syntax
public class PoseTimestampRecord : object
Fields
poseLabel
The label to use for any captures inside of this time period
Declaration
public string poseLabel
Field Value
Type | Description |
---|---|
String |
startOffsetPercent
The percentage within the clip that the pose starts, a value from 0 (beginning) to 1 (end)
Declaration
public float startOffsetPercent
Field Value
Type | Description |
---|---|
Single |