Skip to main content

TTextractDeleteAdapterVersionRequest

Class in AWS.Textract

DeleteAdapterVersion request class.

Ancestors

Properties

AdapterId

property AdapterId: string

AdapterVersion

property AdapterVersion: string

Constructors

Create

constructor Create(const AAdapterId, AAdapterVersion: string);

Constructor for TTextractDeleteAdapterVersionRequest.

Parameters

NameDescription
AAdapterIdSpecify the unique identifier for the adapter that will be deleted.
AAdapterVersionSpecify the version of the adapter to be deleted.