Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SrgsRulesCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of SrgsRule objects.
The SrgsRulesCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SrgsRulesCollection | Initializes a new instance of the SrgsRulesCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (inherited from KeyedCollection<String, SrgsRule>) | |
Count | (inherited from Collection<SrgsRule>) | |
Dictionary | (inherited from KeyedCollection<String, SrgsRule>) | |
Item[TKey] | (inherited from KeyedCollection<String, SrgsRule>) | |
Item[Int32] | (inherited from Collection<SrgsRule>) | |
Items | (inherited from Collection<SrgsRule>) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (inherited from Collection<SrgsRule>) | |
IList.Contains | (inherited from Collection<SrgsRule>) | |
ICollection.CopyTo | (inherited from Collection<SrgsRule>) | |
IEnumerable.GetEnumerator | (inherited from Collection<SrgsRule>) | |
IList.IndexOf | (inherited from Collection<SrgsRule>) | |
IList.Insert | (inherited from Collection<SrgsRule>) | |
IList.IsFixedSize | (inherited from Collection<SrgsRule>) | |
ICollection<T>.IsReadOnly | (inherited from Collection<SrgsRule>) | |
IList.IsReadOnly | (inherited from Collection<SrgsRule>) | |
ICollection.IsSynchronized | (inherited from Collection<SrgsRule>) | |
IList.Item | (inherited from Collection<SrgsRule>) | |
IList.Remove | (inherited from Collection<SrgsRule>) | |
ICollection.SyncRoot | (inherited from Collection<SrgsRule>) |
Top