Speech-To-Text operator properties for Script Engine . Read the documentation for more info.
Properties | |
| OperatorState | OperatorState [get] |
| Current state of the operator. | |
| Command | StartCommand [get] |
| Start the operator. | |
| Command | StopCommand [get] |
| Stop the operator. | |
| int | ConfidenceLevel [get, set] |
| Confidence level for the speech-to-text transcription. [min=10, max=100, default=70]. See documentation for more info | |
| int | AudioBuffer [get, set] |
| Audio (in milliseconds) fed into the model for processing. [min=100, max=1000, default=300] See documentation for more info | |
| int | SubtitlesScreenTimout [get, set] |
| Text-on-Screen Timout (ms). [min=100, max=1000, default=5000]. | |
| Command | ResetThresholdValuesCommand [get] |
| Resetting threshold values. | |
| bool | ShowSubtitlesCheckBox [get, set] |
| Show text on screen. | |
| int | SubtitlesPosX [get, set] |
| Set text X-position. [min=0, max=1000, default=5000, default=100]. | |
| int | SubtitlesPosY [get, set] |
| Set text Y-position. [min=0, max=1000, default=5000, default=100]. | |
| Command | ResetTextPositionCommand [get] |
| Reset text position. | |
| int | FontSize [get, set] |
| Text font size in pixel. [min=11, max=60, default=32]. | |
| int | FontColorR [get, set] |
| Amount of red. [min=0, max=255, default=255]. | |
| int | FontColorG [get, set] |
| Amount of green. [min=0, max=255, default=255]. | |
| int | FontColorB [get, set] |
| Amount of blue. [min=0, max=255, default=255]. | |
| int | FontAlpha [get, set] |
| Alpha level. [min=0, max=255, default=255]. | |
| int | SubtitleBackgroundAlpha [get, set] |
| Background alpha level. [min=0, max=255, default=90]. | |
| Command | ResetTextAppearanceCommand [get] |
| Reset text styling. | |
| int | MaxLineLimit [get, set] |
| Max lines of text. | |
| int | MaxCharPerLineLimit [get, set] |
| Max chars per line. | |
| bool | SmallLettersOnly [get, set] |
| Lower-case letters only. | |
| Command | ResetTextSettingsCommand [get] |
| Reset text settings. | |
| string | RecentText [get] |
| Most recent spoken text. | |