Share via


TokenizerDecoder Class

Definition

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.

Applies to