providerplaneai
Preparing search index...
client/types/shared/OCRText.ts
OCRText
Interface OCRText
Description
Interface contract for OCRText.
interface
OCRText
{
boundingBox
?:
BoundingBox
;
confidence
?:
number
;
text
:
string
;
}
Index
Properties
bounding
Box?
confidence?
text
Properties
Optional
bounding
Box
boundingBox
?:
BoundingBox
Optional
confidence
confidence
?:
number
text
text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounding
Box
confidence
text
providerplaneai
Loading...
Description
Interface contract for OCRText.