|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
|
Single stamp/seal detected on a page. More...
#include <document_ai.h>
Properties | |
| NSString * | label |
| Detected label/type name. | |
| float | score |
| Confidence score in range [0,1]. | |
| NSArray * | rect |
| Bounding box as [left, top, right, bottom]. | |
Single stamp/seal detected on a page.
Definition at line 29 of file document_ai.h.
|
readwritenonatomiccopy |
Detected label/type name.
Definition at line 32 of file document_ai.h.
|
readwritenonatomicstrong |
Bounding box as [left, top, right, bottom].
Definition at line 36 of file document_ai.h.
|
readwritenonatomicassign |
Confidence score in range [0,1].
Definition at line 34 of file document_ai.h.