Celebrity

public struct Celebrity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Provides information about the celebrity’s face, such as its location on the image.

    Declaration

    Swift

    public let face: ComparedFace?
  • id

    A unique identifier for the celebrity.

    Declaration

    Swift

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

    Declaration

    Swift

    public let matchConfidence: Float?
  • The name of the celebrity.

    Declaration

    Swift

    public let name: String?
  • An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.

    Declaration

    Swift

    public let urls: [String]?
  • Undocumented

    Declaration

    Swift

    public init(face: ComparedFace? = nil, id: String? = nil, matchConfidence: Float? = nil, name: String? = nil, urls: [String]? = nil)