Prompt Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 :
|
| Voice |
The voice to use to tts out if "value" is text. Default : Male |
Methods
| Validate() | |
| Validate(IEnumerable<Prompt>) |