DetectedFace.toFile Method¶
Module: DetectedFace
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 id3DetectedFace_ToFile (
ID3_DETECTED_FACE hDetectedFace,
const char * path)
Parameters
hDetectedFace
ID3_DETECTED_FACEin Handle to the DetectedFace object.path
const char *in Path to the file to export the face object to.
Returns