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 class
SynonymSet.Synonym
Represents a list of words given by the customer All these words are synonyms of each other.static class
SynonymSet.Synonym.Builder
Represents 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.SynonymOrBuilder
SynonymSet.Builder. getSynonymsOrBuilder(int index)
List of Synonyms for the context.SynonymSet.SynonymOrBuilder
SynonymSet. getSynonymsOrBuilder(int index)
List of Synonyms for the context.SynonymSet.SynonymOrBuilder
SynonymSetOrBuilder. 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.
-