AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetLendingAnalysis operation. Gets the results for an Amazon Textract asynchronous operation that analyzes text in a lending document.
You start asynchronous text analysis by calling StartLendingAnalysis
, which
returns a job identifier (JobId
). When the text analysis operation finishes,
Amazon Textract publishes a completion status to the Amazon Simple Notification Service
(Amazon SNS) topic that's registered in the initial call to StartLendingAnalysis
.
To get the results of the text analysis operation, first check that the status value
published to the Amazon SNS topic is SUCCEEDED. If so, call GetLendingAnalysis, and
pass the job identifier (JobId
) from the initial call to StartLendingAnalysis
.
Namespace: Amazon.Textract.Model
Assembly: AWSSDK.Textract.dll
Version: 3.x.y.z
public class GetLendingAnalysisRequest : AmazonTextractRequest IAmazonWebServiceRequest
The GetLendingAnalysisRequest type exposes the following members
Name | Description | |
---|---|---|
GetLendingAnalysisRequest() |
Name | Type | Description | |
---|---|---|---|
JobId | System.String |
Gets and sets the property JobId.
A unique identifier for the lending or text-detection job. The |
|
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of results to return per paginated call. The largest value that you can specify is 30. If you specify a value greater than 30, a maximum of 30 results is returned. The default value is 30. |
|
NextToken | System.String |
Gets and sets the property NextToken. If the previous response was incomplete, Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of lending results. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5