EOIGetVideoFrameResponse
eyesonit-typescript-sdk / EOIGetVideoFrameResponse
Class: EOIGetVideoFrameResponse
Response wrapper for getVideoFrame.
Extends
Constructors
Constructor
new EOIGetVideoFrameResponse(
eoiResponse):EOIGetVideoFrameResponse
Parameters
eoiResponse
Raw API response.
Returns
EOIGetVideoFrameResponse
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
Base64-encoded image for the returned frame.