Skip to content

Presets

LIQA is designed to collect the standardized images of exact body parts. Preset is a set of settings, that define a specific combination of the user interface and quality parameters requirements for a specific body part.

Use the preset API to customize the user flow. If property is left empty, the default option will be used. See all available options below.

Face default

tsx
tsx
<hautai-liqa license="LICENSE_KEY_PROVIDED_BY_HAUT.AI" preset="face" > </hautai-liqa>
tsx
<hautai-liqa license="LICENSE_KEY_PROVIDED_BY_HAUT.AI" preset="face" > </hautai-liqa>

How it works

  • The "face" preset combines UI, UX and AI settings for the collection of front face portrait (selfie) images with all skin areas clearly visible. The images are standardized for Haut.AI SaaS Face Application.

  • The image is collected automatically after all quality criteria are met, the system will display the countdown and automatically collect a final image.

Affected APIs

  • Text Messages: "face_live_video" keys will be used. "hair_live_video" will be ignored.

Hair

tsx
tsx
<hautai-liqa license="LICENSE_KEY_PROVIDED_BY_HAUT.AI" preset="hair" > </hautai-liqa>
tsx
<hautai-liqa license="LICENSE_KEY_PROVIDED_BY_HAUT.AI" preset="hair" > </hautai-liqa>

How it works

  • The "hair" preset combines UI, UX and AI settings for the collection of portrait images with hairs fully and clearly visible. The images are standardized for Haut.AI SaaS Hair Application.

  • By default, the image is collected manually. It is possible to change the image collection algorithm to auto, refer to the capture API option docs.

    • Image manual collection: when all quality criteria are met, the system will display the instructions for user to position their hairs to be most visible and then press a button to collect a final image.

    • Image auto collection: when all quality criteria are met, the system will display a 3-2-1 countdown and automatically collect a final image on its end.

Affected APIs

  • Text Messages: "hair_live_video" keys will be used. "face_live_video" will be ignored.
  • Styles: some Advanced CSS Selectors will be ignored - providing any properties to these selectors will have no effect.