SuggestedTagAndRegion 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
SuggestedTagAndRegion() | |
SuggestedTagAndRegion(Guid, Guid, Guid, DateTime, IList<Prediction>, Double) |
SuggestedTagAndRegion()
- Source:
- SuggestedTagAndRegion.cs
- Source:
- SuggestedTagAndRegion.cs
public SuggestedTagAndRegion ();
Public Sub New ()
Applies to
SuggestedTagAndRegion(Guid, Guid, Guid, DateTime, IList<Prediction>, Double)
- Source:
- SuggestedTagAndRegion.cs
- Source:
- SuggestedTagAndRegion.cs
public SuggestedTagAndRegion (Guid id = default, Guid project = default, Guid iteration = default, DateTime created = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Prediction> predictions = default, double predictionUncertainty = 0);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.SuggestedTagAndRegion : Guid * Guid * Guid * DateTime * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Prediction> * double -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.SuggestedTagAndRegion
Public Sub New (Optional id As Guid = Nothing, Optional project As Guid = Nothing, Optional iteration As Guid = Nothing, Optional created As DateTime = Nothing, Optional predictions As IList(Of Prediction) = Nothing, Optional predictionUncertainty As Double = 0)
Parameters
- id
- Guid
- project
- Guid
- iteration
- Guid
- created
- DateTime
- predictions
- IList<Prediction>
- predictionUncertainty
- Double
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