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.DictateLetter

Top


MiniRobotLanguage (MRL)

 

AIC.DictateLetter

Dictate individual letters/spelling

 

Intention

 

The AIC.DictateLetter command records and transcribes individual letters or spelled words. Optimized for spelling out text character by character.

 

Syntax

 

AIC.DictateLetter|$$Duration[|$$RetVar]

 

P1 - $$Duration - Recording duration in seconds

P2 - $$RetVar (optional) - Variable for the spelled text

 

Example

 

' Dictate spelling for 3 seconds

' (Say: "H-E-L-L-O")

AIC.DictateLetter|3|$$Spelled

DBP.$$Spelled ' Output: HELLO

 

' Use for email spelling

AIC.DictateLetter|5|$$EmailChars

TXT.$$Email|$$EmailChars

 

Related Commands

 

- AIC.DictateText - Dictate full text

- AIC.Record - Record audio