FaceIndexer.format Property

Module: FaceIndexer

Type: FaceTemplateFormat

Definition

Face template format accepted by this face indexer.

format: FaceTemplateFormat

Exceptions

An error has occurred during Face Library execution.
FaceTemplateFormat get format => getFormat();

Exceptions

An error has occurred during Face Library execution.
public FaceTemplateFormat format
{
    get => Getformat();
}

Exceptions

An error has occurred during Face Library execution.
public FaceTemplateFormat getFormat() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var format: FaceTemplateFormat
    get {
        return try! getFormat()
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FaceIndexer_GetFormat (ID3_FACE_INDEXER hFaceIndexer, id3FaceTemplateFormat * eFormat)

Returns

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