AIC. - Artificial Intelligence Command

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC. - Artificial Intelligence Command

AIC.SetRecState

Top


MiniRobotLanguage (MRL)

 

AIC.SetRecState

Set the recording state for dictation

 

Intention

 

The AIC.SetRecState command controls the recording state for voice dictation, enabling start, pause, resume, or stop operations.

 

Syntax

 

AIC.SetRecState|$$State

 

Parameters

 

P1 - $$State - State: "start", "pause", "resume", or "stop"

 

Example

 

' Start recording

AIC.SetRecState|start

WAI.5000 ' Wait 5 seconds

 

' Pause recording

AIC.SetRecState|pause

WAI.2000

 

' Resume and then stop

AIC.SetRecState|resume

WAI.5000

AIC.SetRecState|stop

 

Related Commands

 

- AIC.Dictate - Dictate text
- AIC.SetWhisperDefault - Set Whisper defaults