We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a218c22 commit bed9d2bCopy full SHA for bed9d2b
articles/cognitive-services/Computer-vision/QuickStarts/python-domain.md
@@ -58,7 +58,7 @@ else:
58
if 'COMPUTER_VISION_ENDPOINT' in os.environ:
59
endpoint = os.environ['COMPUTER_VISION_ENDPOINT']
60
61
-landmark_analyze_url = endpoint + "vision/v2.1/models/landmarks/analyze"
+landmark_analyze_url = endpoint + "vision/v3.0/models/landmarks/analyze"
62
63
# Set image_url to the URL of an image that you want to analyze.
64
image_url = "https://upload.wikimedia.org/wikipedia/commons/f/f6/" + \
0 commit comments