IDetectorResponseProperties.MetadataScore Property
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.
Defines score of a detector to power ML based matching.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Defines score of a detector to power ML based matching.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="score")]
public float? MetadataScore { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Defines score of a detector to power ML based matching.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="score")>]
member this.MetadataScore : Nullable<single>
Public ReadOnly Property MetadataScore As Nullable(Of Single)
Property Value
- Attributes