Click or drag to resize

TaskModelVoiceId Property

Selects the Id of the Voice to be used for the Task Title or Instruction.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string VoiceId { get; set; }

Property Value

Type: String
Remarks

The VoiceId must match a Voice defined in the VoiceManager.

See Also