Azure-Samples / Azure-Samples/cognitive-services-quickstart-code
Operation Location getting null
- 主要语言
- 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