Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VideoText |
build() |
VideoText.Builder |
copy(VideoText model) |
VideoText.Builder |
segments(List<VideoTextSegment> segments)
Text segments in a video.
|
VideoText.Builder |
text(String text)
Detected text.
|
public VideoText.Builder text(String text)
Detected text.
text
- the value to setpublic VideoText.Builder segments(List<VideoTextSegment> segments)
Text segments in a video.
segments
- the value to setpublic VideoText build()
public VideoText.Builder copy(VideoText model)
Copyright © 2016–2024. All rights reserved.