Class: EOISearchInputs
Request model used when calling the EyesOnIt C# SDK.
Namespace: EyesOnItSDK.API.Inputs
Constructors
public EOISearchInputs()public EOISearchInputs(string className, string searchType, string objectDescription, EOISimilarityConfig similarity, string faceMatchType, string facePersonId, string faceGroupId, int? threshold, string[] streamList)
Properties
| Property | JSON Field | Type | Notes |
|---|---|---|---|
ClassName | class_name | string | |
SearchType | search_type | string | |
ObjectDescription | object_description | string | |
Similarity | similarity | EOISimilarityConfig | |
FaceMatchType | face_match_type | string | |
FacePersonId | face_person_id | string | |
FaceGroupId | face_group_id | string | |
AlertThreshold | alert_threshold | int? | |
StreamList | stream_list | string[] |
Events
This class does not expose any public events.
Methods
This class does not expose any public methods.