React SDK Reference / RemoteHealthAnalyzerConfig
Interface: RemoteHealthAnalyzerConfig
Extended by
Properties
apiKey?
optionalapiKey:string
Optional. The API key
dataWindowDuration?
optionaldataWindowDuration:number
Optional. The window duration in seconds of face data. Default is 15.
enableSavingRequest?
optionalenableSavingRequest:boolean
Optional. True if enabling saving request.
httpCall()?
optionalhttpCall: {(input,init?):Promise<Response>; (input,init?):Promise<Response>; }
Call Signature
(
input,init?):Promise<Response>
Parameters
input
RequestInfo | URL
init?
RequestInit
Returns
Promise<Response>
Call Signature
(
input,init?):Promise<Response>
Parameters
input
string | Request | URL
init?
RequestInit
Returns
Promise<Response>
landmarksSampleRate?
optionallandmarksSampleRate:number
Optional. The sample rate in fps of facial landmarks to be sent to backend. Default is 10.
serverId?
optionalserverId:ServerId
Optional. The ID of the backend server.
serverUrl?
optionalserverUrl:string
Optional. The URL of the backend server. If not provided, the plugin will use the default URL defined by the serverId.