Uses of Class
com.oracle.bmc.aidocument.model.Word
-
Packages that use Word Package Description com.oracle.bmc.aidocument.model -
-
Uses of Word in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return Word Modifier and Type Method Description Word
Word.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type Word Modifier and Type Method Description List<Word>
Page. getWords()
The words detected on the page.Methods in com.oracle.bmc.aidocument.model with parameters of type Word Modifier and Type Method Description Word.Builder
Word.Builder. copy(Word model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type Word Modifier and Type Method Description Page.Builder
Page.Builder. words(List<Word> words)
The words detected on the page.
-