FaceAnalyzerCreateOptions

class FaceAnalyzerCreateOptions : NSObject

Represents the options and parameters used to initialize a AZVisionSession instance

  • The property for selecting mode in which face analysis is performed.

    Declaration

    Swift

    var faceAnalyzerMode: FaceAnalyzerMode { 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.