4 references to SubsetMatchingMode
System.Speech (4)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (4)
156public GrammarBuilder(string phrase, System.Speech.Recognition.SubsetMatchingMode subsetMatchingCriteria) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 171public void Append(string phrase, System.Speech.Recognition.SubsetMatchingMode subsetMatchingCriteria) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 609public SrgsSubset(string text, System.Speech.Recognition.SubsetMatchingMode matchingMode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 610public System.Speech.Recognition.SubsetMatchingMode MatchingMode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }