DetectedObjects
public struct DetectedObjects : Codable, Equatable
Container for the list of collections that have objects detected in an image.
-
The collections with identified objects.
Declaration
Swift
public var collections: [CollectionObjects]?