AIPromptSpeechToTextSettingsBuilder

Methods

IntegrationMode(System.String)

Specifies the integration mode for speech recognition. Available modes: - "webSpeech" - Uses the Web Speech API - "none" - Provides button without actual speech recognition

Parameters

value - System.String

The value that configures the integrationmode.

Lang(System.String)

Specifies the language code for speech recognition.

Parameters

value - System.String

The value that configures the lang.

Continuous(System.Boolean)

Specifies whether to continue listening after a result is received.

Parameters

value - System.Boolean

The value that configures the continuous.

InterimResults(System.Boolean)

Specifies whether to return interim results during speech recognition.

Parameters

value - System.Boolean

The value that configures the interimresults.

MaxAlternatives(System.Double)

Specifies the maximum number of alternatives to return from speech recognition.

Parameters

value - System.Double

The value that configures the maxalternatives.