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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET