Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hi Manisha,
Just got confirmation from our product group, you can do it with V2.1 preview. Please see below swagger and for more information please refer to the API reference: https://westcentralus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1-preview-1/operations/AnalyzeBusinessCardAsync
"/custom/models/{modelId}": {
"get": {
"summary": "Get Custom Model",
"description": "Get detailed information about a custom model.",
"operationId": "GetCustomModel",
"consumes": [],
"produces": [
"application/json"
],
"parameters": [
{
"name": "modelId",
"in": "path",
"description": "Model identifier.",
"required": true,
"type": "string",
"format": "uuid"
}
Regards,
Yutong