Prompt Class

Definition

This class represents a single prompt

public class Prompt
type Prompt = class
Public Class Prompt
Inheritance
Prompt

Constructors

Prompt()

Properties

Culture

The culture to use to tts out if "value" is text. Default : en-US

Emphasize

Whether to emphasize when tts'ing out - if "value" is text. Default : false

FileUri

Uri of any media file to be played out

SayAs

Whether to customize pronunciation when tts'ing out - if "value" is text. Default : none

SilenceLengthInMilliseconds

Any silence to be played out before playing "value". If "value" is null - this field must be a valid > 0 value.

Value

This can be :

  1. Text - specifying the text to be tts'd
  2. Empty if just silence to be played out
Voice

The voice to use to tts out if "value" is text. Default : Male

Methods

Validate()
Validate(IEnumerable<Prompt>)

Applies to