Share via


IImageModelDistributionSettingsObjectDetection.NmsIouThreshold Property

Definition

IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1].

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1].", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="nmsIouThreshold")]
public string NmsIouThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1].", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="nmsIouThreshold")>]
member this.NmsIouThreshold : string with get, set
Public Property NmsIouThreshold As String

Property Value

Attributes

Applies to