View source: R/textract_operations.R
textract_update_adapter | R Documentation |
Update the configuration for an adapter. FeatureTypes configurations cannot be updated. At least one new parameter must be specified as an argument.
See https://www.paws-r-sdk.com/docs/textract_update_adapter/ for full documentation.
textract_update_adapter(
AdapterId,
Description = NULL,
AdapterName = NULL,
AutoUpdate = NULL
)
AdapterId |
[required] A string containing a unique ID for the adapter that will be updated. |
Description |
The new description to be applied to the adapter. |
AdapterName |
The new name to be applied to the adapter. |
AutoUpdate |
The new auto-update status to be applied to the adapter. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.