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
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