DetectResult 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
DetectResult()
DetectResult(IList<DetectedObject>, String, ImageMetadata, String)
- Source:
- DetectResult.cs
public DetectResult(System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DetectedObject> objects = default, string requestId = default, Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageMetadata metadata = default, string modelVersion = default);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DetectResult : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DetectedObject> * string * Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageMetadata * string -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DetectResult
Public Sub New (Optional objects As IList(Of DetectedObject) = Nothing, Optional requestId As String = Nothing, Optional metadata As ImageMetadata = Nothing, Optional modelVersion As String = Nothing)
Parameters
- objects
- IList<DetectedObject>
- requestId
- String
- metadata
- ImageMetadata
- modelVersion
- String
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