Uses of Class
com.oracle.bmc.aivision.model.Word
-
Packages that use Word Package Description com.oracle.bmc.aivision.model -
-
Uses of Word in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return Word Modifier and Type Method Description Word
Word.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type Word Modifier and Type Method Description List<Word>
ImageText. getWords()
The words recognized in an image.List<Word>
Page. getWords()
The words detected on the page.Methods in com.oracle.bmc.aivision.model with parameters of type Word Modifier and Type Method Description Word.Builder
Word.Builder. copy(Word model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type Word Modifier and Type Method Description ImageText.Builder
ImageText.Builder. words(List<Word> words)
The words recognized in an image.Page.Builder
Page.Builder. words(List<Word> words)
The words detected on the page.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type Word Constructor Description ImageText(List<Word> words, List<Line> lines)
Deprecated.
-