Searched defs:TextLink (Results 1 – 2 of 2) sorted by relevance
52 Function<TextLink, TextLinkSpan> spanFactory) { in TextLinksParams()177 public Builder setSpanFactory(@Nullable Function<TextLink, TextLinkSpan> spanFactory) { in setSpanFactory()
156 @Nullable Function<TextLink, TextLinkSpan> spanFactory) { in apply()204 public static final class TextLink implements Parcelable { class in TextLinks223 private TextLink(int start, int end, @NonNull EntityConfidence entityConfidence, in TextLink() method in TextLinks.TextLink