You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
I was consuming the face in a sample Bot project.
I was able to exploit the API but after the completion of process i,e face Analysis I am getting a Error "Sorry my bot have Issue." on checking with emulator for POST.500 Error it has the following description:
An error has occurred.",\r\n "exceptionMessage": "Type 'Microsoft.Azure.CognitiveServices.Vision.Face.Models.DetectedFace' in Assembly 'Microsoft.Azure.CognitiveServices.Vision.Face, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' is not marked as serializable.",\r\n "exceptionType": "System.Runtime.Serialization.SerializationException",\r\n
Please help me with the way around for this error.