Partager via


ImageFileCreateEntry Constructeurs

Définition

Surcharges

ImageFileCreateEntry()

Initialise une nouvelle instance de la classe ImageFileCreateEntry.

ImageFileCreateEntry(String, Byte[], IList<Guid>, IList<Region>)

Initialise une nouvelle instance de la classe ImageFileCreateEntry.

ImageFileCreateEntry()

Source:
ImageFileCreateEntry.cs
Source:
ImageFileCreateEntry.cs

Initialise une nouvelle instance de la classe ImageFileCreateEntry.

public ImageFileCreateEntry ();
Public Sub New ()

S’applique à

ImageFileCreateEntry(String, Byte[], IList<Guid>, IList<Region>)

Source:
ImageFileCreateEntry.cs
Source:
ImageFileCreateEntry.cs

Initialise une nouvelle instance de la classe ImageFileCreateEntry.

public ImageFileCreateEntry (string name = default, byte[] contents = default, System.Collections.Generic.IList<Guid> tagIds = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Region> regions = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageFileCreateEntry : string * byte[] * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Region> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageFileCreateEntry
Public Sub New (Optional name As String = Nothing, Optional contents As Byte() = Nothing, Optional tagIds As IList(Of Guid) = Nothing, Optional regions As IList(Of Region) = Nothing)

Paramètres

name
String
contents
Byte[]
tagIds
IList<Guid>
regions
IList<Region>

S’applique à