TensorDecodeString Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
Decode a string encoded
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic byte[] DecodeString()
Public Function DecodeString As Byte()
public:
array<unsigned char>^ DecodeString()
member DecodeString : unit -> byte[]
Return Value
Type:
ByteThe decoded string.
See Also