react-native-vision-camera-resizerType aliases
DataType
type DataType = "int8" | "uint8" | "float16" | "float32"Represents the scalar encoding used for each output channel.
For example, 'float32' stores each output value as a 32-bit float
in the normalized range from 0.0 to 1.0.