EOIResponse
The class used for the response to EyesOnIt method calls.
Namespace: EyesOnItSDK
Properties
Name | Type | Description |
---|---|---|
Success | bool | true if the method succeeded, false if it failed |
Message | string | a message associated with the response. Provides error information if the method failed. |
Detail | string | detailed error information if the method failed |
Data | object | data returned by the method. See method description for details. |
ConfidenceLevels | Dictionary<string, int> | confidence levels returned by the method. See method description for details. |
BoundingBoxObjects | string[] | bounding box objects returned by the method. See method description for details. |
Image | string | an image returned by the method. See method description for details. |
Methods
There are no public methods