ImageMetadataTypeValue
import type { ImageMetadataTypeValue } from '@banou/opencv-wasm'A native enum entry wrapping its numeric .value. Flat OpenCV constants expose the corresponding numbers directly.
export interface ImageMetadataTypeValue<T extends number> {
value: T;
}Constructors and members
value
Numeric value of this native enum entry. Use .value when an API accepts a number.
value: T;These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.