Show / Hide Table of Contents

Class V1Subject

Inheritance
System.Object
V1Subject
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.API
Assembly: Recolude.API.dll
Syntax
[Serializable]
public class V1Subject

Fields

captured_positions

Declaration
public V1PositionCapture[] captured_positions
Field Value
Type Description
V1PositionCapture[]

captured_rotations

Declaration
public V1RotationCapture[] captured_rotations
Field Value
Type Description
V1RotationCapture[]

custom_events

Declaration
public V1CustomEventCapture[] custom_events
Field Value
Type Description
V1CustomEventCapture[]

id

Declaration
public string id
Field Value
Type Description
System.String

life_cycle_events

Declaration
public V1LifeCycleEventCapture[] life_cycle_events
Field Value
Type Description
V1LifeCycleEventCapture[]

local_id

Declaration
public int local_id
Field Value
Type Description
System.Int32

name

Declaration
public string name
Field Value
Type Description
System.String

recording

Declaration
public V1Recording recording
Field Value
Type Description
V1Recording

recording_id

Declaration
public string recording_id
Field Value
Type Description
System.String

tags

Declaration
public V1MetadataTag[] tags
Field Value
Type Description
V1MetadataTag[]

Properties

CreatedAt

Declaration
public DateTime CreatedAt { get; }
Property Value
Type Description
System.DateTime
Back to top Generated by DocFX