Click or drag to resize

VectorOfTesseractResultToArray Method

http://www.emgu.com
Convert the standard vector to an array of TesseractResult

Namespace:  Emgu.CV.OCR
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public TesseractResult[] ToArray()

Return Value

Type: TesseractResult
An array of TesseractResult
See Also