EOIProcessImageResponse
eyesonit-typescript-sdk / EOIProcessImageResponse
Class: EOIProcessImageResponse
Response wrapper for processImage.
Extends
Constructors
Constructor
new EOIProcessImageResponse(
eoiResponse):EOIProcessImageResponse
Parameters
eoiResponse
Raw API response.
Returns
EOIProcessImageResponse
Overrides
Properties
success
success:
boolean
Indicates whether the API call completed successfully.
Inherited from
message?
optionalmessage:string
Optional human-readable message returned by the API.
Inherited from
detections
detections:
EOIImageDetection[]
Parsed image detections.
image
image:
string
Optional base64-encoded output image (often annotated).