ImageFileCreateEntry 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
ImageFileCreateEntry() |
Initializes a new instance of the ImageFileCreateEntry class. |
ImageFileCreateEntry(String, Byte[], IList<Guid>, IList<Region>) |
Initializes a new instance of the ImageFileCreateEntry class. |
ImageFileCreateEntry()
- Source:
- ImageFileCreateEntry.cs
- Source:
- ImageFileCreateEntry.cs
Initializes a new instance of the ImageFileCreateEntry class.
public ImageFileCreateEntry ();
Public Sub New ()
Applies to
ImageFileCreateEntry(String, Byte[], IList<Guid>, IList<Region>)
- Source:
- ImageFileCreateEntry.cs
- Source:
- ImageFileCreateEntry.cs
Initializes a new instance of the ImageFileCreateEntry class.
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)
Parameters
- name
- String
- contents
- Byte[]
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET