customControls module
APIs for custom controls.
Type Aliases
| CustomControlOptions |
Configuration options for custom controls integration with Dragon speech functionality. Defines settings for how custom controls should be detected and handled by the SDK. |
| ProcessingStatus |
Represents the processing state of a custom control. Indicates whether speech is being processed for a particular control. |
Variables
| Processing |
Processing status identifiers for custom controls. Indicates whether speech is currently being processed for a control. |
Variable Details
ProcessingStatuses
Processing status identifiers for custom controls. Indicates whether speech is currently being processed for a control.
ProcessingStatuses: Readonly<{ Idle: "idle", Pending: "pending" }>
Type
Readonly<{ Idle: "idle", Pending: "pending" }>