Class StartTextDetectionRequest

    • 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 StartTextDetection requests, the same JobId is returned. Use ClientRequestToken to 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 StartTextDetection requests, the same JobId is returned. Use ClientRequestToken to 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 JobTag to 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 JobTag to 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.
      • 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.
        Overrides:
        toString in class Object