ImagePrediction 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
ImagePrediction() |
Initializes a new instance of the ImagePrediction class. |
ImagePrediction(Guid, Guid, Guid, DateTime, IList<Prediction>) |
Initializes a new instance of the ImagePrediction class. |
ImagePrediction()
- Source:
- ImagePrediction.cs
- Source:
- ImagePrediction.cs
Initializes a new instance of the ImagePrediction class.
public ImagePrediction();
Public Sub New ()
Applies to
ImagePrediction(Guid, Guid, Guid, DateTime, IList<Prediction>)
- Source:
- ImagePrediction.cs
- Source:
- ImagePrediction.cs
Initializes a new instance of the ImagePrediction class.
public ImagePrediction(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);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImagePrediction : Guid * Guid * Guid * DateTime * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Prediction> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImagePrediction
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)
Parameters
- id
- Guid
Prediction Id.
- project
- Guid
Project Id.
- iteration
- Guid
Iteration Id.
- created
- DateTime
Date this prediction was created.
- predictions
- IList<Prediction>
List of predictions.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET