Skip to main content

EOIProcessImageResponse

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIProcessImageResponse

Class: EOIProcessImageResponse

Response wrapper for processImage.

Extends

Constructors

Constructor

new EOIProcessImageResponse(eoiResponse): EOIProcessImageResponse

Parameters

eoiResponse

EOIResponse

Raw API response.

Returns

EOIProcessImageResponse

Overrides

EOIBaseOutputs.constructor

Properties

success

success: boolean

Indicates whether the API call completed successfully.

Inherited from

EOIBaseOutputs.success


message?

optional message: string

Optional human-readable message returned by the API.

Inherited from

EOIBaseOutputs.message


detections

detections: EOIImageDetection[]

Parsed image detections.


image

image: string

Optional base64-encoded output image (often annotated).