Class: EOISearchResult
Public element model used in EyesOnIt requests, responses, or configuration.
Namespace: EyesOnItSDK.API.Elements
Constructors
public EOISearchResult()
Properties
| Property | JSON Field | Type | Notes |
|---|---|---|---|
Confidence | confidence | float | |
SourceType | source_type | string | |
Folder | folder | string | |
File | file | string | |
Stream | stream | string | |
StreamName | stream_name | string | |
Region | region | string | |
ClassName | class_name | string | |
Time | time | string | |
ResultId | result_id | string | |
Image | image | string | |
FacerecPersonId | facerec_person_id | string | |
FacerecPersonDisplayName | facerec_person_display_name | string |
Events
This class does not expose any public events.
Methods
| Method | Returns | Notes |
|---|---|---|
public static List<EOISearchResult> FromJson(string jsonString) | List<EOISearchResult> | Builds an instance from a JSON string. |