Udostępnij przez


FoundValue.Score Property

Definition

Gets or sets the accuracy with which the value matched the specified portion of the utterance. A value of 1.0 would indicate a perfect match.

[System.Text.Json.Serialization.JsonPropertyName("score")]
public float Score { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("score")>]
member this.Score : single with get, set
Public Property Score As Single

Property Value

The accuracy with which the value matched the specified portion of the utterance. A value of 1.0 would indicate a perfect match.

Attributes

Applies to