FaceIndexer.toFile Method

Module: FaceIndexer

Definition

Saves the face indexer object to a file.

to_file(self, path: str) -> None

Parameters

path str
in Path to the file to export the face indexer object to.

Exceptions

An error has occurred during Face Library execution.
void toFile(String? path)

Parameters

path String
in Path to the file to export the face indexer object to.

Exceptions

An error has occurred during Face Library execution.
public void ToFile(string path)

Parameters

path string
in Path to the file to export the face indexer object to.

Exceptions

An error has occurred during Face Library execution.
public void toFile(String path) throws FaceException

Parameters

path String
in Path to the file to export the face indexer object to.

Exceptions

An error has occurred during Face Library execution.
public func toFile(path: String) throws

Parameters

path String
in Path to the file to export the face indexer object to.

Exceptions

An error has occurred during Face Library execution.
int id3FaceIndexer_ToFile (
    ID3_FACE_INDEXER hFaceIndexer,
    const char * path)

Parameters

hFaceIndexer ID3_FACE_INDEXER
in Handle to the FaceIndexer object.

path const char *
in Path to the file to export the face indexer object to.

Returns

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