Uses of Class
com.google.cloud.contentwarehouse.v1.SynonymSetName
-
Packages that use SynonymSetName Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of SynonymSetName in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return SynonymSetName Modifier and Type Method Description SynonymSetName
SynonymSetName.Builder. build()
static SynonymSetName
SynonymSetName. of(String project, String location, String context)
static SynonymSetName
SynonymSetName. parse(String formattedString)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type SynonymSetName Modifier and Type Method Description static List<SynonymSetName>
SynonymSetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type SynonymSetName Modifier and Type Method Description void
SynonymSetServiceClient. deleteSynonymSet(SynonymSetName name)
Deletes a SynonymSet for a given context.SynonymSet
SynonymSetServiceClient. getSynonymSet(SynonymSetName name)
Gets a SynonymSet for a particular context.SynonymSet
SynonymSetServiceClient. updateSynonymSet(SynonymSetName name, SynonymSet synonymSet)
Remove the existing SynonymSet for the context and replaces it with a new one.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type SynonymSetName Modifier and Type Method Description static List<String>
SynonymSetName. toStringList(List<SynonymSetName> values)
-