FieldClassification.Matches 属性

定义

获取 Match matches 最高 Match#getScore() scores (按降序排序) 。

public System.Collections.Generic.IList<Android.Service.Autofill.FieldClassification.Match> Matches { [Android.Runtime.Register("getMatches", "()Ljava/util/List;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getMatches", "()Ljava/util/List;", "", ApiSince=28)>]
member this.Matches : System.Collections.Generic.IList<Android.Service.Autofill.FieldClassification.Match>

属性值

属性

注解

获取 Match matches 最高 Match#getScore() scores (按降序排序) 。

<b>注意:</b> 不能保证将返回多少个匹配项。 事实上,Android 系统可能只返回最匹配项,以尽量减少设备运行状况中字段分类的影响。

适用于 . 的 android.service.autofill.FieldClassification.getMatches()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于