FaceMatch

public struct FaceMatch : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.

    Declaration

    Swift

    public let face: Face?
  • Confidence in the match of this face with the input face.

    Declaration

    Swift

    public let similarity: Float?
  • Undocumented

    Declaration

    Swift

    public init(face: Face? = nil, similarity: Float? = nil)