Entities
ProcessedFrameData
Interface: ProcessedFrameData
Defined in: types.ts:62
Represents a processed frame from the screen capture Contains metadata about the capture time, frame sequence, and the results of processing (like OCR text)
Properties
content
content:
string
Defined in: types.ts:68
Processed content from the frame (e.g., OCR text)
frameNumber
frameNumber:
number
Defined in: types.ts:66
Sequential number of the frame in the capture sequence
processingType
processingType:
string
Defined in: types.ts:70
Type of processing applied to the frame (e.g., “OCR”, “CLASSIFICATION”)
timestamp
timestamp:
string
Defined in: types.ts:64
ISO timestamp when the frame was captured