CGImageMetadataTagCopyName(_:)
Returns an immutable copy of the tag’s name.
Declaration
func CGImageMetadataTagCopyName(_ tag: CGImageMetadataTag) -> CFString?Parameters
- tag:
The metadata tag from which to fetch the namespace information.
Return Value
A string that contains the tag’s name. You are responsible for releasing this string.