TrackedFace.toFile Method¶
Module: TrackedFace
Definition¶
Saves the face object to a file.
to_file(self, path: str) -> None
Parameters
path
strin 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
Stringin 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
stringin 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
Stringin 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
Stringin 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_FACEin Handle to the TrackedFace object.path
const char *in Path to the file to export the face object to.
Returns