public static interface TextDetectionResult.Builder extends SdkPojo, CopyableBuilder<TextDetectionResult.Builder,TextDetectionResult>
| Modifier and Type | Method and Description |
|---|---|
default TextDetectionResult.Builder |
textDetection(Consumer<TextDetection.Builder> textDetection)
Details about text detected in a video.
|
TextDetectionResult.Builder |
textDetection(TextDetection textDetection)
Details about text detected in a video.
|
TextDetectionResult.Builder |
timestamp(Long timestamp)
The time, in milliseconds from the start of the video, that the text was detected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTextDetectionResult.Builder timestamp(Long timestamp)
The time, in milliseconds from the start of the video, that the text was detected. Note that
Timestamp is not guaranteed to be accurate to the individual frame where the text first appears.
timestamp - The time, in milliseconds from the start of the video, that the text was detected. Note that
Timestamp is not guaranteed to be accurate to the individual frame where the text first
appears.TextDetectionResult.Builder textDetection(TextDetection textDetection)
Details about text detected in a video.
textDetection - Details about text detected in a video.default TextDetectionResult.Builder textDetection(Consumer<TextDetection.Builder> textDetection)
Details about text detected in a video.
This is a convenience method that creates an instance of theTextDetection.Builder avoiding the need
to create one manually via TextDetection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to textDetection(TextDetection).
textDetection - a consumer that will call methods on TextDetection.BuildertextDetection(TextDetection)Copyright © 2023. All rights reserved.