- 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.4 Image
Image类型
需要进行检测的图片源, 目前只支持jpg和png格式.
Field Summary
name | type | meaning |
---|---|---|
content | string | 表示图片的base64编码字符串 |
uri | string | 图片的uri,目前只支持小米fds的uri,格式为 fds://endpoint/bucket/object |
Method Summary
Image(uri=None, content=None)
syntax sample
from vision.models import Image
# vision_client为客户端对象
source_bytes = vision_client.load_image("/home/mi/image/yz.jpg")
image = Image(content=source_bytes)
parameters
content : string
图片二进制信息.
uri: string
图片的uri信息, 目前只支持在fds上存储的图片, uri格式需符合fds中uri的schame. 示例:
fds://cnbj2.fds.api.xiaomi.com/vision-test/test_img.jpg
return type
- Image Class Object
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论