Type Alias VNImageOption

Source
pub type VNImageOption = NSString;
Available on crate feature VNRequestHandler only.
Expand description

Options keys passed into the VNImageRequestHandler creations or requests that take an auxiliary image. These are options that either describe specific properties of an image like the VNImageOptionCameraIntrinsics or how an image needs to be handled like the VNImageOptionCIContext.

See also Apple’s documentation

Aliased Type§

#[repr(C)]
pub struct VNImageOption { /* private fields */ }