Udostępnij za pośrednictwem


NavigableListActivity.ConfirmationDtmfGrammars Property

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.

Gets the collection of DTMF grammars that are active during the confirmation phase.

Namespace: Microsoft.SpeechServer.Dialog
Assembly: Microsoft.SpeechServer (in microsoft.speechserver.dll)

Syntax

'Declaration
<DisplayNameAttribute("Confirmation DTMF Grammar")> _
<PropertyEditorPanelAttribute("DtmfGrammarCollectionPanel")> _
<SpeechCustomMarkupSerializerAttribute> _
<PropertyCodeDomAttribute("GrammarCollectionSerializer")> _
<EditorAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.GenericSpeechUITypeEditor, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", GetType(UITypeEditor))> _
<TypeConverterAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.GrammarCollectionConverter, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> _
<GlobalizedCategoryAttribute("SpeechCategory")> _
<GlobalizedDescriptionAttribute("DialogActivityCommon_ConfirmationDtmfGrammars")> _
Public Property ConfirmationDtmfGrammars As GrammarCollection
[DisplayNameAttribute("Confirmation DTMF Grammar")] 
[PropertyEditorPanelAttribute("DtmfGrammarCollectionPanel")] 
[SpeechCustomMarkupSerializerAttribute] 
[PropertyCodeDomAttribute("GrammarCollectionSerializer")] 
[EditorAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.GenericSpeechUITypeEditor, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(UITypeEditor))] 
[TypeConverterAttribute("Microsoft.SpeechServer.Authoring.DialogDesigner.GrammarCollectionConverter, Microsoft.SpeechServer.Authoring.DialogDesigner, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] 
[GlobalizedCategoryAttribute("SpeechCategory")] 
[GlobalizedDescriptionAttribute("DialogActivityCommon_ConfirmationDtmfGrammars")] 
public GrammarCollection ConfirmationDtmfGrammars { get; }

Property Value

A GrammarCollection that contains a list of the DTMF grammars that are active during the confirmation phase.

Remarks

The ConfirmationGrammars property contains a list of the speech grammars that are active during the confirmation phase. The DtmfGrammars property contains a list of the DTMF grammars that are active during the navigation (or get) phase. The Grammars property contains a list of the speech grammars that are active during the navigation phase.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Windows Server 2003

See Also

Reference

NavigableListActivity Class
NavigableListActivity Members
Microsoft.SpeechServer.Dialog Namespace
GrammarCollection Class
ConfirmationGrammars
DtmfGrammars
Grammars