class Aws::Textract::Types::GetDocumentAnalysisRequest
@note When making an API call, you may pass GetDocumentAnalysisRequest
data as a hash: { job_id: "JobId", # required max_results: 1, next_token: "PaginationToken", }
@!attribute [rw] job_id
A unique identifier for the text-detection job. The `JobId` is returned from `StartDocumentAnalysis`. A `JobId` value is only valid for 7 days. @return [String]
@!attribute [rw] max_results
The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000. @return [Integer]
@!attribute [rw] next_token
If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/GetDocumentAnalysisRequest AWS API Documentation
Constants
- SENSITIVE