ImageRegionProposal 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
ImageRegionProposal() |
Initializes a new instance of the ImageRegionProposal class. |
ImageRegionProposal(Guid, Guid, IList<RegionProposal>) |
Initializes a new instance of the ImageRegionProposal class. |
ImageRegionProposal()
- Source:
- ImageRegionProposal.cs
- Source:
- ImageRegionProposal.cs
Initializes a new instance of the ImageRegionProposal class.
public ImageRegionProposal ();
Public Sub New ()
Applies to
ImageRegionProposal(Guid, Guid, IList<RegionProposal>)
- Source:
- ImageRegionProposal.cs
- Source:
- ImageRegionProposal.cs
Initializes a new instance of the ImageRegionProposal class.
public ImageRegionProposal (Guid projectId = default, Guid imageId = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.RegionProposal> proposals = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionProposal : Guid * Guid * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.RegionProposal> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionProposal
Public Sub New (Optional projectId As Guid = Nothing, Optional imageId As Guid = Nothing, Optional proposals As IList(Of RegionProposal) = Nothing)
Parameters
- projectId
- Guid
- imageId
- Guid
- proposals
- IList<RegionProposal>
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