Enum CloudRecognizerFrameFilter.ServiceAccessSourceType
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Service access data source type.
public enum CloudRecognizerFrameFilter.ServiceAccessSourceType
Fields
GlobalConfig = 0Uses the global server configurationGlobalCloudRecognizerServiceConfig. Global configuration can be filled in the property panel after clicking the Unity menu EasyAR->Sense->Configuration.
APIKey = 1Use access data of type APIKeyAccessData.
AppSecret = 2Uses AppSecretAccessData type access data. Usually used for private cloud.
Token = 3Use access data of type TokenAccessData.