次の方法で共有


PromptRecognizeChoicesOptions.MaxTokenDistance プロパティ

定義

(省略可能) 発話内の 2 つの一致するトークンの間で許可される最大トークン。そのため、最大距離が 2 の場合、値 "second last" は utternace "second from the last" と一致しますが、"Wait a second" とは一致しません。 それは最後のものではありません?"。 既定値は "2" です。

public int? MaxTokenDistance { get; set; }
member this.MaxTokenDistance : Nullable<int> with get, set
Public Property MaxTokenDistance As Nullable(Of Integer)

プロパティ値

実装

適用対象