Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Textract

import { Textract } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/textract.ts";
class Textract {
constructor(apiFactory: client.ApiFactory);
async analyzeDocument(params: AnalyzeDocumentRequest, opts?: client.RequestOptions): Promise<AnalyzeDocumentResponse>;
async analyzeExpense(params: AnalyzeExpenseRequest, opts?: client.RequestOptions): Promise<AnalyzeExpenseResponse>;
async detectDocumentText(params: DetectDocumentTextRequest, opts?: client.RequestOptions): Promise<DetectDocumentTextResponse>;
async getDocumentAnalysis(params: GetDocumentAnalysisRequest, opts?: client.RequestOptions): Promise<GetDocumentAnalysisResponse>;
async getDocumentTextDetection(params: GetDocumentTextDetectionRequest, opts?: client.RequestOptions): Promise<GetDocumentTextDetectionResponse>;
async startDocumentAnalysis(params: StartDocumentAnalysisRequest, opts?: client.RequestOptions): Promise<StartDocumentAnalysisResponse>;
async startDocumentTextDetection(params: StartDocumentTextDetectionRequest, opts?: client.RequestOptions): Promise<StartDocumentTextDetectionResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Textract(apiFactory: client.ApiFactory)
[src]

§Methods

§Static Properties