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

TextractService overview

Added in v1.0.0


Table of contents


constructors

makeTextractService

Signature

export declare const makeTextractService: Effect.Effect<TextractService$, never, TextractClientInstance>

Added in v1.0.0

layers

BaseTextractServiceLayer

Signature

export declare const BaseTextractServiceLayer: Layer.Layer<TextractService, never, TextractClientInstance>

Added in v1.0.0

DefaultTextractServiceLayer

Signature

export declare const DefaultTextractServiceLayer: Layer.Layer<TextractService, never, never>

Added in v1.0.0

TextractServiceLayer

Signature

export declare const TextractServiceLayer: Layer.Layer<TextractService, never, TextractClientInstanceConfig>

Added in v1.0.0

models

Textract

Signature

export declare const Textract: typeof TextractService

Added in v1.0.0

TextractService (class)

Signature

export declare class TextractService

Added in v1.0.0

utils

HttpHandlerOptions (interface)

Signature

export interface HttpHandlerOptions {
  /**
   * The maximum time in milliseconds that the connection phase of a request
   * may take before the connection attempt is abandoned.
   */
  requestTimeout?: number
}

Added in v1.0.0