Azure-Samples / Azure-Samples/cognitive-services-quickstart-code
Operation Location getting null
Offen
- Vorherrschende Sprache
- Jupyter Notebook
- Sterne
- 389
- Forks
- 556
- Ø Merge
- 3 T. 12 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
` 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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.