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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET