CollectionObjects
public struct CollectionObjects : Codable, Equatable
The objects in a collection that are detected in an image.
-
The identifier of the collection.
Declaration
Swift
public var collectionID: String
-
The identified objects in a collection.
Declaration
Swift
public var objects: [ObjectDetail]