@Generated(value="software.amazon.awssdk:codegen") public final class StartTextDetectionRequest extends RekognitionRequest implements ToCopyableBuilder<StartTextDetectionRequest.Builder,StartTextDetectionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartTextDetectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartTextDetectionRequest.Builder |
builder() |
String |
clientRequestToken()
Idempotent token used to identify the start request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
StartTextDetectionFilters |
filters()
Optional parameters that let you set criteria the text must meet to be included in your response.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobTag()
An identifier returned in the completion status published by your Amazon Simple Notification Service topic.
|
NotificationChannel |
notificationChannel()
Returns the value of the NotificationChannel property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartTextDetectionRequest.Builder> |
serializableBuilderClass() |
StartTextDetectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Video |
video()
Returns the value of the Video property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Video video()
public final String clientRequestToken()
Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetection requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidentaly started more than once.
StartTextDetection requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidentaly started more than once.public final NotificationChannel notificationChannel()
public final String jobTag()
An identifier returned in the completion status published by your Amazon Simple Notification Service topic. For
example, you can use JobTag to group related jobs and identify them in the completion notification.
JobTag to group related jobs and identify them in the
completion notification.public final StartTextDetectionFilters filters()
Optional parameters that let you set criteria the text must meet to be included in your response.
public StartTextDetectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartTextDetectionRequest.Builder,StartTextDetectionRequest>toBuilder in class RekognitionRequestpublic static StartTextDetectionRequest.Builder builder()
public static Class<? extends StartTextDetectionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.