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) |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET