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.
timestamp - The time, in milliseconds from the start of the video, that the text was detected.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 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 © 2022. All rights reserved.