1 implementation of IToken
System.Speech (1)
Recognition\SrgsGrammar\SrgsToken.cs (1)
17
public class SrgsToken : SrgsElement,
IToken
6 references to IToken
System.Speech (6)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
49
IToken
IElementFactory.CreateToken(IElement parent, string content, string? pronunciation, string? display, float reqConfidence)
Internal\SrgsParser\IElementFactory.cs (1)
15
IToken
CreateToken(IElement parent, string content, string? pronunciation, string? display, float reqConfidence);
Internal\SrgsParser\IToken.cs (1)
16
internal delegate
IToken
CreateTokenCallback(IElement parent, string content, string? pronunciation, string? display, float reqConfidence);
Internal\SrgsParser\SrgsDocumentParser.cs (1)
207
private
IToken
ParseToken(SrgsToken srgsToken, IElement parent)
Internal\SrgsParser\XmlParser.cs (1)
921
private
IToken
ParseToken(IElement parent, XmlReader reader)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
42
IToken
IElementFactory.CreateToken(IElement parent, string content, string? pronunciation, string? display, float reqConfidence)