Interface DetectTextRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DetectTextRequest.Builder,DetectTextRequest>, RekognitionRequest.Builder, SdkBuilder<DetectTextRequest.Builder,DetectTextRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DetectTextRequest

public static interface DetectTextRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<DetectTextRequest.Builder,DetectTextRequest>
  • Method Details

    • image

      The input image as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Rekognition operations, you can't pass image bytes.

      If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes field. For more information, see Images in the Amazon Rekognition developer guide.

      Parameters:
      image - The input image as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Rekognition operations, you can't pass image bytes.

      If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes field. For more information, see Images in the Amazon Rekognition developer guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • image

      The input image as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Rekognition operations, you can't pass image bytes.

      If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes field. For more information, see Images in the Amazon Rekognition developer guide.

      This is a convenience method that creates an instance of the Image.Builder avoiding the need to create one manually via Image.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to image(Image).

      Parameters:
      image - a consumer that will call methods on Image.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • filters

      Optional parameters that let you set the criteria that the text must meet to be included in your response.

      Parameters:
      filters - Optional parameters that let you set the criteria that the text must meet to be included in your response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      Optional parameters that let you set the criteria that the text must meet to be included in your response.

      This is a convenience method that creates an instance of the DetectTextFilters.Builder avoiding the need to create one manually via DetectTextFilters.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filters(DetectTextFilters).

      Parameters:
      filters - a consumer that will call methods on DetectTextFilters.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      DetectTextRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.