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 StartLendingAnalysis operation.
Starts the classification and analysis of an input document. StartLendingAnalysis
initiates the classification and analysis of a packet of lending documents. StartLendingAnalysis
operates on a document file located in an Amazon S3 bucket.
StartLendingAnalysis
can analyze text in documents that are in one of the
following formats: JPEG, PNG, TIFF, PDF. Use DocumentLocation
to specify the
bucket name and the file name of the document.
StartLendingAnalysis
returns a job identifier (JobId
) that you use
to get the results of the operation. When the text analysis is finished, Amazon Textract
publishes a completion status to the Amazon Simple Notification Service (Amazon SNS)
topic that you specify in NotificationChannel
. To get the results of the text
analysis operation, first check that the status value published to the Amazon SNS
topic is SUCCEEDED. If the status is SUCCEEDED you can call either GetLendingAnalysis
or GetLendingAnalysisSummary
and provide the JobId
to obtain the results
of the analysis.
If using OutputConfig
to specify an Amazon S3 bucket, the output will be contained
within the specified prefix in a directory labeled with the job-id. In the directory
there are 3 sub-directories:
detailedResponse (contains the GetLendingAnalysis response)
summaryResponse (for the GetLendingAnalysisSummary response)
splitDocuments (documents split across logical boundaries)
Namespace: Amazon.Textract.Model
Assembly: AWSSDK.Textract.dll
Version: 3.x.y.z
public class StartLendingAnalysisRequest : AmazonTextractRequest IAmazonWebServiceRequest
The StartLendingAnalysisRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
StartLendingAnalysisRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClientRequestToken | System.String |
Gets and sets the property ClientRequestToken.
The idempotent token that you use to identify the start request. If you use the same
token with multiple |
![]() |
DocumentLocation | Amazon.Textract.Model.DocumentLocation |
Gets and sets the property DocumentLocation. |
![]() |
JobTag | System.String |
Gets and sets the property JobTag.
An identifier that you specify to be included in the completion notification published
to the Amazon SNS topic. For example, you can use |
![]() |
KMSKeyId | System.String |
Gets and sets the property KMSKeyId. The KMS key used to encrypt the inference results. This can be in either Key ID or Key Alias format. When a KMS key is provided, the KMS key will be used for server-side encryption of the objects in the customer bucket. When this parameter is not enabled, the result will be encrypted server side, using SSE-S3. |
![]() |
NotificationChannel | Amazon.Textract.Model.NotificationChannel |
Gets and sets the property NotificationChannel. |
![]() |
OutputConfig | Amazon.Textract.Model.OutputConfig |
Gets and sets the property OutputConfig. |
.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