PXV_OCRSymbolInfo Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_OCRSymbolInfo Structure}} | {{#customTitle:PXV_OCRSymbolInfo Structure}} | ||
+ | {{#parentPage:PXV:PXV_Structures|PXV_OCRSymbolInfo|structure}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 11: | ||
<pre class="brush:cpp;gutter:false">struct PXV_OCRSymbolInfo | <pre class="brush:cpp;gutter:false">struct PXV_OCRSymbolInfo | ||
{ | { | ||
− | ULONG | + | ULONG nWord; |
− | ULONG | + | ULONG nStyleID; |
− | + | float nConfidence; | |
− | + | PXC_PointF ptPosition; | |
− | + | PXC_RectF Bounds; | |
− | + | ||
}; | }; | ||
</pre> | </pre> | ||
== Members == | == Members == | ||
− | ; | + | ;nWord |
: Value of ULONG ... | : Value of ULONG ... | ||
− | ; | + | ;nStyleID |
: Value of ULONG ... | : Value of ULONG ... | ||
− | |||
− | |||
− | |||
− | |||
;nConfidence | ;nConfidence | ||
− | : Value of | + | : Value of float ... |
− | ; | + | ;ptPosition |
− | : Value of | + | : Value of [[PXV:PXC_PointF|PXC_PointF]] ... |
+ | ;Bounds | ||
+ | : Value of [[PXV:PXC_RectF|PXC_RectF]] ... | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_OCRResult_GetSymbol|IPXV_OCRResult::GetSymbol]], [[PXV:IPXV_OCRResult_SymbolInfo|IPXV_OCRResult::SymbolInfo]] |
Latest revision as of 11:56, 9 June 2016
Specifies the ...
Syntax
struct PXV_OCRSymbolInfo { ULONG nWord; ULONG nStyleID; float nConfidence; PXC_PointF ptPosition; PXC_RectF Bounds; };
Members
- nWord
- Value of ULONG ...
- nStyleID
- Value of ULONG ...
- nConfidence
- Value of float ...
- ptPosition
- Value of PXC_PointF ...
- Bounds
- Value of PXC_RectF ...