CloudRecognizationStatus Enum¶
This type is an EasyAR Sense API in C#: CloudRecognizationStatus . Some descriptions may not apply to Unity environment on this page.
Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.
Constant |
Value |
Description |
---|---|---|
UnknownError |
0 |
Unknown error |
FoundTarget |
1 |
A target is recognized. |
TargetNotFound |
2 |
No target is recognized. |
ReachedAccessLimit |
3 |
Reached the access limit |
RequestIntervalTooLow |
4 |
Request interval too low |