<itemvalue="This combines [decodeImage] and [registerFrame] into a single operation that avoids transferring RGB data back to the main isolate. The image is decoded and stored in the worker, returning only the frameId and dimensions."/>
<itemvalue="Decodes and registers an image in one operation (optimized fast-path)."/>
<itemvalue="The [imageBytes] parameter should contain encoded image data (JPEG, PNG, etc.)."/>
<itemvalue="Specifies which face detection model variant to use. Different models are optimized for different use cases: - [frontCamera]: Optimized for selfiefront-facing camera (128x128 input) - [backCamera]: Optimized for rear camera with higher resolution (256x256 input) - [shortRange]: Optimized for close-up faces (128x128 input) - [full]: Full-range detection (192x192 input) - [fullSparse]: Full-range with sparse anchors (192x192 input)"/>