Is it possible to somehow get a picture on PersistedFacesID ?

 var faces = await client.DetectAsync(File.OpenRead(path)); var similarity = await client.FindSimilarAsync(faces[0].FaceId,"bp",FindSimilarMatchMode.matchFace); 

And how to get a picture on PersistedFacesID ?

enter image description here

  • one
    Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. - Kromster
  • grow up added - Deniss

0