SpeechRecognitionEngine.MaxAlternates 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 SpeechRecognitionEngine 为每个识别操作返回的备用识别结果的最大数量。
public:
property int MaxAlternates { int get(); void set(int value); };
public int MaxAlternates { get; set; }
member this.MaxAlternates : int with get, set
Public Property MaxAlternates As Integer
属性值
要返回的替换结果的数。
例外
MaxAlternates 设置为小于 0 的值。
注解
Alternates类的属性 RecognitionResult 包含 RecognizedPhrase 对象的集合,这些对象表示输入的可能的解释。
的默认值 MaxAlternates 为10。