VisionImageLabeler
class VisionImageLabeler : NSObjectAn on-device or cloud image labeler for labeling images.
-
The image labeler type.
Declaration
Swift
var type: VisionImageLabelerType { get } -
Unavailable. Use
Visionfactory methods. -
Processes the given image for on-device or cloud image labeling.
Declaration
Swift
func process(_ image: FIRVisionImage, completion: @escaping VisionImageLabelerCallback)Parameters
imageThe image to process.
completionHandler to call back on the main queue with labels or error.