Skip to main content Link Search Menu Expand Document (external link)

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