Skip to main content

EOIGetLastDetectionInfoResponse

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIGetLastDetectionInfoResponse

Class: EOIGetLastDetectionInfoResponse

Response wrapper for getLastDetectionInfo.

Extends

Constructors

Constructor

new EOIGetLastDetectionInfoResponse(eoiResponse): EOIGetLastDetectionInfoResponse

Parameters

eoiResponse

EOIResponse

Raw API response.

Returns

EOIGetLastDetectionInfoResponse

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


image

image: string

Optional base64-encoded image for the last detection frame.


detections

detections: EOIVideoDetection[]

Parsed detections from the last detection event.