Lines Matching refs:to

10  * Unless required by applicable law or agreed to in writing, software
50 /** Links were successfully applied to the text. */
52 /** No links exist to apply to text. Links count is zero. */
54 /** No links applied to text. The links were filtered out. */
56 /** The specified text does not match the text used to generate the links. */
70 /** Do not replace {@link ClickableSpan}s that exist where the {@link TextLinkSpan} needs to
71 * be applied to. Do not apply the TextLinkSpan. **/
73 /** Replace any {@link ClickableSpan}s that exist where the {@link TextLinkSpan} needs to be
74 * applied to. **/
97 * match the original text used to crete the TextLinks.
99 * @param text the text to apply the links to. Must match the original text.
100 * @param spanFactory a factory to generate spans from TextLinks. Will use a default if null.
242 public @FloatRange(from = 0.0, to = 1.0) float getConfidenceScore(
293 * @param defaultLocales ordered list of locale preferences that may be used to
295 * set this to null or an empty locale list.
303 * Sets the entity configuration to use. This determines what types of entities the
306 * @param entityConfig EntityConfig to use
314 * Sets a strategy for resolving conflicts when applying generated links to text that
328 * Sets a factory for converting a TextLink to a TextLinkSpan.
349 * @return ordered list of locale preferences that can be used to disambiguate
358 * @return The config representing the set of entities to look for.
367 * Returns the strategy for resolving conflicts when applying generated links to text that
379 * Returns a factory for converting a TextLink to a TextLinkSpan.
444 * A function to create spans from TextLinks.
446 * Hidden until we convinced we want it to be part of the public API.
470 // TODO(jalt): integrate with AppCompatTextView to show action mode.
479 * A builder to construct a TextLinks instance.
488 * @param fullText The full text to annotate with links.