Contents

kCGImageMetadataEnumerateRecursively

An option to enumerate recursively through a set of metadata tags.

Declaration

let kCGImageMetadataEnumerateRecursively: CFString

Discussion

The value of this key is a CFBoolean. Set the value to kOSBooleanTrue to enumerate all tags recursively. Set the value to kCFBooleanFalse to enumerate only the direct children of the root path you specify.

When you call CGImageMetadataEnumerateTagsUsingBlock(_:_:_:_:), include this option if you want the enumeration behavior to search recursively through the available tags. If you don’t specify this key, the function behaves as if the value is false.

See Also

Enumerating the Metadata Tags