TrackedFace.toFile Method¶
Module: TrackedFace
Definition¶
Saves the face object to a file.
to_file(self, path: str) -> None
Parameters
pathstrin Path to the file to export the face object to.
Exceptions
An error has occurred during Face Library execution.
void toFile(String? path)
Parameters
pathStringin 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
pathstringin 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
pathStringin 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
pathStringin 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
hTrackedFaceID3_TRACKED_FACEin Handle to the TrackedFace object.pathconst char *in Path to the file to export the face object to.
Returns