CloudLocalizerStatus Enum¶
This type is an EasyAR Sense API in C#: CloudLocalizerStatus . 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 |
Found |
1 |
A block is localized. |
NotFound |
2 |
No blocks are localized. |
RequestTimeout |
3 |
Request time out (more than 1 minute) |
RequestIntervalTooLow |
4 |
Request time interval is too low |
QpsLimitExceeded |
5 |
QPS limit exceeded |