Skip to content

TypeScript SDK Reference / ROIExtractorType

Enumeration: ROIExtractorType

The types of ROI extractors available for processing video frames. Determines which implementation to use for extracting regions of interest from face data.

Enumeration Members

Auto

Auto: "auto"

Automatically select the best available implementation based on device capabilities.


JS

JS: "js"

Use JavaScript-based CPU extraction (fallback, slower but compatible).


WebGL

WebGL: "webgl"

Use WebGL-based GPU extraction with automatic implementation selection.