Result stability status: an 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 Available.
enum ResultStabilityStatus {
NotReady,
Tentative,
Verified,
Available,
TentativelyStable,
Stable
};
Constants
Name |
Description |
NotReady |
No content available. |
Tentative |
Content detected on a single frame. |
Verified |
Content verified: matching content found in at least two frames. |
Available |
Matching content found in three or more frames. The content is recognized and the result is available, though the result can still vary with the addition of new frames. |
TentativelyStable |
The result has been stable in the last two frames. |
Stable |
The result has been stable in the last three or more frames. |