docs/source-doc-builder/api/input-sequences.mdx
<code>tokenizers.TextInputSequence</code>
A str that represents an input sequence
<code>tokenizers.PreTokenizedInputSequence</code>
A pre-tokenized input sequence. Can be one of:
List of strTuple of stralias of Union[List[str], Tuple[str]].
<code>tokenizers.InputSequence</code>
Represents all the possible types of input sequences for encoding. Can be:
is_pretokenized=False: TextInputSequenceis_pretokenized=True: PreTokenizedInputSequencealias of Union[str, List[str], Tuple[str]].
</python>
<rust>
The Rust API Reference is available directly on the Docs.rs website.
</rust>
<node>
The node API has not been documented yet.
</node>
</tokenizerslangcontent>