AWS textract documentation change
Summary
Fixed method name reference from StartTextDetection to StartDocumentTextDetection
Security assessment
Corrects a typo in API method name reference without any security context
Diff
diff --git a/textract/latest/dg/API_StartDocumentTextDetection.md b/textract/latest/dg/API_StartDocumentTextDetection.md index 311513c0c..6f8911f0b 100644 --- a//textract/latest/dg/API_StartDocumentTextDetection.md +++ b//textract/latest/dg/API_StartDocumentTextDetection.md @@ -13 +13 @@ Starts the asynchronous detection of text in a document. Amazon Textract can det -`StartTextDetection` returns a job identifier (`JobId`) that you use to get the results of the operation. When text detection 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 detection operation, first check that the status value published to the Amazon SNS topic is `SUCCEEDED`. If so, call [GetDocumentTextDetection](./API_GetDocumentTextDetection.html), and pass the job identifier (`JobId`) from the initial call to `StartDocumentTextDetection`. +`StartDocumentTextDetection` returns a job identifier (`JobId`) that you use to get the results of the operation. When text detection 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 detection operation, first check that the status value published to the Amazon SNS topic is `SUCCEEDED`. If so, call [GetDocumentTextDetection](./API_GetDocumentTextDetection.html), and pass the job identifier (`JobId`) from the initial call to `StartDocumentTextDetection`.