docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDecoder

    Applies modifications to the input detokenized strings.

    Namespace: Unity.InferenceEngine.Tokenization.Decoders
    Assembly: Unity.InferenceEngine.Tokenization.dll
    Syntax
    public interface IDecoder

    Methods

    Decode(IReadOnlyList<string>, Output<string>)

    Applies modifications to the input detokenized strings.

    Declaration
    void Decode(IReadOnlyList<string> tokens, Output<string> output)
    Parameters
    Type Name Description
    IReadOnlyList<string> tokens

    The string values to modify.

    Output<string> output

    The recipient of modified strings.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)