Skip to main content

EOIGetVideoFrameResponse

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIGetVideoFrameResponse

Class: EOIGetVideoFrameResponse

Response wrapper for getVideoFrame.

Extends

Constructors

Constructor

new EOIGetVideoFrameResponse(eoiResponse): EOIGetVideoFrameResponse

Parameters

eoiResponse

EOIResponse

Raw API response.

Returns

EOIGetVideoFrameResponse

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

Base64-encoded image for the returned frame.