The behaviour you're noticing is expected and comes from a privacy feature built into Azure OpenAI’s vision capabilities. According to Microsoft’s policy, face blurring is applied as a preprocessing step, which means any faces detected in an image are blurred before the image is passed to the model for analysis. This process ensures that the model cannot uniquely identify individuals and helps Microsoft comply with privacy regulations and responsible AI principles.
Because of this, the model is unable to recognize or describe facial expressions, as it only sees a redacted version of the image. Even if you directly ask about the face, the model will often respond that it appears blurry, which is accurate given what it's receiving. This behaviour is enforced at the platform level and cannot be disabled. Please look into to below screen-shot for more info.
For more info, please refer to the documentation: Azure OpenAI Transparency Note.
I hope you understand. And, if you have any further query do let us know.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.