XRModelTrackerInfo¶ webVis API ReferenceXRModelTrackerInfoInterface XRModelTrackerInfoInformation object that is received from the TrackerService. interface XRModelTrackerInfo { inflightCount: number; modelTrackingState: XRModelTrackingState; quality: number;} IndexPropertiesinflightCount modelTrackingState quality PropertiesinflightCountinflightCount: numberInflight count of the hypothesis renderer. modelTrackingStatemodelTrackingState: XRModelTrackingStateTracking state of the model. qualityquality: numberConfidence value of the tracker, normalized.
Information object that is received from the TrackerService.