VectorOfTesseractResultPush Method |
http://www.emgu.com
Push an array of value into the standard vector
Namespace: Emgu.CV.OCRAssembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Push(
TesseractResult[] value
)
Public Sub Push (
value As TesseractResult()
)
public:
void Push(
array<TesseractResult>^ value
)
member Push :
value : TesseractResult[] -> unit
Parameters
- value
- Type: Emgu.CV.OCRTesseractResult
The value to be pushed to the vector
See Also