createAdapter
inline suspend fun TextractClient.createAdapter(crossinline block: CreateAdapterRequest.Builder.() -> Unit): CreateAdapterResponse
Creates an adapter, which can be fine-tuned for enhanced performance on user provided documents. Takes an AdapterName and FeatureType. Currently the only supported feature type is QUERIES
. You can also provide a Description, Tags, and a ClientRequestToken. You can choose whether or not the adapter should be AutoUpdated with the AutoUpdate argument. By default, AutoUpdate is set to DISABLED.