Skip to main content

SpeechOptions

Namespace: Wisej.Hybrid.Shared.Speech

Assembly: Wisej.Hybrid

Represents options that can be used to influence the DeviceSpeech behavior.

public class SpeechOptions

Constructors​

Instance memberSpeechOptions()​

Initializes a new instance of SpeechOptions.

Properties​

Instance memberLocale​

Locale: Gets or sets the locale to use with text-to-speech.

The Language property should match a Language value.

Instance memberPitch​

Nullable<Single>: The pitch to use when speaking.

This value should be between 0f and 2.0f.

Instance memberVolume​

Nullable<Single>: The volume to use when speaking.

This value should be between 0f and 1.0f.