Table of Contents

Class CloudRecognizerFrameFilter

Namespace
easyar
Assembly
EasyAR.Sense.dll

In the scene to control the easyar.CloudRecognizer of the MonoBehaviour, provide function extension under the Unity environment.

public class CloudRecognizerFrameFilter : FrameFilter
Inheritance
CloudRecognizerFrameFilter

Properties

ServiceAccessData

Service access data. It is only effective if modified before session starts. No need to set when using GlobalConfig.

public ExplicitAddressAccessData ServiceAccessData { get; set; }

Property Value

ServiceAccessSource

Service access data source type. It is only effective if modified before session starts.

public CloudRecognizerFrameFilter.ServiceAccessSourceType ServiceAccessSource { get; set; }

Property Value

Methods

Resolve(Optional<int>, Action<CloudRecognizationResponse>)

Send cloud recognition request. The minimum available request interval is 300ms. timeoutMilliseconds is the timeout (milliseconds) for communicating with the server, optional, default 3000.

public void Resolve(Optional<int> timeoutMilliseconds, Action<CloudRecognizationResponse> callback)

Parameters

timeoutMilliseconds
callback

UpdateToken(string)

Update API Token.

public void UpdateToken(string token)

Parameters

token