FaceIndexer.maximumTemplateCount Property

Module: FaceIndexer

Type: int

Definition

Maximum number of templates that this face indexer can hold.

maximum_template_count: int

Exceptions

An error has occurred during Face Library execution.
int get maximumTemplateCount => getMaximumTemplateCount();

Exceptions

An error has occurred during Face Library execution.
public int maximumTemplateCount
{
    get => GetmaximumTemplateCount();
}

Exceptions

An error has occurred during Face Library execution.
public int getMaximumTemplateCount() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var maximumTemplateCount: Int
    get {
        return Int(try! getMaximumTemplateCount())
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FaceIndexer_GetMaximumTemplateCount (ID3_FACE_INDEXER hFaceIndexer, int * maximumTemplateCount)

Returns

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