Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImageText |
build() |
ImageText.Builder |
copy(ImageText model) |
ImageText.Builder |
lines(List<Line> lines)
The lines of text recognized in an image.
|
ImageText.Builder |
words(List<Word> words)
The words recognized in an image.
|
public ImageText.Builder words(List<Word> words)
The words recognized in an image.
words
- the value to setpublic ImageText.Builder lines(List<Line> lines)
The lines of text recognized in an image.
lines
- the value to setpublic ImageText build()
public ImageText.Builder copy(ImageText model)
Copyright © 2016–2024. All rights reserved.