VectorOfTesseractResultItem Property |
http://www.emgu.com
Get the item in the specific index
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic TesseractResult this[
int index
] { get; }
Public ReadOnly Property Item (
index As Integer
) As TesseractResult
Get
public:
property TesseractResult^ Item[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