Open AI - Whisper Commands

<< Click to Display Table of Contents >>

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

Open AI - Whisper Commands

AIC.Set Format 

Previous Top Next


MiniRobotLanguage (MRL)

 

AIC.Set Format

Sets the output format for Open AI - WHISPER

 

clip0826

 

Intention

 

The AIC.Set Format command is used to specify the format in which WHISPER will output the results.

This is useful for tailoring the output to specific needs, such as plain text for readability or JSON for data manipulation.

 

 

 

 

Syntax

 

 

AIC.Set Format|P1

 

 

Parameter Explanation

 

P1: This can be either a number corresponding to a format or the name of the format itself. The available options are:
 
Supported Output Formats:

Number

Format

Description

0

text

Plain text

1

vtt

WebVTT (Web Video Text Tracks)

2

srt

SubRip Text (Subtitles)

3

raw

Raw data

4

json

JSON format

5

verbose_json

Verbose JSON format

 

 

 

 

Example

 

'***********************************

' AIC.-Sample

'***********************************

' Sets the output format to WebVTT

AIC.Set Format|1  

 

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: