Skip to main content
A dictation session lets a user dictate directly into TORTUS. Start one with client.dictations.start(options?).
// Start a dictation session and return to standby when done
await client.dictations.start({ returnTo: 'standby' });

// Or start with default options
await client.dictations.start();

Options

returnTo
'home' | 'standby'
Screen to return to when the dictation completes. Defaults to the current behaviour when omitted.

API reference

See the full signature and return type.