Stay organized with collections
Save and categorize content based on your preferences.
Builder
class Builder
A builder for building TextLinks requests.
Summary
Public constructors
Public methods
setDefaultLocales
fun setDefaultLocales(defaultLocales: LocaleList?): TextLinks.Request.Builder
Sets ordered list of locale preferences that may be used to disambiguate the provided text.
Parameters |
defaultLocales |
LocaleList?: ordered list of locale preferences that may be used to disambiguate the provided text. If no locale preferences exist, set this to null or an empty locale list. |
setEntityConfig
fun setEntityConfig(entityConfig: TextClassifier.EntityConfig?): TextLinks.Request.Builder
Sets the entity configuration to use. This determines what types of entities the TextClassifier will look for. Set to null
for the default entity config and the TextClassifier will automatically determine what links to generate.
setReferenceTime
fun setReferenceTime(referenceTime: ZonedDateTime?): TextLinks.Request.Builder
Sets the reference time based on which relative dates (e.g. "tomorrow") should be interpreted.
Parameters |
referenceTime |
ZonedDateTime?: reference time based on which relative dates. This should usually be the time when the text was originally composed. This value may be null . |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-04 UTC."],[],[]]