EOIGetLastDetectionInfoResponse
eyesonit-typescript-sdk / EOIGetLastDetectionInfoResponse
Class: EOIGetLastDetectionInfoResponse
Response wrapper for getLastDetectionInfo.
Extends
Constructors
Constructor
new EOIGetLastDetectionInfoResponse(
eoiResponse):EOIGetLastDetectionInfoResponse
Parameters
eoiResponse
Raw API response.
Returns
EOIGetLastDetectionInfoResponse
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
image
image:
string
Optional base64-encoded image for the last detection frame.
detections
detections:
EOIVideoDetection[]
Parsed detections from the last detection event.