Uses of Interface
com.google.cloud.contentwarehouse.v1.SynonymSet.SynonymOrBuilder
-
Packages that use SynonymSet.SynonymOrBuilder Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of SynonymSet.SynonymOrBuilder in com.google.cloud.contentwarehouse.v1
Classes in com.google.cloud.contentwarehouse.v1 that implement SynonymSet.SynonymOrBuilder Modifier and Type Class Description static classSynonymSet.SynonymRepresents a list of words given by the customer All these words are synonyms of each other.static classSynonymSet.Synonym.BuilderRepresents a list of words given by the customer All these words are synonyms of each other.Methods in com.google.cloud.contentwarehouse.v1 that return SynonymSet.SynonymOrBuilder Modifier and Type Method Description SynonymSet.SynonymOrBuilderSynonymSet.Builder. getSynonymsOrBuilder(int index)List of Synonyms for the context.SynonymSet.SynonymOrBuilderSynonymSet. getSynonymsOrBuilder(int index)List of Synonyms for the context.SynonymSet.SynonymOrBuilderSynonymSetOrBuilder. getSynonymsOrBuilder(int index)List of Synonyms for the context.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type SynonymSet.SynonymOrBuilder Modifier and Type Method Description List<? extends SynonymSet.SynonymOrBuilder>SynonymSet.Builder. getSynonymsOrBuilderList()List of Synonyms for the context.List<? extends SynonymSet.SynonymOrBuilder>SynonymSet. getSynonymsOrBuilderList()List of Synonyms for the context.List<? extends SynonymSet.SynonymOrBuilder>SynonymSetOrBuilder. getSynonymsOrBuilderList()List of Synonyms for the context.
-