public static class VideoTextFrame.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VideoTextFrame.Builder |
boundingPolygon(BoundingPolygon boundingPolygon) |
VideoTextFrame |
build() |
VideoTextFrame.Builder |
confidence(Float confidence)
The confidence score, between 0 and 1.
|
VideoTextFrame.Builder |
copy(VideoTextFrame model) |
VideoTextFrame.Builder |
timeOffsetMs(Integer timeOffsetMs)
Time offset(Milliseconds) in the video.
|
public VideoTextFrame.Builder timeOffsetMs(Integer timeOffsetMs)
Time offset(Milliseconds) in the video.
timeOffsetMs
- the value to setpublic VideoTextFrame.Builder confidence(Float confidence)
The confidence score, between 0 and 1.
confidence
- the value to setpublic VideoTextFrame.Builder boundingPolygon(BoundingPolygon boundingPolygon)
public VideoTextFrame build()
public VideoTextFrame.Builder copy(VideoTextFrame model)
Copyright © 2016–2024. All rights reserved.