ProjectExport 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
ProjectExport() | |
ProjectExport(Int32, Int32, Int32, Int32, Int32, String) |
ProjectExport()
- Source:
- ProjectExport.cs
- Source:
- ProjectExport.cs
public ProjectExport ();
Public Sub New ()
Applies to
ProjectExport(Int32, Int32, Int32, Int32, Int32, String)
- Source:
- ProjectExport.cs
- Source:
- ProjectExport.cs
public ProjectExport (int iterationCount = 0, int imageCount = 0, int tagCount = 0, int regionCount = 0, int estimatedImportTimeInMS = 0, string token = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ProjectExport : int * int * int * int * int * string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ProjectExport
Public Sub New (Optional iterationCount As Integer = 0, Optional imageCount As Integer = 0, Optional tagCount As Integer = 0, Optional regionCount As Integer = 0, Optional estimatedImportTimeInMS As Integer = 0, Optional token As String = Nothing)
Parameters
- iterationCount
- Int32
- imageCount
- Int32
- tagCount
- Int32
- regionCount
- Int32
- estimatedImportTimeInMS
- Int32
- token
- String
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