Azure-Samples / Azure-Samples/cognitive-services-quickstart-code
Operation Location getting null
Open
- Dominant language
- Jupyter Notebook
- Stars
- 389
- Forks
- 556
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 1
Description
` ReadHeaders responseHeader = vision.readWithServiceResponseAsync(remoteTextImageURL, null, null,null)
.toBlocking()
.single()
.headers();
String operationLocation = responseHeader.operationLocation();`
here it is retrieving null as operation location, could you help me to resolve this issue.
Contributor guide
Assessment
This issue has not been assessed yet.