Skip to content
1 min read · 77 words

Interface: SpecialistBytesInput

Defined in: src/batteries/specialists/_shared/index.ts:45

Raw bytes plus an optional MIME type — the plain-object form of image/document input.

Properties

PropertyTypeDescriptionDefined in
bytesUint8ArrayThe raw encoded bytes (e.g. a PNG/JPEG/PDF page image).src/batteries/specialists/_shared/index.ts:47
mimeType?stringThe MIME type of bytes, when known.src/batteries/specialists/_shared/index.ts:49