| Name |
Type |
Description |
Notes |
| classification |
string |
The classification of the recognized object. |
[optional] |
| group |
string |
The group of the classification. |
[optional] |
| id |
int |
The id of the detection object. |
[optional] |
| probability |
int |
The probability that the object found matches the classification. |
[optional] |
| coordinates |
\Irisnet\API\Client\Model\Coordinates |
|
[optional] |
| content |
string |
The text that was detected |
[optional] |
| attributes |
\Irisnet\API\Client\Model\Attribute[] |
Attributes characterizing the text. |
[optional] |
| subDetections |
\Irisnet\API\Client\Model\BaseDetection[] |
A set of sub-detection for text moderation. |
[optional] |
[Back to Model list] [Back to API list] [Back to README]