@Generated(value="software.amazon.awssdk:codegen") public final class TextDetectionResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TextDetectionResult.Builder,TextDetectionResult>
Information about text detected in a video. Incudes the detected text, the time in milliseconds from the start of the video that the text was detected, and where it was detected on the screen.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextDetectionResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TextDetectionResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TextDetectionResult.Builder> |
serializableBuilderClass() |
TextDetection |
textDetection()
Details about text detected in a video.
|
Long |
timestamp()
The time, in milliseconds from the start of the video, that the text was detected.
|
TextDetectionResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long timestamp()
The time, in milliseconds from the start of the video, that the text was detected.
public final TextDetection textDetection()
Details about text detected in a video.
public TextDetectionResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TextDetectionResult.Builder,TextDetectionResult>public static TextDetectionResult.Builder builder()
public static Class<? extends TextDetectionResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.