通过


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

FaceRectangleOutput interface

在其中可以找到人脸的矩形。

属性

height

矩形的高度(以像素为单位)。

left

如果图像到矩形左边缘(以像素为单位)的距离。

top

图像到矩形上边缘(以像素为单位)的距离。

width

矩形的宽度(以像素为单位)。

属性详细信息

height

矩形的高度(以像素为单位)。

height: number

属性值

number

left

如果图像到矩形左边缘(以像素为单位)的距离。

left: number

属性值

number

top

图像到矩形上边缘(以像素为单位)的距离。

top: number

属性值

number

width

矩形的宽度(以像素为单位)。

width: number

属性值

number