Azure-Samples / Azure-Samples/cognitive-services-quickstart-code

Operation Location getting null

未关闭
#320 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Jupyter Notebook
星标
389
派生
556
平均合并
3 天 12 小时
30 天内合并 PR
1

描述

` 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.

贡献指南

打开贡献指南

调研方向

Locate the Java quickstart containing the shown `vision.readWithServiceResponseAsync` call and inspect how the response headers are handled. Reproduce the request with the supplied arguments, verify the returned operation response and SDK behavior, and confirm the operation location is available or document the required correction.

由索引模型根据 Issue 内容生成。

评估

技术栈
azure, java
领域
api, cloud
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。