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 ¶
func (r *AnalyzeDocumentFuture) Get(ctx workflow.Context) (*textract.AnalyzeDocumentOutput, error)
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 }
type DetectDocumentTextFuture ¶
type DetectDocumentTextFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectDocumentTextFuture) Get ¶
func (r *DetectDocumentTextFuture) Get(ctx workflow.Context) (*textract.DetectDocumentTextOutput, error)
type GetDocumentAnalysisFuture ¶
type GetDocumentAnalysisFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDocumentAnalysisFuture) Get ¶
func (r *GetDocumentAnalysisFuture) Get(ctx workflow.Context) (*textract.GetDocumentAnalysisOutput, error)
type GetDocumentTextDetectionFuture ¶
type GetDocumentTextDetectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDocumentTextDetectionFuture) Get ¶
func (r *GetDocumentTextDetectionFuture) Get(ctx workflow.Context) (*textract.GetDocumentTextDetectionOutput, error)
type StartDocumentAnalysisFuture ¶
type StartDocumentAnalysisFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartDocumentAnalysisFuture) Get ¶
func (r *StartDocumentAnalysisFuture) Get(ctx workflow.Context) (*textract.StartDocumentAnalysisOutput, error)
type StartDocumentTextDetectionFuture ¶
type StartDocumentTextDetectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartDocumentTextDetectionFuture) Get ¶
func (r *StartDocumentTextDetectionFuture) Get(ctx workflow.Context) (*textract.StartDocumentTextDetectionOutput, error)
Click to show internal directories.
Click to hide internal directories.