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