Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVMetadataObjectMBS class.

AVMetadataObjectMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The private constructor.

AVMetadataObjectMBS.corners as Dictionary()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVFoundation MBS AVFoundation Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The points defining the (x, y) locations of the corners.

The value of this property is an array of Dictionary objects, each of which has been created from a CGPoint struct using the CGPointCreateDictionaryRepresentation function, representing the coordinates of the corners of the object with respect to the image in which it resides.
If the metadata originates from video, the points may be expressed as scalar values from 0 to 1.
The points in the corners differ from the bounds rectangle in that bounds is axis aligned to orientation of the captured image, and the values of the corners reside within the bounds rectangle.
The points are arranged in counterclockwise order (clockwise if the code or image is mirrored), starting with the top left of the code in its canonical orientation.

For barcodes.

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...