EOIAddFacerecPersonImage
eyesonit-typescript-sdk / EOIAddFacerecPersonImage
Class: EOIAddFacerecPersonImage
One image entry used when creating or updating a face recognition person.
Constructors
Constructor
new EOIAddFacerecPersonImage(
image,file_path,capture_time):EOIAddFacerecPersonImage
Parameters
image
string
Base64-encoded image. Provide this or file_path.
file_path
string
Local file path. Provide this or image.
capture_time
string
ISO date-time string for when the image was captured.
Returns
EOIAddFacerecPersonImage
Properties
image
image:
string
Base64-encoded image. Provide this or file_path.
file_path
file_path:
string
Local file path. Provide this or image.
capture_time
capture_time:
string
ISO date-time string for when the image was captured.