| Nicomsoft OCR: Developer's Guide |
| C++: | int Blk_GetWordQual(HBLK BlkObj, int LineIndex, int WordIndex) |
| C#: | int Blk_GetWordQual(int BlkObj, int LineIndex, int WordIndex) |
| Visual Basic: | Function Blk_GetWordQual(ByVal BlkObj As Integer, ByVal LineIndex As Integer, ByVal WordIndex As Integer) As Integer |
| Java: | int Blk_GetWordQual(HBLK BlkObj, int LineIndex, int WordIndex) |
| Delphi: | function Blk_GetWordQual(BlkObj:HBLK; LineIndex:integer; WordIndex:integer):integer; |
| BlkObj [IN] – the Block object. You can also specify the Image object if you want to work with the global list of text lines for the entire image. | |
| LineIndex [IN] – the index of the text line to retrieve; 0 – the first line. | |
| WordIndex [IN] – the index of the word in the specified text line to retrieve; 0 – the first word. |