Skip to main content

EOIResponse

The class used for the response to EyesOnIt method calls.

Namespace: EyesOnItSDK

Properties

NameTypeDescription
Successbooltrue if the method succeeded, false if it failed
Messagestringa message associated with the response. Provides error information if the method failed.
Detailstringdetailed error information if the method failed
Dataobjectdata returned by the method. See method description for details.
ConfidenceLevelsDictionary<string, int>confidence levels returned by the method. See method description for details.
BoundingBoxObjectsstring[]bounding box objects returned by the method. See method description for details.
Imagestringan image returned by the method. See method description for details.

Methods

There are no public methods