Skip to content

Commit f736f0d

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#120545
We made changes to the line no: 77 From: 2024-02-01 To: 2023-02-01
1 parent c4495b1 commit f736f0d

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)