Share via


ImageObjectDetection.ModelSettingBoxScoreThreshold Property

Definition

During inference, only return proposals with a classification score greater than BoxScoreThreshold. Must be a float in the range[0, 1].

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Inherited)]
public float? ModelSettingBoxScoreThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Inherited)>]
member this.ModelSettingBoxScoreThreshold : Nullable<single> with get, set
Public Property ModelSettingBoxScoreThreshold As Nullable(Of Single)

Property Value

Implements

Attributes

Applies to