Interface GetDocumentTextDetectionResponse.Builder

    • Method Detail

      • documentMetadata

        GetDocumentTextDetectionResponse.Builder documentMetadata​(DocumentMetadata documentMetadata)

        Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

        Parameters:
        documentMetadata - Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobStatus

        GetDocumentTextDetectionResponse.Builder jobStatus​(String jobStatus)

        The current status of the text detection job.

        Parameters:
        jobStatus - The current status of the text detection job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • nextToken

        GetDocumentTextDetectionResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

        Parameters:
        nextToken - If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blocks

        GetDocumentTextDetectionResponse.Builder blocks​(Collection<Block> blocks)

        The results of the text-detection operation.

        Parameters:
        blocks - The results of the text-detection operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blocks

        GetDocumentTextDetectionResponse.Builder blocks​(Block... blocks)

        The results of the text-detection operation.

        Parameters:
        blocks - The results of the text-detection operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        GetDocumentTextDetectionResponse.Builder warnings​(Collection<Warning> warnings)

        A list of warnings that occurred during the text-detection operation for the document.

        Parameters:
        warnings - A list of warnings that occurred during the text-detection operation for the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        GetDocumentTextDetectionResponse.Builder warnings​(Warning... warnings)

        A list of warnings that occurred during the text-detection operation for the document.

        Parameters:
        warnings - A list of warnings that occurred during the text-detection operation for the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        GetDocumentTextDetectionResponse.Builder statusMessage​(String statusMessage)

        Returns if the detection job could not be completed. Contains explanation for what error occured.

        Parameters:
        statusMessage - Returns if the detection job could not be completed. Contains explanation for what error occured.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectDocumentTextModelVersion

        GetDocumentTextDetectionResponse.Builder detectDocumentTextModelVersion​(String detectDocumentTextModelVersion)

        Parameters:
        detectDocumentTextModelVersion -
        Returns:
        Returns a reference to this object so that method calls can be chained together.