ObjectMetadata

public struct ObjectMetadata : Codable, Equatable

Basic information about an object.

  • The name of the object.

    Declaration

    Swift

    public var object: String?
  • Number of bounding boxes with this object name in the collection.

    Declaration

    Swift

    public var count: Int?