RecordMessageActivity Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Enables the user to record a message and then perform some actions on it (such as save, discard, and append).
The following tables list the members exposed by the RecordMessageActivity type.
Public Constructors
?? | Name | Description |
---|---|---|
RecordMessageActivity | Overloaded. Initializes a new instance of the RecordMessageActivity class. |
Top
Public Fields
?? | Name | Description |
---|---|---|
AudioEncodingProperty | The dependency property for AudioEncoding. | |
CanBargeInProperty | The dependency property for CanBargeIn. | |
EndSilenceTimeoutProperty | The dependency property for EndSilenceTimeout. | |
InitialSilenceTimeoutProperty | The dependency property for InitialSilenceTimeout. | |
PlayBeepProperty | The dependency property for PlayBeep. | |
PreFlushDtmfProperty | The dependency property for PreFlushDtmf. | |
SilenceTrimmedLengthProperty | The dependency property for SilenceTrimmedLength. | |
SpeechDetectionModeProperty | The dependency property for SpeechDetectionMode. | |
TerminationDigitsProperty | The dependency property for TerminationDigits. | |
UseDefaultGrammarsProperty | The dependency property for UseDefaultGrammars. |
Top
Public Properties
(see also Protected Properties )
?? | Name | Description |
---|---|---|
ActionMainPrompt | Gets the main prompt for the action (that is, confirmation) phase. | |
ActionPrompts | Gets all the prompts that can be played during the action phase. | |
Activities?? | (inherited from CompositeActivity ) | |
AudioEncoding | Gets or sets the codec to use for recording. | |
CanBargeIn | Gets or sets whether this prompt can be interrupted when the user speaks. | |
Description?? | (inherited from Activity ) | |
DtmfGrammars | Gets the collection of DTMF grammars that are active during the action phase. | |
Enabled?? | (inherited from Activity ) | |
EnabledActivities?? | (inherited from CompositeActivity ) | |
EndSilenceTimeout | Gets or sets the length of silent time following a user's utterance. | |
ExecutionResult?? | (inherited from Activity ) | |
ExecutionStatus?? | (inherited from Activity ) | |
Grammars | Gets the collection of speech grammars that are active during the action phase. | |
InitialSilenceTimeout | Gets or sets the length of silent time before the start of a user's utterance. | |
IsDynamicActivity?? | (inherited from Activity ) | |
LogResults?? | Gets or sets whether the data (prompts, grammars, and results) associated with this SpeechCompositeActivity should be logged.(inherited from SpeechCompositeActivity) | |
Name?? | (inherited from Activity ) | |
Parent?? | (inherited from Activity ) | |
PlayBeep | Gets or sets whether to play an audible beep to signal the start of recording. | |
PreFlushDtmf | Gets or sets whether the DTMF buffer is flushed before recognition starts. | |
QualifiedName?? | (inherited from Activity ) | |
RecognitionResult | Gets the recognition result. | |
RecordedFilePath | Gets the name and path of the file in which recorded audio is written. | |
RecordingMainPrompt | Gets the main prompt for the recording phase. | |
RecordingPrompts | Gets all the prompts that can be played before recording starts. | |
SilenceTrimmedLength | Gets or sets the maximum amount of silence to remain at the beginning or end of the message and between consecutive recordings. | |
Site?? | (inherited from DependencyObject ) | |
SpeechDetectionMode | Gets or sets whether speech detection occurs by sound or by grammar. | |
TaskLoggingEnabled | Gets or sets whether task logging is enabled. | |
TaskMessage | Gets or sets the message to be logged for the task. | |
TaskStatus | Gets or sets the task status of the task to be logged. | |
TerminationDigits | Gets or sets the DTMF digits that terminate recording. | |
UseDefaultGrammars | Gets or sets whether default grammars are used during the action phase. | |
UserData?? | (inherited from DependencyObject ) |
Top
Protected Properties
?? | Name | Description |
---|---|---|
CanModifyActivities?? | (inherited from CompositeActivity ) | |
DesignMode?? | (inherited from DependencyObject ) | |
ParentDependencyObject?? | (inherited from DependencyObject ) | |
Workflow?? | Gets the workflow in which this SpeechCompositeActivity runs.(inherited from SpeechCompositeActivity) | |
WorkflowInstanceId?? | (inherited from Activity ) |
Top
Public Methods
(see also Protected Methods )
?? | Name | Description |
---|---|---|
Abandon | Overloaded. ?? | |
Accept | Overloaded. ?? | |
AddHandler?? | (inherited from DependencyObject ) | |
Clone?? | (inherited from Activity ) | |
Continue | Overloaded. ?? | |
Dispose?? | Overloaded. (inherited from CompositeActivity ) | |
Equals?? | Overloaded. (inherited from Object ) | |
GetActivityByName?? | Overloaded. (inherited from Activity ) | |
GetBinding?? | (inherited from DependencyObject ) | |
GetHashCode?? | (inherited from Object ) | |
GetType?? | (inherited from Object ) | |
GetValue?? | Overloaded. (inherited from SpeechCompositeActivity ) | |
GetValueBase?? | (inherited from DependencyObject ) | |
IsBindingSet?? | (inherited from DependencyObject ) | |
Load?? | Overloaded. (inherited from Activity ) | |
MetaEquals?? | (inherited from DependencyObject ) | |
ReferenceEquals?? | (inherited from Object ) | |
RegisterForStatusChange?? | (inherited from Activity ) | |
RemoveHandler?? | (inherited from DependencyObject ) | |
RemoveProperty?? | (inherited from DependencyObject ) | |
Replay | Overloaded. ?? | |
Save?? | Overloaded. (inherited from Activity ) | |
SetBinding?? | Overloaded. (inherited from SpeechCompositeActivity ) | |
SetValue?? | Overloaded. (inherited from SpeechCompositeActivity ) | |
SetValueBase?? | (inherited from DependencyObject ) | |
StartOver | Overloaded. ?? | |
ToString?? | (inherited from Activity ) | |
UnregisterForStatusChange?? | (inherited from Activity ) |
Top
Protected Methods
Top
Public Events
?? | Name | Description |
---|---|---|
ActionTurnStarting | Occurs when the action phase turn starts. | |
Canceling?? | (inherited from Activity ) | |
Closed?? | (inherited from Activity ) | |
Compensating?? | (inherited from Activity ) | |
Executing?? | (inherited from Activity ) | |
Faulting?? | (inherited from Activity ) | |
RecordTurnStarting | Occurs when the recording phase turn starts. | |
StatusChanged?? | (inherited from Activity ) |
Top
Explicit Interface Implementations
?? | Name | Description |
---|---|---|
System.Workflow.ComponentModel.IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | Processes events from child activities. | |
System.ComponentModel.IComponent.Disposed?? | (inherited from DependencyObject ) |
Top
See Also
Reference
RecordMessageActivity Class
Microsoft.SpeechServer.Dialog Namespace
RecordTurnStarting
ActionTurnStarting
Accept
Abandon
Continue
Replay
StartOver