SpeechOptions

Wisej.Hybrid.Shared.Speech.SpeechOptions

Namespace: Wisej.Hybrid.Shared.Speech

Assembly: Wisej.Hybrid (3.5.0.0)

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

public class SpeechOptions

Constructors

Initializes a new instance of SpeechOptions.

Properties

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

The Language property should match a Language value.

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

This value should be between 0f and 2.0f.

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

This value should be between 0f and 1.0f.

Last updated