Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 500 Bytes

MachineDetectionModeEnum.md

File metadata and controls

13 lines (6 loc) · 500 Bytes

MachineDetectionModeEnum

The machine detection mode. If set to 'async', the detection result will be sent in a 'machineDetectionComplete' callback. If set to 'sync', the 'answer' callback will wait for the machine detection to complete and will include its result.

Enum

  • SYNC (value: 'sync')

  • ASYNC (value: 'async')

[Back to Model list] [Back to API list] [Back to README]