Refer to the exhibit. You send this request to the Azure AI Language Service for custom entity recognition. The response returns no entities. What is the most likely reason?
Custom entity recognition requires project and deployment names in the body.
Why this answer
The correct answer is D because the request is missing the 'projectName' and 'deploymentName' under the 'parameters' of the body. The exhibit shows them at the top level but not inside the body parameters. The API requires these inside the body.
A (language mismatch) is not the issue because 'en' is correct. B (text too short) is not the cause. C (model version) is set to 'latest'.