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

ImageTagsModule 构造函数

定义

重载

ImageTagsModule()

初始化 ImageTagsModule 类的新实例。

ImageTagsModule(IList<InsightsTag>)

初始化 ImageTagsModule 类的新实例。

ImageTagsModule()

初始化 ImageTagsModule 类的新实例。

public ImageTagsModule ();
Public Sub New ()

适用于

ImageTagsModule(IList<InsightsTag>)

初始化 ImageTagsModule 类的新实例。

public ImageTagsModule (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.InsightsTag> value);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageTagsModule : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.InsightsTag> -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageTagsModule
Public Sub New (value As IList(Of InsightsTag))

参数

value
IList<InsightsTag>

描述图像中的内容特征的标记列表。 例如,如果图像是音乐艺术家,则列表可能包括“女性”、“礼服”和“音乐”,以指示该人是穿着礼服的女音乐艺术家。

适用于