CloudRecognizerFrameFilter.ServiceAccessSourceType Enum¶
Description¶
Service access source type.
Constant |
Value |
Description |
|---|---|---|
GlobalConfig |
0 |
Use global service config EasyARSettings.GlobalCloudRecognizerServiceConfig . The global service config can be changed on the inspector after click Unity menu EasyAR -> Sense -> Configuration. |
APIKey |
1 |
Use APIKeyAccessData type of access data. |
AppSecret |
2 |
Use AppSecretAccessData type of access data. Usually for private cloud service. |
Token |
3 |
Use TokenAccessData type of access data. |