Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
336 views
in Technique[技术] by (71.8m points)

c# - Computer Vision version 6.0.0 ReadInStreamAsync method returns "Operation returned invalid status code 'Not Found'"

Im new to computer vision, we have set up computer vision OCR container with image tag: docker pull mcr.microsoft.com/azure-cognitive-services/vision/read:3.2-preview.1 and specified:

1)billing endpoint 2)eula -> Accept 3)api key

Container is up and running and is listening to port 5000.

service endpoint '/ready' returns: {"service": "Computervisionread", "ready":"ready", "message":"Api is ready"}.

so whenever we call any microsoft visionclient(version 6.0.0) methods for example: 'ReadInStreamAsync' method returns "Operation returned invalid status code 'Not Found'" error.

Any help would be much appreciated.

QA: How could we know which version of SDK supports which version of container image?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...