SpeechQuestionAnswerActivity Members

The SpeechQuestionAnswerActivity type exposes the following members.

Constructors

  Name Description
Dd253350.pubmethod(en-us,office.13).gif SpeechQuestionAnswerActivity Overloaded.

Methods

  Name Description
Dd253350.pubmethod(en-us,office.13).gif AddHandler (Inherited from DependencyObject.)
Dd253350.protmethod(en-us,office.13).gif Cancel (Inherited from Activity.)
Dd253350.pubmethod(en-us,office.13).gif Clone (Inherited from Activity.)
Dd253350.pubmethod(en-us,office.13).gif Dispose Overloaded.
Dd253350.pubmethod(en-us,office.13).gif Equals (Inherited from Object.)
Dd253350.protmethod(en-us,office.13).gif Execute (Inherited from Activity.)
Dd253350.protmethod(en-us,office.13).gif Finalize (Inherited from DependencyObject.)
Dd253350.pubmethod(en-us,office.13).gif GetActivityByName Overloaded.
Dd253350.pubmethod(en-us,office.13).gif GetBinding (Inherited from DependencyObject.)
Dd253350.protmethod(en-us,office.13).gif GetBoundValue (Inherited from DependencyObject.)
Dd253350.pubmethod(en-us,office.13).gif GetHashCode (Inherited from Object.)
Dd253350.protmethod(en-us,office.13).gif GetInvocationList``1 (Inherited from DependencyObject.)
Dd253350.pubmethod(en-us,office.13).gif GetType (Inherited from Object.)
Dd253350.pubmethod(en-us,office.13).gif GetValue (Inherited from DependencyObject.)
Dd253350.pubmethod(en-us,office.13).gif GetValueBase (Inherited from DependencyObject.)
Dd253350.protmethod(en-us,office.13).gif HandleFault (Inherited from Activity.)
Dd253350.protmethod(en-us,office.13).gif Initialize (Inherited from Activity.)
Dd253350.protmethod(en-us,office.13).gif InitializeProperties (Inherited from DependencyObject.)
Dd253350.protmethod(en-us,office.13).gif Invoke Overloaded.
Dd253350.pubmethod(en-us,office.13).gif IsBindingSet (Inherited from DependencyObject.)
Dd253350.protmethod(en-us,office.13).gif MemberwiseClone (Inherited from Object.)
Dd253350.pubmethod(en-us,office.13).gif MetaEquals (Inherited from DependencyObject.)
Dd253350.protmethod(en-us,office.13).gif OnActivityExecutionContextLoad (Inherited from Activity.)
Dd253350.protmethod(en-us,office.13).gif OnActivityExecutionContextUnload (Inherited from Activity.)
Dd253350.protmethod(en-us,office.13).gif OnClosed (Inherited from Activity.)
Dd253350.protmethod(en-us,office.13).gif RaiseEvent (Inherited from Activity.)
Dd253350.protmethod(en-us,office.13).gif RaiseGenericEvent``1 (Inherited from Activity.)
Dd253350.pubmethod(en-us,office.13).gif RegisterForStatusChange (Inherited from Activity.)
Dd253350.pubmethod(en-us,office.13).gif RemoveHandler (Inherited from DependencyObject.)
Dd253350.pubmethod(en-us,office.13).gif RemoveProperty (Inherited from DependencyObject.)
Dd253350.pubmethod(en-us,office.13).gif Save Overloaded.
Dd253350.pubmethod(en-us,office.13).gif SetBinding (Inherited from DependencyObject.)
Dd253350.protmethod(en-us,office.13).gif SetBoundValue (Inherited from DependencyObject.)
Dd253350.protmethod(en-us,office.13).gif SetReadOnlyPropertyValue (Inherited from DependencyObject.)
Dd253350.pubmethod(en-us,office.13).gif SetValue (Inherited from DependencyObject.)
Dd253350.pubmethod(en-us,office.13).gif SetValueBase (Inherited from DependencyObject.)
Dd253350.pubmethod(en-us,office.13).gif ToString (Inherited from Activity.)
Dd253350.protmethod(en-us,office.13).gif TrackData Overloaded.
Dd253350.protmethod(en-us,office.13).gif Uninitialize (Inherited from Activity.)
Dd253350.pubmethod(en-us,office.13).gif UnregisterForStatusChange (Inherited from Activity.)

Properties

  Name Description
Dd253350.pubproperty(en-us,office.13).gif CanBargeIn
Gets or sets whether this prompt can be interrupted by the user. When True, recognition begins with the start of the prompt playback. When False, recognition begins after the prompt has finished playing. The default is True.
Dd253350.pubproperty(en-us,office.13).gif CompleteTimeout
Gets or sets the length of silence required following user speech before the speech recognizer finalizes a result. The default is 0.5 seconds.
Dd253350.pubproperty(en-us,office.13).gif Description (Inherited from Activity.)
Dd253350.protproperty(en-us,office.13).gif DesignMode (Inherited from DependencyObject.)
Dd253350.pubproperty(en-us,office.13).gif DtmfGrammars
A collection of DTMF grammars that are active during this activity.
Dd253350.pubproperty(en-us,office.13).gif Enabled (Inherited from Activity.)
Dd253350.pubproperty(en-us,office.13).gif ExecutionResult (Inherited from Activity.)
Dd253350.pubproperty(en-us,office.13).gif ExecutionStatus (Inherited from Activity.)
Dd253350.pubproperty(en-us,office.13).gif ExpectedDtmfInputs
An array of strings that are the expected DTMF inputs for this activity. A DTMF grammar object is automatically created using these strings.
Dd253350.pubproperty(en-us,office.13).gif ExpectedSpeechInputs
An array of strings that are the expected speech inputs for this activity. A speech grammar object is automatically created using these strings.
Dd253350.pubproperty(en-us,office.13).gif Grammars
Gets the collection of speech grammars that will be active during recognition for this SpeechQuestionAnswerActivity.
Dd253350.pubproperty(en-us,office.13).gif IncompleteTimeout
Gets or sets the duration of silence at the end of an utterance, after which recognition is considered finished. The default is 1 second.
Dd253350.pubproperty(en-us,office.13).gif InitialSilenceTimeout
Gets the length of time after the prompt has completed that the user has to provide input, or the activity will play the prompt again.
Dd253350.pubproperty(en-us,office.13).gif IsDataTrackingEnabled
Gets or sets a boolean value that specifies if the activity prompt and recognition result are tracked by the TrackingDataWorkflowRuntimeService class.
Dd253350.pubproperty(en-us,office.13).gif IsDynamicActivity (Inherited from Activity.)
Dd253350.pubproperty(en-us,office.13).gif MainPrompt
Gets or sets the prompt that plays when the activity is executed.
Dd253350.pubproperty(en-us,office.13).gif Name (Inherited from Activity.)
Dd253350.pubproperty(en-us,office.13).gif Parent (Inherited from Activity.)
Dd253350.protproperty(en-us,office.13).gif ParentDependencyObject (Inherited from DependencyObject.)
Dd253350.pubproperty(en-us,office.13).gif PreFlushDtmf
Gets or sets whether the DTMF buffer is flushed before recognition starts. The default is False. When False, users can type ahead. If True, any buffered digits are lost.
Dd253350.pubproperty(en-us,office.13).gif Prompts
Gets a collection of all the prompts that can be played by the SpeechQuestionAnswerActivity.
Dd253350.pubproperty(en-us,office.13).gif QualifiedName (Inherited from Activity.)
Dd253350.pubproperty(en-us,office.13).gif RecognitionResult
Gets the recognition result. This will be null unless there was a valid recognition.
Dd253350.pubproperty(en-us,office.13).gif Site (Inherited from DependencyObject.)
Dd253350.pubproperty(en-us,office.13).gif UserData (Inherited from DependencyObject.)
Dd253350.protproperty(en-us,office.13).gif WorkflowInstanceId (Inherited from Activity.)

Events

  Name Description
Dd253350.pubevent(en-us,office.13).gif Canceling (Inherited from Activity.)
Dd253350.pubevent(en-us,office.13).gif Closed (Inherited from Activity.)
Dd253350.pubevent(en-us,office.13).gif Compensating (Inherited from Activity.)
Dd253350.pubevent(en-us,office.13).gif Executing (Inherited from Activity.)
Dd253350.pubevent(en-us,office.13).gif Faulting (Inherited from Activity.)
Dd253350.pubevent(en-us,office.13).gif StatusChanged (Inherited from Activity.)
Dd253350.pubevent(en-us,office.13).gif TurnStarting
TurnStarting is raised before the prompt is played. Note that for SpeechQuestionAnswerActivity activity the PromptType property is always PromptType.Main.

Explicit Interface Implementations

  Name Description
Dd253350.pubinterface(en-us,office.13).gifDd253350.privevent(en-us,office.13).gif System#ComponentModel#IComponent#Disposed (Inherited from DependencyObject.)

See Also

SpeechQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace