Label public struct Label Describes a real world object (e.g., chair, desk) identified in an image name Declaration Swift public let name: String metadata Declaration Swift public let metadata: Metadata? boundingBoxes Declaration Swift public let boundingBoxes: [CGRect]? init(name:metadata:boundingBoxes:) Declaration Swift public init( name: String, metadata: Metadata? = nil, boundingBoxes: [CGRect]? = nil ) Metadata See more Declaration Swift public struct Metadata © 2024 Amazon Web Services. All rights reserved. (Last updated: 2024-10-31) Generated by jazzy ♪♫ v0.15.1, a Realm project.