UNPKG

augnitosdk

Version:

AugnitoSDK lets you make use of the Speech Recognition AI. You can edit, format and complete reports at the speed of human speech, with the best-in-class accuracy

9 lines (8 loc) 284 B
import { PhilipsMicMode } from '../interop/core/PhilipsMicMode'; export interface PhilipsMicConfig { /** * Optional Field: Enables or Disables Logging system * @description True if logs are enabled; Otherwise false */ philipsMicMode?: PhilipsMicMode; }