FaceAnalysisOptions

class FaceAnalysisOptions : NSObject

Represents the options and parameters used to initialize a AZFaceAnalysisOptions instance

  • Configures FaceAnalyzer to operate on all faces in frames versus only the largest face.

    Declaration

    Swift

    var faceSelectionMode: FaceSelectionMode { get set }
  • Initializes a new instance of the face analyzer options.

    Declaration

    Swift

    init() throws

    Parameters

    outError

    error information.

    Return Value

    a face analyzer options instance.

  • Sets the property string value by key.

    Declaration

    Swift

    func setPropertyValue(_ value: String, forKey key: String)

    Parameters

    value

    value of the property.

    key

    property key.