AIC Commands

<< Click to Display Table of Contents >>

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

AIC Commands

AIC_---Artificial-Intelligenc2

Set pause state

 

Syntax

AIC_---Artificial-Intelligenc2(State)

 

Parameters

Name

Type

Required

Description

State

Long

Yes

Pause state (0=resume, 1=pause, 2=toggle)

 

Return Value

Type

Description

Long

Returns new pause state

 

Remarks

·Controls dictation/recording pause

·0 = Resume/Continue

·1 = Pause

·2 = Toggle current state

 

Example

' Pause recordingAIC_---Artificial-Intelligenc2(1)' Resume recordingAIC_---Artificial-Intelligenc2(0)' Toggle pause stateAIC_---Artificial-Intelligenc2(2)

Sets the pause state for recording or dictation operations.

 

See Also

AIC_---Artificial-Intelligenc2, AIC_---Artificial-Intelligenc2

 

Previous  Top  Next