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

ImageFileCreateBatch 构造函数

定义

重载

ImageFileCreateBatch()

初始化 ImageFileCreateBatch 类的新实例。

ImageFileCreateBatch(IList<ImageFileCreateEntry>, IList<Guid>, IDictionary<String,String>)

ImageFileCreateBatch()

Source:
ImageFileCreateBatch.cs
Source:
ImageFileCreateBatch.cs

初始化 ImageFileCreateBatch 类的新实例。

public ImageFileCreateBatch ();
Public Sub New ()

适用于

ImageFileCreateBatch(IList<ImageFileCreateEntry>, IList<Guid>, IDictionary<String,String>)

Source:
ImageFileCreateBatch.cs
Source:
ImageFileCreateBatch.cs
public ImageFileCreateBatch (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageFileCreateEntry> images = default, System.Collections.Generic.IList<Guid> tagIds = default, System.Collections.Generic.IDictionary<string,string> metadata = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageFileCreateBatch : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageFileCreateEntry> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageFileCreateBatch
Public Sub New (Optional images As IList(Of ImageFileCreateEntry) = Nothing, Optional tagIds As IList(Of Guid) = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing)

参数

tagIds
IList<Guid>

适用于