textractmock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package textractmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockTextractAPI

type MockTextractAPI struct {
	// contains filtered or unexported fields
}

MockTextractAPI is a mock of TextractAPI interface.

func NewMockTextractAPI

func NewMockTextractAPI(ctrl *gomock.Controller) *MockTextractAPI

NewMockTextractAPI creates a new mock instance.

func (*MockTextractAPI) AnalyzeDocument

AnalyzeDocument mocks base method.

func (*MockTextractAPI) AnalyzeDocumentRequest

AnalyzeDocumentRequest mocks base method.

func (*MockTextractAPI) AnalyzeDocumentWithContext

func (m *MockTextractAPI) AnalyzeDocumentWithContext(arg0 context.Context, arg1 *textract.AnalyzeDocumentInput, arg2 ...request.Option) (*textract.AnalyzeDocumentOutput, error)

AnalyzeDocumentWithContext mocks base method.

func (*MockTextractAPI) AnalyzeExpense added in v1.43.22

AnalyzeExpense mocks base method.

func (*MockTextractAPI) AnalyzeExpenseRequest added in v1.43.22

AnalyzeExpenseRequest mocks base method.

func (*MockTextractAPI) AnalyzeExpenseWithContext added in v1.43.22

func (m *MockTextractAPI) AnalyzeExpenseWithContext(arg0 context.Context, arg1 *textract.AnalyzeExpenseInput, arg2 ...request.Option) (*textract.AnalyzeExpenseOutput, error)

AnalyzeExpenseWithContext mocks base method.

func (*MockTextractAPI) AnalyzeID added in v1.43.22

AnalyzeID mocks base method.

func (*MockTextractAPI) AnalyzeIDRequest added in v1.43.22

AnalyzeIDRequest mocks base method.

func (*MockTextractAPI) AnalyzeIDWithContext added in v1.43.22

func (m *MockTextractAPI) AnalyzeIDWithContext(arg0 context.Context, arg1 *textract.AnalyzeIDInput, arg2 ...request.Option) (*textract.AnalyzeIDOutput, error)

AnalyzeIDWithContext mocks base method.

func (*MockTextractAPI) DetectDocumentText

DetectDocumentText mocks base method.

func (*MockTextractAPI) DetectDocumentTextRequest

DetectDocumentTextRequest mocks base method.

func (*MockTextractAPI) DetectDocumentTextWithContext

func (m *MockTextractAPI) DetectDocumentTextWithContext(arg0 context.Context, arg1 *textract.DetectDocumentTextInput, arg2 ...request.Option) (*textract.DetectDocumentTextOutput, error)

DetectDocumentTextWithContext mocks base method.

func (*MockTextractAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTextractAPI) GetDocumentAnalysis

GetDocumentAnalysis mocks base method.

func (*MockTextractAPI) GetDocumentAnalysisRequest

GetDocumentAnalysisRequest mocks base method.

func (*MockTextractAPI) GetDocumentAnalysisWithContext

func (m *MockTextractAPI) GetDocumentAnalysisWithContext(arg0 context.Context, arg1 *textract.GetDocumentAnalysisInput, arg2 ...request.Option) (*textract.GetDocumentAnalysisOutput, error)

GetDocumentAnalysisWithContext mocks base method.

func (*MockTextractAPI) GetDocumentTextDetection

GetDocumentTextDetection mocks base method.

func (*MockTextractAPI) GetDocumentTextDetectionRequest

GetDocumentTextDetectionRequest mocks base method.

func (*MockTextractAPI) GetDocumentTextDetectionWithContext

func (m *MockTextractAPI) GetDocumentTextDetectionWithContext(arg0 context.Context, arg1 *textract.GetDocumentTextDetectionInput, arg2 ...request.Option) (*textract.GetDocumentTextDetectionOutput, error)

GetDocumentTextDetectionWithContext mocks base method.

func (*MockTextractAPI) GetExpenseAnalysis added in v1.43.22

GetExpenseAnalysis mocks base method.

func (*MockTextractAPI) GetExpenseAnalysisRequest added in v1.43.22

GetExpenseAnalysisRequest mocks base method.

func (*MockTextractAPI) GetExpenseAnalysisWithContext added in v1.43.22

func (m *MockTextractAPI) GetExpenseAnalysisWithContext(arg0 context.Context, arg1 *textract.GetExpenseAnalysisInput, arg2 ...request.Option) (*textract.GetExpenseAnalysisOutput, error)

GetExpenseAnalysisWithContext mocks base method.

func (*MockTextractAPI) StartDocumentAnalysis

StartDocumentAnalysis mocks base method.

func (*MockTextractAPI) StartDocumentAnalysisRequest

StartDocumentAnalysisRequest mocks base method.

func (*MockTextractAPI) StartDocumentAnalysisWithContext

func (m *MockTextractAPI) StartDocumentAnalysisWithContext(arg0 context.Context, arg1 *textract.StartDocumentAnalysisInput, arg2 ...request.Option) (*textract.StartDocumentAnalysisOutput, error)

StartDocumentAnalysisWithContext mocks base method.

func (*MockTextractAPI) StartDocumentTextDetection

StartDocumentTextDetection mocks base method.

func (*MockTextractAPI) StartDocumentTextDetectionRequest

StartDocumentTextDetectionRequest mocks base method.

func (*MockTextractAPI) StartDocumentTextDetectionWithContext

func (m *MockTextractAPI) StartDocumentTextDetectionWithContext(arg0 context.Context, arg1 *textract.StartDocumentTextDetectionInput, arg2 ...request.Option) (*textract.StartDocumentTextDetectionOutput, error)

StartDocumentTextDetectionWithContext mocks base method.

func (*MockTextractAPI) StartExpenseAnalysis added in v1.43.22

StartExpenseAnalysis mocks base method.

func (*MockTextractAPI) StartExpenseAnalysisRequest added in v1.43.22

StartExpenseAnalysisRequest mocks base method.

func (*MockTextractAPI) StartExpenseAnalysisWithContext added in v1.43.22

func (m *MockTextractAPI) StartExpenseAnalysisWithContext(arg0 context.Context, arg1 *textract.StartExpenseAnalysisInput, arg2 ...request.Option) (*textract.StartExpenseAnalysisOutput, error)

StartExpenseAnalysisWithContext mocks base method.

type MockTextractAPIMockRecorder

type MockTextractAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockTextractAPIMockRecorder is the mock recorder for MockTextractAPI.

func (*MockTextractAPIMockRecorder) AnalyzeDocument

func (mr *MockTextractAPIMockRecorder) AnalyzeDocument(arg0 interface{}) *gomock.Call

AnalyzeDocument indicates an expected call of AnalyzeDocument.

func (*MockTextractAPIMockRecorder) AnalyzeDocumentRequest

func (mr *MockTextractAPIMockRecorder) AnalyzeDocumentRequest(arg0 interface{}) *gomock.Call

AnalyzeDocumentRequest indicates an expected call of AnalyzeDocumentRequest.

func (*MockTextractAPIMockRecorder) AnalyzeDocumentWithContext

func (mr *MockTextractAPIMockRecorder) AnalyzeDocumentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AnalyzeDocumentWithContext indicates an expected call of AnalyzeDocumentWithContext.

func (*MockTextractAPIMockRecorder) AnalyzeExpense added in v1.43.22

func (mr *MockTextractAPIMockRecorder) AnalyzeExpense(arg0 interface{}) *gomock.Call

AnalyzeExpense indicates an expected call of AnalyzeExpense.

func (*MockTextractAPIMockRecorder) AnalyzeExpenseRequest added in v1.43.22

func (mr *MockTextractAPIMockRecorder) AnalyzeExpenseRequest(arg0 interface{}) *gomock.Call

AnalyzeExpenseRequest indicates an expected call of AnalyzeExpenseRequest.

func (*MockTextractAPIMockRecorder) AnalyzeExpenseWithContext added in v1.43.22

func (mr *MockTextractAPIMockRecorder) AnalyzeExpenseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AnalyzeExpenseWithContext indicates an expected call of AnalyzeExpenseWithContext.

func (*MockTextractAPIMockRecorder) AnalyzeID added in v1.43.22

func (mr *MockTextractAPIMockRecorder) AnalyzeID(arg0 interface{}) *gomock.Call

AnalyzeID indicates an expected call of AnalyzeID.

func (*MockTextractAPIMockRecorder) AnalyzeIDRequest added in v1.43.22

func (mr *MockTextractAPIMockRecorder) AnalyzeIDRequest(arg0 interface{}) *gomock.Call

AnalyzeIDRequest indicates an expected call of AnalyzeIDRequest.

func (*MockTextractAPIMockRecorder) AnalyzeIDWithContext added in v1.43.22

func (mr *MockTextractAPIMockRecorder) AnalyzeIDWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AnalyzeIDWithContext indicates an expected call of AnalyzeIDWithContext.

func (*MockTextractAPIMockRecorder) DetectDocumentText

func (mr *MockTextractAPIMockRecorder) DetectDocumentText(arg0 interface{}) *gomock.Call

DetectDocumentText indicates an expected call of DetectDocumentText.

func (*MockTextractAPIMockRecorder) DetectDocumentTextRequest

func (mr *MockTextractAPIMockRecorder) DetectDocumentTextRequest(arg0 interface{}) *gomock.Call

DetectDocumentTextRequest indicates an expected call of DetectDocumentTextRequest.

func (*MockTextractAPIMockRecorder) DetectDocumentTextWithContext

func (mr *MockTextractAPIMockRecorder) DetectDocumentTextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetectDocumentTextWithContext indicates an expected call of DetectDocumentTextWithContext.

func (*MockTextractAPIMockRecorder) GetDocumentAnalysis

func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysis(arg0 interface{}) *gomock.Call

GetDocumentAnalysis indicates an expected call of GetDocumentAnalysis.

func (*MockTextractAPIMockRecorder) GetDocumentAnalysisRequest

func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysisRequest(arg0 interface{}) *gomock.Call

GetDocumentAnalysisRequest indicates an expected call of GetDocumentAnalysisRequest.

func (*MockTextractAPIMockRecorder) GetDocumentAnalysisWithContext

func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDocumentAnalysisWithContext indicates an expected call of GetDocumentAnalysisWithContext.

func (*MockTextractAPIMockRecorder) GetDocumentTextDetection

func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetection(arg0 interface{}) *gomock.Call

GetDocumentTextDetection indicates an expected call of GetDocumentTextDetection.

func (*MockTextractAPIMockRecorder) GetDocumentTextDetectionRequest

func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetectionRequest(arg0 interface{}) *gomock.Call

GetDocumentTextDetectionRequest indicates an expected call of GetDocumentTextDetectionRequest.

func (*MockTextractAPIMockRecorder) GetDocumentTextDetectionWithContext

func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDocumentTextDetectionWithContext indicates an expected call of GetDocumentTextDetectionWithContext.

func (*MockTextractAPIMockRecorder) GetExpenseAnalysis added in v1.43.22

func (mr *MockTextractAPIMockRecorder) GetExpenseAnalysis(arg0 interface{}) *gomock.Call

GetExpenseAnalysis indicates an expected call of GetExpenseAnalysis.

func (*MockTextractAPIMockRecorder) GetExpenseAnalysisRequest added in v1.43.22

func (mr *MockTextractAPIMockRecorder) GetExpenseAnalysisRequest(arg0 interface{}) *gomock.Call

GetExpenseAnalysisRequest indicates an expected call of GetExpenseAnalysisRequest.

func (*MockTextractAPIMockRecorder) GetExpenseAnalysisWithContext added in v1.43.22

func (mr *MockTextractAPIMockRecorder) GetExpenseAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetExpenseAnalysisWithContext indicates an expected call of GetExpenseAnalysisWithContext.

func (*MockTextractAPIMockRecorder) StartDocumentAnalysis

func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysis(arg0 interface{}) *gomock.Call

StartDocumentAnalysis indicates an expected call of StartDocumentAnalysis.

func (*MockTextractAPIMockRecorder) StartDocumentAnalysisRequest

func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysisRequest(arg0 interface{}) *gomock.Call

StartDocumentAnalysisRequest indicates an expected call of StartDocumentAnalysisRequest.

func (*MockTextractAPIMockRecorder) StartDocumentAnalysisWithContext

func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartDocumentAnalysisWithContext indicates an expected call of StartDocumentAnalysisWithContext.

func (*MockTextractAPIMockRecorder) StartDocumentTextDetection

func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetection(arg0 interface{}) *gomock.Call

StartDocumentTextDetection indicates an expected call of StartDocumentTextDetection.

func (*MockTextractAPIMockRecorder) StartDocumentTextDetectionRequest

func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetectionRequest(arg0 interface{}) *gomock.Call

StartDocumentTextDetectionRequest indicates an expected call of StartDocumentTextDetectionRequest.

func (*MockTextractAPIMockRecorder) StartDocumentTextDetectionWithContext

func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartDocumentTextDetectionWithContext indicates an expected call of StartDocumentTextDetectionWithContext.

func (*MockTextractAPIMockRecorder) StartExpenseAnalysis added in v1.43.22

func (mr *MockTextractAPIMockRecorder) StartExpenseAnalysis(arg0 interface{}) *gomock.Call

StartExpenseAnalysis indicates an expected call of StartExpenseAnalysis.

func (*MockTextractAPIMockRecorder) StartExpenseAnalysisRequest added in v1.43.22

func (mr *MockTextractAPIMockRecorder) StartExpenseAnalysisRequest(arg0 interface{}) *gomock.Call

StartExpenseAnalysisRequest indicates an expected call of StartExpenseAnalysisRequest.

func (*MockTextractAPIMockRecorder) StartExpenseAnalysisWithContext added in v1.43.22

func (mr *MockTextractAPIMockRecorder) StartExpenseAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartExpenseAnalysisWithContext indicates an expected call of StartExpenseAnalysisWithContext.

Jump to

Keyboard shortcuts

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