textractstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalyzeDocumentFuture

type AnalyzeDocumentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AnalyzeDocumentFuture) Get

type Client

type Client interface {
	AnalyzeDocument(ctx workflow.Context, input *textract.AnalyzeDocumentInput) (*textract.AnalyzeDocumentOutput, error)
	AnalyzeDocumentAsync(ctx workflow.Context, input *textract.AnalyzeDocumentInput) *AnalyzeDocumentFuture

	DetectDocumentText(ctx workflow.Context, input *textract.DetectDocumentTextInput) (*textract.DetectDocumentTextOutput, error)
	DetectDocumentTextAsync(ctx workflow.Context, input *textract.DetectDocumentTextInput) *DetectDocumentTextFuture

	GetDocumentAnalysis(ctx workflow.Context, input *textract.GetDocumentAnalysisInput) (*textract.GetDocumentAnalysisOutput, error)
	GetDocumentAnalysisAsync(ctx workflow.Context, input *textract.GetDocumentAnalysisInput) *GetDocumentAnalysisFuture

	GetDocumentTextDetection(ctx workflow.Context, input *textract.GetDocumentTextDetectionInput) (*textract.GetDocumentTextDetectionOutput, error)
	GetDocumentTextDetectionAsync(ctx workflow.Context, input *textract.GetDocumentTextDetectionInput) *GetDocumentTextDetectionFuture

	StartDocumentAnalysis(ctx workflow.Context, input *textract.StartDocumentAnalysisInput) (*textract.StartDocumentAnalysisOutput, error)
	StartDocumentAnalysisAsync(ctx workflow.Context, input *textract.StartDocumentAnalysisInput) *StartDocumentAnalysisFuture

	StartDocumentTextDetection(ctx workflow.Context, input *textract.StartDocumentTextDetectionInput) (*textract.StartDocumentTextDetectionOutput, error)
	StartDocumentTextDetectionAsync(ctx workflow.Context, input *textract.StartDocumentTextDetectionInput) *StartDocumentTextDetectionFuture
}

func NewClient

func NewClient() Client

type DetectDocumentTextFuture

type DetectDocumentTextFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetectDocumentTextFuture) Get

type GetDocumentAnalysisFuture

type GetDocumentAnalysisFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDocumentAnalysisFuture) Get

type GetDocumentTextDetectionFuture

type GetDocumentTextDetectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDocumentTextDetectionFuture) Get

type StartDocumentAnalysisFuture

type StartDocumentAnalysisFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartDocumentAnalysisFuture) Get

type StartDocumentTextDetectionFuture

type StartDocumentTextDetectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartDocumentTextDetectionFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL