Class StartTextDetectionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.rekognition.model.RekognitionRequest
-
- software.amazon.awssdk.services.rekognition.model.StartTextDetectionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartTextDetectionRequest.Builder,StartTextDetectionRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartTextDetectionRequest extends RekognitionRequest implements ToCopyableBuilder<StartTextDetectionRequest.Builder,StartTextDetectionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartTextDetectionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartTextDetectionRequest.Builderbuilder()StringclientRequestToken()Idempotent token used to identify the start request.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StartTextDetectionFiltersfilters()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)inthashCode()StringjobTag()An identifier returned in the completion status published by your Amazon Simple Notification Service topic.NotificationChannelnotificationChannel()Returns the value of the NotificationChannel property for this object.List<SdkField<?>>sdkFields()static Class<? extends StartTextDetectionRequest.Builder>serializableBuilderClass()StartTextDetectionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Videovideo()Returns the value of the Video property for this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
video
public final Video video()
Returns the value of the Video property for this object.- Returns:
- The value of the Video property for this object.
-
clientRequestToken
public final String clientRequestToken()
Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetectionrequests, the sameJobIdis returned. UseClientRequestTokento prevent the same job from being accidentaly started more than once.- Returns:
- Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetectionrequests, the sameJobIdis returned. UseClientRequestTokento prevent the same job from being accidentaly started more than once.
-
notificationChannel
public final NotificationChannel notificationChannel()
Returns the value of the NotificationChannel property for this object.- Returns:
- The value of the NotificationChannel property for this object.
-
jobTag
public final String jobTag()
An identifier returned in the completion status published by your Amazon Simple Notification Service topic. For example, you can use
JobTagto group related jobs and identify them in the completion notification.- Returns:
- An identifier returned in the completion status published by your Amazon Simple Notification Service
topic. For example, you can use
JobTagto group related jobs and identify them in the completion notification.
-
filters
public final StartTextDetectionFilters filters()
Optional parameters that let you set criteria the text must meet to be included in your response.
- Returns:
- Optional parameters that let you set criteria the text must meet to be included in your response.
-
toBuilder
public StartTextDetectionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartTextDetectionRequest.Builder,StartTextDetectionRequest>- Specified by:
toBuilderin classRekognitionRequest
-
builder
public static StartTextDetectionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartTextDetectionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-