你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImageDescription interface

内容标记的集合,以及按置信度排序的标题列表和图像元数据。

属性

captions

标题列表,按置信度排序。

metadata
modelVersion
requestId

REST API 请求的 ID。

tags

图像标记的集合。

属性详细信息

captions

标题列表,按置信度排序。

captions?: ImageCaption[]

属性值

metadata

metadata?: ImageMetadata

属性值

modelVersion

modelVersion?: string

属性值

string

requestId

REST API 请求的 ID。

requestId?: string

属性值

string

tags

图像标记的集合。

tags?: string[]

属性值

string[]