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

Top


MiniRobotLanguage (MRL)

 

AIC.CreateRecButton

DESCRIPTION

 

Intention

 

Creates a record button for voice input with visual feedback. This command sets up a user interface button that can be pressed to start recording audio for speech-to-text processing. The button provides visual indication of recording state.

 

Syntax

 

AIC.CreateRecButton|X,Y,Width,Height,Label

 

Example

 

' Create a record button at position 100,200

AIC.CreateRecButton|100,200,120,40,"Record"