Skip to content

Commit e942d62

Browse files
authored
Update cognitive-search-skill-image-analysis.md
Update the current version supported by the skill (3.2).
1 parent b9a75ac commit e942d62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/search/cognitive-search-skill-image-analysis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: reference
13-
ms.date: 01/31/2024
13+
ms.date: 03/07/2024
1414
---
1515

1616
# Image Analysis cognitive skill
@@ -23,6 +23,8 @@ This skill uses the machine learning models provided by [Azure AI Vision](../ai-
2323
+ The file size of the image must be less than 4 megabytes (MB)
2424
+ The dimensions of the image must be greater than 50 x 50 pixels
2525

26+
Currently, AI Search calls the AI Image Analysis version 3.2. If your solution requires calling a newer version of that service, consider implementing through [Web API custom skill](cognitive-search-custom-skill-web-api.md).
27+
2628
> [!NOTE]
2729
> This skill is bound to Azure AI services and requires [a billable resource](cognitive-search-attach-cognitive-services.md) for transactions that exceed 20 documents per indexer per day. Execution of built-in skills is charged at the existing [Azure AI services pay-as-you go price](https://azure.microsoft.com/pricing/details/cognitive-services/).
2830
>

0 commit comments

Comments
 (0)