index overview
Added in v1.0.0
Table of contents
exports
From â./Errors.jsâ
Re-exports all named exports from the â./Errors.jsâ module.
Signature
export * from "./Errors.js"
Added in v1.0.0
From â./TextractClientInstance.jsâ
Re-exports all named exports from the â./TextractClientInstance.jsâ module as TextractClientInstance
.
Signature
export * as TextractClientInstance from "./TextractClientInstance.js"
Added in v1.0.0
From â./TextractService.jsâ
Re-exports all named exports from the â./TextractService.jsâ module.
Signature
export * from "./TextractService.js"
Added in v1.0.0
From â./TextractServiceConfig.jsâ
Re-exports all named exports from the â./TextractServiceConfig.jsâ module as TextractServiceConfig
.
Signature
export * as TextractServiceConfig from "./TextractServiceConfig.js"
Added in v1.0.0
Textract
Signature
export declare const Textract: typeof TextractService
Added in v1.0.0
Textract (namespace)
Added in v1.0.0
Config (type alias)
Signature
export type Config = TextractService.Config
Added in v1.0.0