Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Voice Commands Wiki

shangbol edited this page Dec 6, 2020 · 31 revisions

Voice Commands

[Required] (Optional) <Input>

Create Dataset: Source Code Link

Create single-column dataset

[Create, Make, New, Start] (a new) dataset [Called, Named, Titled] <name>

Will create a new single-column dataset with the name <name> and column name "Y".

Create multi-column dataset

[Create, Make, New, Start] (a new) dataset [Called, Named, Titled] <name> with [1-5] column(s) [Called, Named] <Column 1 AND ...>

Will create a new (multi-column) dataset with the name <name>. The dataset will contain the specified number of columns with the name(s) <Column 1>, <Column 2> ... <Column N>.

Insert Data: Source Code Link

Add data by row

[Insert, Add, Enter] (column name) <data1> AND (column name) <data2> AND ... (column name) <dataN> (INTO <dataset name>)

Will insert <data1>, <data2> ... <dataN> into the dataset. If the column names are specified, then will insert data into the columns according to the column name. Otherwise the data is inserted from left to right in the column order in the dataset. If on the main screen and the dataset name is given, data will be inserted into the dataset specified.

Hands-Free Voice Commands: Source Code Link

[Listen]

On main screen, after speaking the word "listen", the voice command prompt will appear.

Clone this wiki locally