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
|
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["Last updated 2024-07-10 UTC."],[[["The provided documentation focuses on global type definitions available for use."],["ObjectDetectorMode defines the operational modes for object detectors."],["ObjectDetectionCallback is a function type that handles the results of object detection, providing an array of detected objects or an error."]]],[]]