IQueryUtterancesResult.Score 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.
Score of a sample utterance.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Score of a sample utterance.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="score")]
public float? Score { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Score of a sample utterance.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="score")>]
member this.Score : Nullable<single> with get, set
Public Property Score As Nullable(Of Single)
Property Value
- Attributes