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

NormalizedRectangle 类

定义

定义图像的区域。 该区域由该区域的顶部、左上角和底部、右角的坐标定义。 坐标是原始图像的宽度和高度的小数部分值,范围为 0.0 到 1.0。

public class NormalizedRectangle : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.StructuredValue
type NormalizedRectangle = class
    inherit StructuredValue
Public Class NormalizedRectangle
Inherits StructuredValue
继承

构造函数

NormalizedRectangle()

初始化 NormalizedRectangle 类的新实例。

NormalizedRectangle(Double, Double, Double, Double, String, String, String, String, String, ImageObject, String, String, String)

初始化 NormalizedRectangle 类的新实例。

属性

AlternateName

获取项的别名

(继承自 Thing)
BingId

获取唯一标识此项的 ID。

(继承自 Thing)
Bottom

获取或设置底部坐标

Description

获取项的简短说明。

(继承自 Thing)
Id

获取字符串标识符。

(继承自 Identifiable)
Image

获取项的图像。

(继承自 Thing)
Left

获取或设置左坐标。

Name

获取由此 对象表示的事物的名称。

(继承自 Thing)
ReadLink

获取返回此资源的 URL。

(继承自 Response)
Right

获取或设置右坐标

Top

获取或设置顶部坐标

Url

获取 URL,以获取有关此 对象所表示内容的详细信息。

(继承自 Thing)
WebSearchUrl

获取此项目的必应搜索结果的 URL。

(继承自 Response)

方法

Validate()

验证 对象。

适用于