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

ImagesModule 构造函数

定义

重载

ImagesModule()

初始化 ImagesModule 类的新实例。

ImagesModule(IList<ImageObject>)

初始化 ImagesModule 类的新实例。

ImagesModule()

初始化 ImagesModule 类的新实例。

public ImagesModule ();
Public Sub New ()

适用于

ImagesModule(IList<ImageObject>)

初始化 ImagesModule 类的新实例。

public ImagesModule (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject> value = default);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImagesModule : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject> -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImagesModule
Public Sub New (Optional value As IList(Of ImageObject) = Nothing)

参数

value
IList<ImageObject>

图像列表。

适用于