- 1.2 基本概念
- 1.3 Galaxy Vision Service简介
- 1.3.1 集群地址
- 1.4 SDK
- 1.4.1 获取SDK
- 1.4.2 SDK发布和历史
- 1.5 快速开始
- 1.6 Galaxy Vision Service API
- 1.6.1 VisionClient
- 1.6.1.1 analysis_faces()
- 1.6.1.2 detect_labels()
- 1.6.1.3 match_faces()
- 1.6.1.4 Image
- 1.6.1.5 nlp_translation()
- 1.6.1.6 ocr_detection()
- 1.6.1.7 ocr_image_translation()
- 1.6.1.8 Label
- 1.6.1.9 OcrLine
- 1.6.1.10 OcrTranslateLine
- 1.6.1.11 OcrRegion
- 1.6.1.12 DetectLabelsParam
- 1.6.1.13 DetectFacesRequest
- 1.6.1.14 DetectLabelsRequest
- 1.6.1.15 FaceCompareRequest
- 1.7 FAQ
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
1.6.1.14 DetectLabelsRequest
DetectLabelsRequest类型
专门用来包装物体检测请求数据的Request对象
Field Summary
name | type | meaning |
---|---|---|
image | Image Object | 必须,表示待检测对象的Image对象 |
param | DetectLabelsParam Object | 不必须,表示待检测对象的展示细节 |
Method Summary
DetectLabelsRequest(image=None, param=None)
syntax sample
from vision.models import DetectLabelsRequest
detect_labels_request=DetectLabelsRequest(image=Image(content=source_bytes), param=DetectLabelsParam(max_labels=5,min_confidence=0.1))
parameters
image: Image类型 需要检测的Image对象,必须
param: DetectLabelsParam Object
结果展示的设置参数对象,不必须
max_labels:结果展示最多的结果个数
min_confidence:仅展示高于此置信度的结果标签
return type
- DetectLabelsRequest对象
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论