Skip to content

React SDK Reference / RemoteHealthAnalyzerConfig

Interface: RemoteHealthAnalyzerConfig

Extended by

Properties

apiKey?

optional apiKey: string

Optional. The API key


dataWindowDuration?

optional dataWindowDuration: number

Optional. The window duration in seconds of face data. Default is 15.


enableSavingRequest?

optional enableSavingRequest: boolean

Optional. True if enabling saving request.


httpCall()?

optional httpCall: {(input, init?): Promise<Response>; (input, init?): Promise<Response>; }

Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>

Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

string | Request | URL

init?

RequestInit

Returns

Promise<Response>


landmarksSampleRate?

optional landmarksSampleRate: number

Optional. The sample rate in fps of facial landmarks to be sent to backend. Default is 10.


serverId?

optional serverId: ServerId

Optional. The ID of the backend server.


serverUrl?

optional serverUrl: string

Optional. The URL of the backend server. If not provided, the plugin will use the default URL defined by the serverId.