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>;
§Constructors
§
new Textract(apiFactory: client.ApiFactory)
[src]§Methods
§
analyzeDocument(params: AnalyzeDocumentRequest, opts?: client.RequestOptions): Promise<AnalyzeDocumentResponse>
[src]§
analyzeExpense(params: AnalyzeExpenseRequest, opts?: client.RequestOptions): Promise<AnalyzeExpenseResponse>
[src]§
detectDocumentText(params: DetectDocumentTextRequest, opts?: client.RequestOptions): Promise<DetectDocumentTextResponse>
[src]§
getDocumentAnalysis(params: GetDocumentAnalysisRequest, opts?: client.RequestOptions): Promise<GetDocumentAnalysisResponse>
[src]§
getDocumentTextDetection(params: GetDocumentTextDetectionRequest, opts?: client.RequestOptions): Promise<GetDocumentTextDetectionResponse>
[src]§
startDocumentAnalysis(params: StartDocumentAnalysisRequest, opts?: client.RequestOptions): Promise<StartDocumentAnalysisResponse>
[src]§
startDocumentTextDetection(params: StartDocumentTextDetectionRequest, opts?: client.RequestOptions): Promise<StartDocumentTextDetectionResponse>
[src]§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]