FileStorage_State
import { FileStorage_State } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSFileStorage_State
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Native enum entries for file storage state. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static UNDEFINED
Initial or uninitialized state.
UNDEFINED: FileStorage_StateValue<0>,static VALUE_EXPECTED
Expecting a value in the current position.
VALUE_EXPECTED: FileStorage_StateValue<1>,static NAME_EXPECTED
Expecting a key/name in the current position.
NAME_EXPECTED: FileStorage_StateValue<2>,static INSIDE_MAP
Indicates being inside a map (a set of key-value pairs).
INSIDE_MAP: FileStorage_StateValue<4>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.