4 references to SubsetMatchingMode
System.Speech (4)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (4)
160
public GrammarBuilder(string phrase, System.Speech.Recognition.
SubsetMatchingMode
subsetMatchingCriteria) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
175
public void Append(string phrase, System.Speech.Recognition.
SubsetMatchingMode
subsetMatchingCriteria) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
615
public SrgsSubset(string text, System.Speech.Recognition.
SubsetMatchingMode
matchingMode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
616
public System.Speech.Recognition.
SubsetMatchingMode
MatchingMode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }