Documentation ¶
Overview ¶
Package textractmock is a generated GoMock package.
Index ¶
- type MockTextractAPI
- func (m *MockTextractAPI) AnalyzeDocument(arg0 *textract.AnalyzeDocumentInput) (*textract.AnalyzeDocumentOutput, error)
- func (m *MockTextractAPI) AnalyzeDocumentRequest(arg0 *textract.AnalyzeDocumentInput) (*request.Request, *textract.AnalyzeDocumentOutput)
- func (m *MockTextractAPI) AnalyzeDocumentWithContext(arg0 context.Context, arg1 *textract.AnalyzeDocumentInput, ...) (*textract.AnalyzeDocumentOutput, error)
- func (m *MockTextractAPI) AnalyzeExpense(arg0 *textract.AnalyzeExpenseInput) (*textract.AnalyzeExpenseOutput, error)
- func (m *MockTextractAPI) AnalyzeExpenseRequest(arg0 *textract.AnalyzeExpenseInput) (*request.Request, *textract.AnalyzeExpenseOutput)
- func (m *MockTextractAPI) AnalyzeExpenseWithContext(arg0 context.Context, arg1 *textract.AnalyzeExpenseInput, ...) (*textract.AnalyzeExpenseOutput, error)
- func (m *MockTextractAPI) AnalyzeID(arg0 *textract.AnalyzeIDInput) (*textract.AnalyzeIDOutput, error)
- func (m *MockTextractAPI) AnalyzeIDRequest(arg0 *textract.AnalyzeIDInput) (*request.Request, *textract.AnalyzeIDOutput)
- func (m *MockTextractAPI) AnalyzeIDWithContext(arg0 context.Context, arg1 *textract.AnalyzeIDInput, arg2 ...request.Option) (*textract.AnalyzeIDOutput, error)
- func (m *MockTextractAPI) DetectDocumentText(arg0 *textract.DetectDocumentTextInput) (*textract.DetectDocumentTextOutput, error)
- func (m *MockTextractAPI) DetectDocumentTextRequest(arg0 *textract.DetectDocumentTextInput) (*request.Request, *textract.DetectDocumentTextOutput)
- func (m *MockTextractAPI) DetectDocumentTextWithContext(arg0 context.Context, arg1 *textract.DetectDocumentTextInput, ...) (*textract.DetectDocumentTextOutput, error)
- func (m *MockTextractAPI) EXPECT() *MockTextractAPIMockRecorder
- func (m *MockTextractAPI) GetDocumentAnalysis(arg0 *textract.GetDocumentAnalysisInput) (*textract.GetDocumentAnalysisOutput, error)
- func (m *MockTextractAPI) GetDocumentAnalysisRequest(arg0 *textract.GetDocumentAnalysisInput) (*request.Request, *textract.GetDocumentAnalysisOutput)
- func (m *MockTextractAPI) GetDocumentAnalysisWithContext(arg0 context.Context, arg1 *textract.GetDocumentAnalysisInput, ...) (*textract.GetDocumentAnalysisOutput, error)
- func (m *MockTextractAPI) GetDocumentTextDetection(arg0 *textract.GetDocumentTextDetectionInput) (*textract.GetDocumentTextDetectionOutput, error)
- func (m *MockTextractAPI) GetDocumentTextDetectionRequest(arg0 *textract.GetDocumentTextDetectionInput) (*request.Request, *textract.GetDocumentTextDetectionOutput)
- func (m *MockTextractAPI) GetDocumentTextDetectionWithContext(arg0 context.Context, arg1 *textract.GetDocumentTextDetectionInput, ...) (*textract.GetDocumentTextDetectionOutput, error)
- func (m *MockTextractAPI) GetExpenseAnalysis(arg0 *textract.GetExpenseAnalysisInput) (*textract.GetExpenseAnalysisOutput, error)
- func (m *MockTextractAPI) GetExpenseAnalysisRequest(arg0 *textract.GetExpenseAnalysisInput) (*request.Request, *textract.GetExpenseAnalysisOutput)
- func (m *MockTextractAPI) GetExpenseAnalysisWithContext(arg0 context.Context, arg1 *textract.GetExpenseAnalysisInput, ...) (*textract.GetExpenseAnalysisOutput, error)
- func (m *MockTextractAPI) StartDocumentAnalysis(arg0 *textract.StartDocumentAnalysisInput) (*textract.StartDocumentAnalysisOutput, error)
- func (m *MockTextractAPI) StartDocumentAnalysisRequest(arg0 *textract.StartDocumentAnalysisInput) (*request.Request, *textract.StartDocumentAnalysisOutput)
- func (m *MockTextractAPI) StartDocumentAnalysisWithContext(arg0 context.Context, arg1 *textract.StartDocumentAnalysisInput, ...) (*textract.StartDocumentAnalysisOutput, error)
- func (m *MockTextractAPI) StartDocumentTextDetection(arg0 *textract.StartDocumentTextDetectionInput) (*textract.StartDocumentTextDetectionOutput, error)
- func (m *MockTextractAPI) StartDocumentTextDetectionRequest(arg0 *textract.StartDocumentTextDetectionInput) (*request.Request, *textract.StartDocumentTextDetectionOutput)
- func (m *MockTextractAPI) StartDocumentTextDetectionWithContext(arg0 context.Context, arg1 *textract.StartDocumentTextDetectionInput, ...) (*textract.StartDocumentTextDetectionOutput, error)
- func (m *MockTextractAPI) StartExpenseAnalysis(arg0 *textract.StartExpenseAnalysisInput) (*textract.StartExpenseAnalysisOutput, error)
- func (m *MockTextractAPI) StartExpenseAnalysisRequest(arg0 *textract.StartExpenseAnalysisInput) (*request.Request, *textract.StartExpenseAnalysisOutput)
- func (m *MockTextractAPI) StartExpenseAnalysisWithContext(arg0 context.Context, arg1 *textract.StartExpenseAnalysisInput, ...) (*textract.StartExpenseAnalysisOutput, error)
- type MockTextractAPIMockRecorder
- func (mr *MockTextractAPIMockRecorder) AnalyzeDocument(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) AnalyzeDocumentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) AnalyzeDocumentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) AnalyzeExpense(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) AnalyzeExpenseRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) AnalyzeExpenseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) AnalyzeID(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) AnalyzeIDRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) AnalyzeIDWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) DetectDocumentText(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) DetectDocumentTextRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) DetectDocumentTextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysis(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysisRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetection(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetExpenseAnalysis(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetExpenseAnalysisRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetExpenseAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysis(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysisRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetection(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartExpenseAnalysis(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartExpenseAnalysisRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartExpenseAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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 ¶
func (m *MockTextractAPI) AnalyzeDocument(arg0 *textract.AnalyzeDocumentInput) (*textract.AnalyzeDocumentOutput, error)
AnalyzeDocument mocks base method
func (*MockTextractAPI) AnalyzeDocumentRequest ¶
func (m *MockTextractAPI) AnalyzeDocumentRequest(arg0 *textract.AnalyzeDocumentInput) (*request.Request, *textract.AnalyzeDocumentOutput)
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 ¶
func (m *MockTextractAPI) AnalyzeExpense(arg0 *textract.AnalyzeExpenseInput) (*textract.AnalyzeExpenseOutput, error)
AnalyzeExpense mocks base method
func (*MockTextractAPI) AnalyzeExpenseRequest ¶
func (m *MockTextractAPI) AnalyzeExpenseRequest(arg0 *textract.AnalyzeExpenseInput) (*request.Request, *textract.AnalyzeExpenseOutput)
AnalyzeExpenseRequest mocks base method
func (*MockTextractAPI) AnalyzeExpenseWithContext ¶
func (m *MockTextractAPI) AnalyzeExpenseWithContext(arg0 context.Context, arg1 *textract.AnalyzeExpenseInput, arg2 ...request.Option) (*textract.AnalyzeExpenseOutput, error)
AnalyzeExpenseWithContext mocks base method
func (*MockTextractAPI) AnalyzeID ¶
func (m *MockTextractAPI) AnalyzeID(arg0 *textract.AnalyzeIDInput) (*textract.AnalyzeIDOutput, error)
AnalyzeID mocks base method
func (*MockTextractAPI) AnalyzeIDRequest ¶
func (m *MockTextractAPI) AnalyzeIDRequest(arg0 *textract.AnalyzeIDInput) (*request.Request, *textract.AnalyzeIDOutput)
AnalyzeIDRequest mocks base method
func (*MockTextractAPI) AnalyzeIDWithContext ¶
func (m *MockTextractAPI) AnalyzeIDWithContext(arg0 context.Context, arg1 *textract.AnalyzeIDInput, arg2 ...request.Option) (*textract.AnalyzeIDOutput, error)
AnalyzeIDWithContext mocks base method
func (*MockTextractAPI) DetectDocumentText ¶
func (m *MockTextractAPI) DetectDocumentText(arg0 *textract.DetectDocumentTextInput) (*textract.DetectDocumentTextOutput, error)
DetectDocumentText mocks base method
func (*MockTextractAPI) DetectDocumentTextRequest ¶
func (m *MockTextractAPI) DetectDocumentTextRequest(arg0 *textract.DetectDocumentTextInput) (*request.Request, *textract.DetectDocumentTextOutput)
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 ¶
func (m *MockTextractAPI) EXPECT() *MockTextractAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTextractAPI) GetDocumentAnalysis ¶
func (m *MockTextractAPI) GetDocumentAnalysis(arg0 *textract.GetDocumentAnalysisInput) (*textract.GetDocumentAnalysisOutput, error)
GetDocumentAnalysis mocks base method
func (*MockTextractAPI) GetDocumentAnalysisRequest ¶
func (m *MockTextractAPI) GetDocumentAnalysisRequest(arg0 *textract.GetDocumentAnalysisInput) (*request.Request, *textract.GetDocumentAnalysisOutput)
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 ¶
func (m *MockTextractAPI) GetDocumentTextDetection(arg0 *textract.GetDocumentTextDetectionInput) (*textract.GetDocumentTextDetectionOutput, error)
GetDocumentTextDetection mocks base method
func (*MockTextractAPI) GetDocumentTextDetectionRequest ¶
func (m *MockTextractAPI) GetDocumentTextDetectionRequest(arg0 *textract.GetDocumentTextDetectionInput) (*request.Request, *textract.GetDocumentTextDetectionOutput)
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 ¶
func (m *MockTextractAPI) GetExpenseAnalysis(arg0 *textract.GetExpenseAnalysisInput) (*textract.GetExpenseAnalysisOutput, error)
GetExpenseAnalysis mocks base method
func (*MockTextractAPI) GetExpenseAnalysisRequest ¶
func (m *MockTextractAPI) GetExpenseAnalysisRequest(arg0 *textract.GetExpenseAnalysisInput) (*request.Request, *textract.GetExpenseAnalysisOutput)
GetExpenseAnalysisRequest mocks base method
func (*MockTextractAPI) GetExpenseAnalysisWithContext ¶
func (m *MockTextractAPI) GetExpenseAnalysisWithContext(arg0 context.Context, arg1 *textract.GetExpenseAnalysisInput, arg2 ...request.Option) (*textract.GetExpenseAnalysisOutput, error)
GetExpenseAnalysisWithContext mocks base method
func (*MockTextractAPI) StartDocumentAnalysis ¶
func (m *MockTextractAPI) StartDocumentAnalysis(arg0 *textract.StartDocumentAnalysisInput) (*textract.StartDocumentAnalysisOutput, error)
StartDocumentAnalysis mocks base method
func (*MockTextractAPI) StartDocumentAnalysisRequest ¶
func (m *MockTextractAPI) StartDocumentAnalysisRequest(arg0 *textract.StartDocumentAnalysisInput) (*request.Request, *textract.StartDocumentAnalysisOutput)
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 ¶
func (m *MockTextractAPI) StartDocumentTextDetection(arg0 *textract.StartDocumentTextDetectionInput) (*textract.StartDocumentTextDetectionOutput, error)
StartDocumentTextDetection mocks base method
func (*MockTextractAPI) StartDocumentTextDetectionRequest ¶
func (m *MockTextractAPI) StartDocumentTextDetectionRequest(arg0 *textract.StartDocumentTextDetectionInput) (*request.Request, *textract.StartDocumentTextDetectionOutput)
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 ¶
func (m *MockTextractAPI) StartExpenseAnalysis(arg0 *textract.StartExpenseAnalysisInput) (*textract.StartExpenseAnalysisOutput, error)
StartExpenseAnalysis mocks base method
func (*MockTextractAPI) StartExpenseAnalysisRequest ¶
func (m *MockTextractAPI) StartExpenseAnalysisRequest(arg0 *textract.StartExpenseAnalysisInput) (*request.Request, *textract.StartExpenseAnalysisOutput)
StartExpenseAnalysisRequest mocks base method
func (*MockTextractAPI) StartExpenseAnalysisWithContext ¶
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 ¶
func (mr *MockTextractAPIMockRecorder) AnalyzeExpense(arg0 interface{}) *gomock.Call
AnalyzeExpense indicates an expected call of AnalyzeExpense
func (*MockTextractAPIMockRecorder) AnalyzeExpenseRequest ¶
func (mr *MockTextractAPIMockRecorder) AnalyzeExpenseRequest(arg0 interface{}) *gomock.Call
AnalyzeExpenseRequest indicates an expected call of AnalyzeExpenseRequest
func (*MockTextractAPIMockRecorder) AnalyzeExpenseWithContext ¶
func (mr *MockTextractAPIMockRecorder) AnalyzeExpenseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AnalyzeExpenseWithContext indicates an expected call of AnalyzeExpenseWithContext
func (*MockTextractAPIMockRecorder) AnalyzeID ¶
func (mr *MockTextractAPIMockRecorder) AnalyzeID(arg0 interface{}) *gomock.Call
AnalyzeID indicates an expected call of AnalyzeID
func (*MockTextractAPIMockRecorder) AnalyzeIDRequest ¶
func (mr *MockTextractAPIMockRecorder) AnalyzeIDRequest(arg0 interface{}) *gomock.Call
AnalyzeIDRequest indicates an expected call of AnalyzeIDRequest
func (*MockTextractAPIMockRecorder) AnalyzeIDWithContext ¶
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 ¶
func (mr *MockTextractAPIMockRecorder) GetExpenseAnalysis(arg0 interface{}) *gomock.Call
GetExpenseAnalysis indicates an expected call of GetExpenseAnalysis
func (*MockTextractAPIMockRecorder) GetExpenseAnalysisRequest ¶
func (mr *MockTextractAPIMockRecorder) GetExpenseAnalysisRequest(arg0 interface{}) *gomock.Call
GetExpenseAnalysisRequest indicates an expected call of GetExpenseAnalysisRequest
func (*MockTextractAPIMockRecorder) GetExpenseAnalysisWithContext ¶
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 ¶
func (mr *MockTextractAPIMockRecorder) StartExpenseAnalysis(arg0 interface{}) *gomock.Call
StartExpenseAnalysis indicates an expected call of StartExpenseAnalysis
func (*MockTextractAPIMockRecorder) StartExpenseAnalysisRequest ¶
func (mr *MockTextractAPIMockRecorder) StartExpenseAnalysisRequest(arg0 interface{}) *gomock.Call
StartExpenseAnalysisRequest indicates an expected call of StartExpenseAnalysisRequest
func (*MockTextractAPIMockRecorder) StartExpenseAnalysisWithContext ¶
func (mr *MockTextractAPIMockRecorder) StartExpenseAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartExpenseAnalysisWithContext indicates an expected call of StartExpenseAnalysisWithContext