For the complete documentation index, see llms.txt. This page is also available as Markdown.

imageFormat

Format of the returned images.

Details

Attribute: image-format

Type: string

Default value: "image/png"

ImageFormat

Member
Value
Description

PNG

image/png

PNG format.

JPEG

image/jpeg

JPEG format.

Morphology

import { ImageFormat } from '@facephi/selphid-web-component';

selphid.imageFormat = ImageFormat.JPG;

Description

MIME format of the document images returned by facephi-selphid-widget.


Example

Last updated