Table of Contents

Method Decode

Namespace
OpenCvSharp.Dnn
Assembly
OpenCvSharp.dll

Decode(int[])

Decodes token ids back to text.

public string Decode(int[] tokens)

Parameters

tokens int[]

The token ids.

Returns

string

The decoded UTF-8 string.