Skip to content

Commit f86eb96

Browse files
Merge pull request #268474 from gmndrg/main
Update with Image analysis version supported
2 parents 5b81feb + e84262a commit f86eb96

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+
This skill is implemented using the [AI Image Analysis API](../ai-services/computer-vision/overview-image-analysis.md) version 3.2. If your solution requires calling a newer version of that service API (such as version 4.0), 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)