Method SetDecodeType
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
SetDecodeType(string)
Set the decoding method of translating the network output into string.
public void SetDecodeType(string decodeType)
Parameters
decodeTypestringThe decoding method of translating the network output into string, currently supported type: - "CTC-greedy" greedy decoding for the output of CTC-based methods - "CTC-prefix-beam-search" Prefix beam search decoding for the output of CTC-based methods