RTRResultStabilityStatus enumeration
Result stability status: the estimate of how stable the result is, and whether it is likely to be improved by adding new frames. We do not recommend using the results in any way while stability is below RTRResultStabilityAvailable.
typedef NS_ENUM(NSInteger, RTRResultStabilityStatus) {
RTRResultStabilityNotReady,
RTRResultStabilityTentative,
RTRResultStabilityVerified,
RTRResultStabilityAvailable,
RTRResultStabilityTentativelyStable,
RTRResultStabilityStable
};
Constants
02.03.2022 12:59:15