TokenizerDecoder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Decoder has the responsibility to merge the given list of tokens in a string.
public abstract class TokenizerDecoder
type TokenizerDecoder = class
Public MustInherit Class TokenizerDecoder
- Inheritance
-
TokenizerDecoder
- Derived
Constructors
TokenizerDecoder() |
Methods
Decode(IEnumerable<String>) |
Decode by joining all the tokens to a string. |