Skip to content

Commit f7c397f

Browse files
Merge pull request #268585 from Naveenommi-MSFT/patch-122
(AzureCXP) fixes MicrosoftDocs/azure-docs#120545
2 parents 7b5ea5b + f736f0d commit f7c397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/computer-vision/includes/how-to-guides/analyze-image-40-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can also do image analysis with a custom trained model. To create and train
7474

7575
To use a custom model, don't use the features query parameter. Instead, set the `model-name` parameter to the name of your model as shown here. Replace `MyCustomModelName` with your custom model name.
7676

77-
`https://<endpoint>/computervision/imageanalysis:analyze?api-version=2024-02-01&model-name=MyCustomModelName`
77+
`https://<endpoint>/computervision/imageanalysis:analyze?api-version=2023-02-01&model-name=MyCustomModelName`
7878

7979

8080
### Specify languages

0 commit comments

Comments
 (0)