Share via


DetectResult Constructors

Definition

Overloads

DetectResult()
DetectResult(IList<DetectedObject>, String, ImageMetadata, String)

DetectResult()

Source:
DetectResult.cs
public DetectResult ();
Public Sub New ()

Applies to

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

requestId
String
metadata
ImageMetadata
modelVersion
String

Applies to