文本分类器

  
识别文本中的对话、链接、选择和其他类似结构。
最新更新 稳定版 候选版 Beta 版 Alpha 版
2022 年 3 月 23 日 - - - 1.0.0-alpha04

声明依赖项

要添加对 TextClassifier 的依赖项,您必须将 Google Maven 存储库添加到您的项目中。阅读Google 的 Maven 存储库以了解更多信息。

在应用或模块的 build.gradle 文件中添加所需工件的依赖项

Groovy

dependencies {
    implementation "androidx.textclassifier:textclassifier:1.0.0-alpha04"
}

Kotlin

dependencies {
    implementation("androidx.textclassifier:textclassifier:1.0.0-alpha04")
}

有关依赖项的更多信息,请参阅添加构建依赖项

反馈

您的反馈有助于改进 Jetpack。如果您发现新的问题或有改进此库的想法,请告知我们。在创建新问题之前,请查看此库中现有的问题。您可以通过点击星形按钮为现有问题添加您的投票。

创建新问题

有关更多信息,请参阅问题跟踪器文档

版本 1.0.0

版本 1.0.0-alpha04

2022 年 3 月 23 日

androidx.textclassifier:textclassifier:1.0.0-alpha04 已发布。版本 1.0.0-alpha04 包含这些提交。

API 更改

错误修复

  • 已为 androidx 启用 MissingGetterMatchingBuilder 的 API lint 检查 (I4bbeab/138602561)
  • AppCompatRatingBar PNG 可绘制对象已替换为矢量源。这可能会导致各个星形的视觉外观发生细微变化。(I6b99d

文本分类器版本 1.0.0-alpha03

2020 年 1 月 22 日

androidx.textclassifier:textclassifier:1.0.0-alpha03 已发布。版本 1.0.0-alpha03 包含这些提交

新功能

API 更改

  • setIncludeDefaultEntityTypes 已重命名为 includeTypesFromTextClassifier
  • setIncludedEntityTypes 已重命名为 setIncludedTypes

  • setExcludedEntityTypes 已重命名为 setExcludedTypes

错误修复

版本 1.0.0-alpha02

2019年2月7日

androidx.textclassifier 1.0.0-alpha02 已发布。

API 更改

  • TextLinks.TextLink.getEntityType 替换了 TextLinks.TextLink.getEntity
  • TextLinks.TextLink.getEntityTypeCount 替换了 TextLinks.TextLink.getEntityCount
  • TextSelection.getEntityType 替换了 TextSelection.getEntity
  • TextSelection.getEntityTypeCount 替换了 `TextSelection.getEntityCount`

错误修复

  • 修复了 AndroidX TextClassificationManager 中的内存泄漏问题。(aosp/887354)
  • 浮动工具栏:处理 TextView 位置更改。(aosp/877713)

版本 1.0.0-alpha01

2018年12月3日

这是将 TextClassifier 重构为 androidx 的首次重构。此版本将 (android.view.textclassifier.TextClassifier)[/reference/android/view/textclassifier/TextClassifier] 功能(尤其是智能链接)移植回 API 14。