VectorOfTesseractResultItem Property |
http://www.emgu.com
Get the item in the specific index
Namespace: Emgu.CV.OCRAssembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic TesseractResult this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As TesseractResult
Get
public:
property TesseractResult default[int index] {
TesseractResult get (int index);
}
member Item : TesseractResult with get
Parameters
- index
- Type: SystemInt32
The index
Return Value
Type:
TesseractResultThe item in the specific index
See Also