Portrait.geometricAttributes Property

Module: Portrait

Type: GeometricAttributes

Definition

Geometric attributes.

geometric_attributes: GeometricAttributes

Exceptions

An error has occurred during Face Library execution.
GeometricAttributes get geometricAttributes => getGeometricAttributes();

Exceptions

An error has occurred during Face Library execution.
public GeometricAttributes geometricAttributes
{
    get => GetgeometricAttributes();
}

Exceptions

An error has occurred during Face Library execution.
public GeometricAttributes getGeometricAttributes() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var geometricAttributes: GeometricAttributes
    get {
        return try! getGeometricAttributes()
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FacePortrait_GetGeometricAttributes (ID3_FACE_PORTRAIT hPortrait, id3FaceGeometricAttributes * sGeometricAttributes)

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.