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

InsightsTag 构造函数

定义

重载

InsightsTag()

初始化 InsightsTag 类的新实例。

InsightsTag(String)

初始化 InsightsTag 类的新实例。

InsightsTag()

初始化 InsightsTag 类的新实例。

public InsightsTag();
Public Sub New ()

适用于

InsightsTag(String)

初始化 InsightsTag 类的新实例。

public InsightsTag(string name = default);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.InsightsTag : string -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.InsightsTag
Public Sub New (Optional name As String = Nothing)

参数

name
String

特征的名称。 例如,猫、小猫、卡利科猫。

适用于