Collection
public struct Collection : Codable, Equatable
Details about a collection.
-
The identifier of the collection.
Declaration
Swift
public var collectionID: String
-
The name of the collection.
Declaration
Swift
public var name: String
-
The description of the collection.
Declaration
Swift
public var description: String
-
Date and time in Coordinated Universal Time (UTC) that the collection was created.
Declaration
Swift
public var created: Date
-
Date and time in Coordinated Universal Time (UTC) that the collection was most recently updated.
Declaration
Swift
public var updated: Date
-
Number of images in the collection.
Declaration
Swift
public var imageCount: Int
-
Training status information for the collection.
Declaration
Swift
public var trainingStatus: CollectionTrainingStatus