FaceSearchSettings

public struct FaceSearchSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of a collection that contains faces that you want to search for.

    Declaration

    Swift

    public let collectionId: String?
  • Minimum face match confidence score that must be met to return a result for a recognized face. Default is 80. 0 is the lowest confidence. 100 is the highest confidence.

    Declaration

    Swift

    public let faceMatchThreshold: Float?
  • Undocumented

    Declaration

    Swift

    public init(collectionId: String? = nil, faceMatchThreshold: Float? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws