FaceIndexer.fromFile Method¶
Module: FaceIndexer
Definition¶
Imports the face indexer object from a file.
@staticmethod
from_file(path: str) -> FaceIndexer
Parameters
pathstrin Path to the file to import the face indexer object from.
Returns
The newly created face indexer.
Exceptions
An error has occurred during Face Library execution.
static FaceIndexer fromFile(String? path)
Parameters
pathStringin Path to the file to import the face indexer object from.
Returns
The newly created face indexer.
Exceptions
An error has occurred during Face Library execution.
public static FaceIndexer FromFile(string path)
Parameters
pathstringin Path to the file to import the face indexer object from.
Returns
The newly created face indexer.
Exceptions
An error has occurred during Face Library execution.
public static FaceIndexer fromFile(String path) throws FaceException
Parameters
pathStringin Path to the file to import the face indexer object from.
Returns
The newly created face indexer.
Exceptions
An error has occurred during Face Library execution.
public static func fromFile(path: String) throws -> FaceIndexer
Parameters
pathStringin Path to the file to import the face indexer object from.
Returns
The newly created face indexer.
Exceptions
An error has occurred during Face Library execution.
int id3FaceIndexer_FromFile (
ID3_FACE_INDEXER hFaceIndexer,
const char * path)
Parameters
hFaceIndexerID3_FACE_INDEXERin Handle to the FaceIndexer object.pathconst char *in Path to the file to import the face indexer object from.
Returns