FaceIndexer.templateCount Property¶
Module: FaceIndexer
Type: int
Definition¶
Current number of indexed templates.
int get templateCount => getTemplateCount();
Exceptions
An error has occurred during Face Library execution.
public int templateCount
{
get => GettemplateCount();
}
Exceptions
An error has occurred during Face Library execution.
public int getTemplateCount() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var templateCount: Int
get {
return Int(try! getTemplateCount())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FaceIndexer_GetTemplateCount (ID3_FACE_INDEXER hFaceIndexer, int * templateCount)
Returns