ImageIdCreateEntry Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ImageIdCreateEntry() |
Initializes a new instance of the ImageIdCreateEntry class. |
ImageIdCreateEntry(Guid, IList<Guid>, IList<Region>) |
Initializes a new instance of the ImageIdCreateEntry class. |
ImageIdCreateEntry()
- Source:
- ImageIdCreateEntry.cs
- Source:
- ImageIdCreateEntry.cs
Initializes a new instance of the ImageIdCreateEntry class.
public ImageIdCreateEntry();
Public Sub New ()
Applies to
ImageIdCreateEntry(Guid, IList<Guid>, IList<Region>)
- Source:
- ImageIdCreateEntry.cs
- Source:
- ImageIdCreateEntry.cs
Initializes a new instance of the ImageIdCreateEntry class.
public ImageIdCreateEntry(Guid id = 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.ImageIdCreateEntry : Guid * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Region> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageIdCreateEntry
Public Sub New (Optional id As Guid = Nothing, Optional tagIds As IList(Of Guid) = Nothing, Optional regions As IList(Of Region) = Nothing)
Parameters
- id
- Guid
Id of the image.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET