TrackedFace.toFile Method

Module: TrackedFace

Definition

Saves the face object to a file.

to_file(self, path: str) -> None

Parameters

path str
in Path to the file to export the face 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 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 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 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 object to.

Exceptions

An error has occurred during Face Library execution.
int id3TrackedFace_ToFile (
    ID3_TRACKED_FACE hTrackedFace,
    const char * path)

Parameters

hTrackedFace ID3_TRACKED_FACE
in Handle to the TrackedFace object.

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

Returns

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