CelebrityDetail

public struct CelebrityDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Bounding box around the body of a celebrity.

    Declaration

    Swift

    public let boundingBox: BoundingBox?
  • The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.

    Declaration

    Swift

    public let confidence: Float?
  • Face details for the recognized celebrity.

    Declaration

    Swift

    public let face: FaceDetail?
  • id

    The unique identifier for the celebrity.

    Declaration

    Swift

    public let id: String?
  • The name of the celebrity.

    Declaration

    Swift

    public let name: String?
  • An array of URLs pointing to additional celebrity information.

    Declaration

    Swift

    public let urls: [String]?
  • Undocumented

    Declaration

    Swift

    public init(boundingBox: BoundingBox? = nil, confidence: Float? = nil, face: FaceDetail? = nil, id: String? = nil, name: String? = nil, urls: [String]? = nil)