Table of Contents

Enum CloudRecognizerFrameFilter.ServiceAccessSourceType

Namespace
easyar
Assembly
EasyAR.Sense.dll

Service access data source type.

public enum CloudRecognizerFrameFilter.ServiceAccessSourceType

Fields

GlobalConfig = 0

Uses the global server configurationGlobalCloudRecognizerServiceConfig. Global configuration can be filled in the property panel after clicking the Unity menu EasyAR->Sense->Configuration.

APIKey = 1

Use access data of type APIKeyAccessData.

AppSecret = 2

Uses AppSecretAccessData type access data. Usually used for private cloud.

Token = 3

Use access data of type TokenAccessData.