MLKitObjectDetectionCommon Framework Reference

Type Definitions

The following type definitions are available globally.

  • @enum ObjectDetectorMode Object detector modes.

    Declaration

    Swift

    struct ObjectDetectorMode : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable
  • A block containing an array of objects detected or nil if there was an error.

    Declaration

    Swift

    typealias ObjectDetectionCallback = ([MLKObject]?, Error?) -> Void

    Parameters

    objects

    Array of objects detected in the image or nil if there was an error.

    error

    The error or nil.