Skip to main content

Class: EOISearchResult

Public element model used in EyesOnIt requests, responses, or configuration.

Namespace: EyesOnItSDK.API.Elements

Constructors

  • public EOISearchResult()

Properties

PropertyJSON FieldTypeNotes
Confidenceconfidencefloat
SourceTypesource_typestring
Folderfolderstring
Filefilestring
Streamstreamstring
StreamNamestream_namestring
Regionregionstring
ClassNameclass_namestring
Timetimestring
ResultIdresult_idstring
Imageimagestring
FacerecPersonIdfacerec_person_idstring
FacerecPersonDisplayNamefacerec_person_display_namestring

Events

This class does not expose any public events.

Methods

MethodReturnsNotes
public static List<EOISearchResult> FromJson(string jsonString)List<EOISearchResult>Builds an instance from a JSON string.