Class: EOIAddFacerecPersonInputs
Request model used when calling the EyesOnIt C# SDK.
Namespace: EyesOnItSDK.API.Inputs
Inherits from: EOIBaseInputs
Constructors
public EOIAddFacerecPersonInputs()public EOIAddFacerecPersonInputs(string personId, string personDisplayName, string[] personGroups)
Properties
| Property | JSON Field | Type | Notes |
|---|---|---|---|
PersonId | person_id | string | |
PersonDisplayName | person_display_name | string | |
PersonGroups | person_groups | string[] |
Events
This class does not expose any public events.
Methods
| Method | Returns | Notes |
|---|---|---|
public void AddImageBase64(string image, string filePath) | void | Adds an image to the request and records the capture time in UTC. |