@interface SNVoiceTriggerCommandDataPoint : NSObject { double _confidence; struct { struct { long long value; int timescale; unsigned int flags; long long epoch; } start; struct { long long value; int timescale; unsigned int flags; long long epoch; } duration; } _timeRange; } @end