Documentation ¶
Overview ¶
Package rekognitionmock is a generated GoMock package.
Index ¶
- type MockRekognitionAPI
- func (m *MockRekognitionAPI) CompareFaces(arg0 *rekognition.CompareFacesInput) (*rekognition.CompareFacesOutput, error)
- func (m *MockRekognitionAPI) CompareFacesRequest(arg0 *rekognition.CompareFacesInput) (*request.Request, *rekognition.CompareFacesOutput)
- func (m *MockRekognitionAPI) CompareFacesWithContext(arg0 context.Context, arg1 *rekognition.CompareFacesInput, ...) (*rekognition.CompareFacesOutput, error)
- func (m *MockRekognitionAPI) CreateCollection(arg0 *rekognition.CreateCollectionInput) (*rekognition.CreateCollectionOutput, error)
- func (m *MockRekognitionAPI) CreateCollectionRequest(arg0 *rekognition.CreateCollectionInput) (*request.Request, *rekognition.CreateCollectionOutput)
- func (m *MockRekognitionAPI) CreateCollectionWithContext(arg0 context.Context, arg1 *rekognition.CreateCollectionInput, ...) (*rekognition.CreateCollectionOutput, error)
- func (m *MockRekognitionAPI) CreateProject(arg0 *rekognition.CreateProjectInput) (*rekognition.CreateProjectOutput, error)
- func (m *MockRekognitionAPI) CreateProjectRequest(arg0 *rekognition.CreateProjectInput) (*request.Request, *rekognition.CreateProjectOutput)
- func (m *MockRekognitionAPI) CreateProjectVersion(arg0 *rekognition.CreateProjectVersionInput) (*rekognition.CreateProjectVersionOutput, error)
- func (m *MockRekognitionAPI) CreateProjectVersionRequest(arg0 *rekognition.CreateProjectVersionInput) (*request.Request, *rekognition.CreateProjectVersionOutput)
- func (m *MockRekognitionAPI) CreateProjectVersionWithContext(arg0 context.Context, arg1 *rekognition.CreateProjectVersionInput, ...) (*rekognition.CreateProjectVersionOutput, error)
- func (m *MockRekognitionAPI) CreateProjectWithContext(arg0 context.Context, arg1 *rekognition.CreateProjectInput, ...) (*rekognition.CreateProjectOutput, error)
- func (m *MockRekognitionAPI) CreateStreamProcessor(arg0 *rekognition.CreateStreamProcessorInput) (*rekognition.CreateStreamProcessorOutput, error)
- func (m *MockRekognitionAPI) CreateStreamProcessorRequest(arg0 *rekognition.CreateStreamProcessorInput) (*request.Request, *rekognition.CreateStreamProcessorOutput)
- func (m *MockRekognitionAPI) CreateStreamProcessorWithContext(arg0 context.Context, arg1 *rekognition.CreateStreamProcessorInput, ...) (*rekognition.CreateStreamProcessorOutput, error)
- func (m *MockRekognitionAPI) DeleteCollection(arg0 *rekognition.DeleteCollectionInput) (*rekognition.DeleteCollectionOutput, error)
- func (m *MockRekognitionAPI) DeleteCollectionRequest(arg0 *rekognition.DeleteCollectionInput) (*request.Request, *rekognition.DeleteCollectionOutput)
- func (m *MockRekognitionAPI) DeleteCollectionWithContext(arg0 context.Context, arg1 *rekognition.DeleteCollectionInput, ...) (*rekognition.DeleteCollectionOutput, error)
- func (m *MockRekognitionAPI) DeleteFaces(arg0 *rekognition.DeleteFacesInput) (*rekognition.DeleteFacesOutput, error)
- func (m *MockRekognitionAPI) DeleteFacesRequest(arg0 *rekognition.DeleteFacesInput) (*request.Request, *rekognition.DeleteFacesOutput)
- func (m *MockRekognitionAPI) DeleteFacesWithContext(arg0 context.Context, arg1 *rekognition.DeleteFacesInput, ...) (*rekognition.DeleteFacesOutput, error)
- func (m *MockRekognitionAPI) DeleteStreamProcessor(arg0 *rekognition.DeleteStreamProcessorInput) (*rekognition.DeleteStreamProcessorOutput, error)
- func (m *MockRekognitionAPI) DeleteStreamProcessorRequest(arg0 *rekognition.DeleteStreamProcessorInput) (*request.Request, *rekognition.DeleteStreamProcessorOutput)
- func (m *MockRekognitionAPI) DeleteStreamProcessorWithContext(arg0 context.Context, arg1 *rekognition.DeleteStreamProcessorInput, ...) (*rekognition.DeleteStreamProcessorOutput, error)
- func (m *MockRekognitionAPI) DescribeCollection(arg0 *rekognition.DescribeCollectionInput) (*rekognition.DescribeCollectionOutput, error)
- func (m *MockRekognitionAPI) DescribeCollectionRequest(arg0 *rekognition.DescribeCollectionInput) (*request.Request, *rekognition.DescribeCollectionOutput)
- func (m *MockRekognitionAPI) DescribeCollectionWithContext(arg0 context.Context, arg1 *rekognition.DescribeCollectionInput, ...) (*rekognition.DescribeCollectionOutput, error)
- func (m *MockRekognitionAPI) DescribeProjectVersions(arg0 *rekognition.DescribeProjectVersionsInput) (*rekognition.DescribeProjectVersionsOutput, error)
- func (m *MockRekognitionAPI) DescribeProjectVersionsPages(arg0 *rekognition.DescribeProjectVersionsInput, ...) error
- func (m *MockRekognitionAPI) DescribeProjectVersionsPagesWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectVersionsInput, ...) error
- func (m *MockRekognitionAPI) DescribeProjectVersionsRequest(arg0 *rekognition.DescribeProjectVersionsInput) (*request.Request, *rekognition.DescribeProjectVersionsOutput)
- func (m *MockRekognitionAPI) DescribeProjectVersionsWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectVersionsInput, ...) (*rekognition.DescribeProjectVersionsOutput, error)
- func (m *MockRekognitionAPI) DescribeProjects(arg0 *rekognition.DescribeProjectsInput) (*rekognition.DescribeProjectsOutput, error)
- func (m *MockRekognitionAPI) DescribeProjectsPages(arg0 *rekognition.DescribeProjectsInput, ...) error
- func (m *MockRekognitionAPI) DescribeProjectsPagesWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectsInput, ...) error
- func (m *MockRekognitionAPI) DescribeProjectsRequest(arg0 *rekognition.DescribeProjectsInput) (*request.Request, *rekognition.DescribeProjectsOutput)
- func (m *MockRekognitionAPI) DescribeProjectsWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectsInput, ...) (*rekognition.DescribeProjectsOutput, error)
- func (m *MockRekognitionAPI) DescribeStreamProcessor(arg0 *rekognition.DescribeStreamProcessorInput) (*rekognition.DescribeStreamProcessorOutput, error)
- func (m *MockRekognitionAPI) DescribeStreamProcessorRequest(arg0 *rekognition.DescribeStreamProcessorInput) (*request.Request, *rekognition.DescribeStreamProcessorOutput)
- func (m *MockRekognitionAPI) DescribeStreamProcessorWithContext(arg0 context.Context, arg1 *rekognition.DescribeStreamProcessorInput, ...) (*rekognition.DescribeStreamProcessorOutput, error)
- func (m *MockRekognitionAPI) DetectCustomLabels(arg0 *rekognition.DetectCustomLabelsInput) (*rekognition.DetectCustomLabelsOutput, error)
- func (m *MockRekognitionAPI) DetectCustomLabelsRequest(arg0 *rekognition.DetectCustomLabelsInput) (*request.Request, *rekognition.DetectCustomLabelsOutput)
- func (m *MockRekognitionAPI) DetectCustomLabelsWithContext(arg0 context.Context, arg1 *rekognition.DetectCustomLabelsInput, ...) (*rekognition.DetectCustomLabelsOutput, error)
- func (m *MockRekognitionAPI) DetectFaces(arg0 *rekognition.DetectFacesInput) (*rekognition.DetectFacesOutput, error)
- func (m *MockRekognitionAPI) DetectFacesRequest(arg0 *rekognition.DetectFacesInput) (*request.Request, *rekognition.DetectFacesOutput)
- func (m *MockRekognitionAPI) DetectFacesWithContext(arg0 context.Context, arg1 *rekognition.DetectFacesInput, ...) (*rekognition.DetectFacesOutput, error)
- func (m *MockRekognitionAPI) DetectLabels(arg0 *rekognition.DetectLabelsInput) (*rekognition.DetectLabelsOutput, error)
- func (m *MockRekognitionAPI) DetectLabelsRequest(arg0 *rekognition.DetectLabelsInput) (*request.Request, *rekognition.DetectLabelsOutput)
- func (m *MockRekognitionAPI) DetectLabelsWithContext(arg0 context.Context, arg1 *rekognition.DetectLabelsInput, ...) (*rekognition.DetectLabelsOutput, error)
- func (m *MockRekognitionAPI) DetectModerationLabels(arg0 *rekognition.DetectModerationLabelsInput) (*rekognition.DetectModerationLabelsOutput, error)
- func (m *MockRekognitionAPI) DetectModerationLabelsRequest(arg0 *rekognition.DetectModerationLabelsInput) (*request.Request, *rekognition.DetectModerationLabelsOutput)
- func (m *MockRekognitionAPI) DetectModerationLabelsWithContext(arg0 context.Context, arg1 *rekognition.DetectModerationLabelsInput, ...) (*rekognition.DetectModerationLabelsOutput, error)
- func (m *MockRekognitionAPI) DetectText(arg0 *rekognition.DetectTextInput) (*rekognition.DetectTextOutput, error)
- func (m *MockRekognitionAPI) DetectTextRequest(arg0 *rekognition.DetectTextInput) (*request.Request, *rekognition.DetectTextOutput)
- func (m *MockRekognitionAPI) DetectTextWithContext(arg0 context.Context, arg1 *rekognition.DetectTextInput, ...) (*rekognition.DetectTextOutput, error)
- func (m *MockRekognitionAPI) EXPECT() *MockRekognitionAPIMockRecorder
- func (m *MockRekognitionAPI) GetCelebrityInfo(arg0 *rekognition.GetCelebrityInfoInput) (*rekognition.GetCelebrityInfoOutput, error)
- func (m *MockRekognitionAPI) GetCelebrityInfoRequest(arg0 *rekognition.GetCelebrityInfoInput) (*request.Request, *rekognition.GetCelebrityInfoOutput)
- func (m *MockRekognitionAPI) GetCelebrityInfoWithContext(arg0 context.Context, arg1 *rekognition.GetCelebrityInfoInput, ...) (*rekognition.GetCelebrityInfoOutput, error)
- func (m *MockRekognitionAPI) GetCelebrityRecognition(arg0 *rekognition.GetCelebrityRecognitionInput) (*rekognition.GetCelebrityRecognitionOutput, error)
- func (m *MockRekognitionAPI) GetCelebrityRecognitionPages(arg0 *rekognition.GetCelebrityRecognitionInput, ...) error
- func (m *MockRekognitionAPI) GetCelebrityRecognitionPagesWithContext(arg0 context.Context, arg1 *rekognition.GetCelebrityRecognitionInput, ...) error
- func (m *MockRekognitionAPI) GetCelebrityRecognitionRequest(arg0 *rekognition.GetCelebrityRecognitionInput) (*request.Request, *rekognition.GetCelebrityRecognitionOutput)
- func (m *MockRekognitionAPI) GetCelebrityRecognitionWithContext(arg0 context.Context, arg1 *rekognition.GetCelebrityRecognitionInput, ...) (*rekognition.GetCelebrityRecognitionOutput, error)
- func (m *MockRekognitionAPI) GetContentModeration(arg0 *rekognition.GetContentModerationInput) (*rekognition.GetContentModerationOutput, error)
- func (m *MockRekognitionAPI) GetContentModerationPages(arg0 *rekognition.GetContentModerationInput, ...) error
- func (m *MockRekognitionAPI) GetContentModerationPagesWithContext(arg0 context.Context, arg1 *rekognition.GetContentModerationInput, ...) error
- func (m *MockRekognitionAPI) GetContentModerationRequest(arg0 *rekognition.GetContentModerationInput) (*request.Request, *rekognition.GetContentModerationOutput)
- func (m *MockRekognitionAPI) GetContentModerationWithContext(arg0 context.Context, arg1 *rekognition.GetContentModerationInput, ...) (*rekognition.GetContentModerationOutput, error)
- func (m *MockRekognitionAPI) GetFaceDetection(arg0 *rekognition.GetFaceDetectionInput) (*rekognition.GetFaceDetectionOutput, error)
- func (m *MockRekognitionAPI) GetFaceDetectionPages(arg0 *rekognition.GetFaceDetectionInput, ...) error
- func (m *MockRekognitionAPI) GetFaceDetectionPagesWithContext(arg0 context.Context, arg1 *rekognition.GetFaceDetectionInput, ...) error
- func (m *MockRekognitionAPI) GetFaceDetectionRequest(arg0 *rekognition.GetFaceDetectionInput) (*request.Request, *rekognition.GetFaceDetectionOutput)
- func (m *MockRekognitionAPI) GetFaceDetectionWithContext(arg0 context.Context, arg1 *rekognition.GetFaceDetectionInput, ...) (*rekognition.GetFaceDetectionOutput, error)
- func (m *MockRekognitionAPI) GetFaceSearch(arg0 *rekognition.GetFaceSearchInput) (*rekognition.GetFaceSearchOutput, error)
- func (m *MockRekognitionAPI) GetFaceSearchPages(arg0 *rekognition.GetFaceSearchInput, ...) error
- func (m *MockRekognitionAPI) GetFaceSearchPagesWithContext(arg0 context.Context, arg1 *rekognition.GetFaceSearchInput, ...) error
- func (m *MockRekognitionAPI) GetFaceSearchRequest(arg0 *rekognition.GetFaceSearchInput) (*request.Request, *rekognition.GetFaceSearchOutput)
- func (m *MockRekognitionAPI) GetFaceSearchWithContext(arg0 context.Context, arg1 *rekognition.GetFaceSearchInput, ...) (*rekognition.GetFaceSearchOutput, error)
- func (m *MockRekognitionAPI) GetLabelDetection(arg0 *rekognition.GetLabelDetectionInput) (*rekognition.GetLabelDetectionOutput, error)
- func (m *MockRekognitionAPI) GetLabelDetectionPages(arg0 *rekognition.GetLabelDetectionInput, ...) error
- func (m *MockRekognitionAPI) GetLabelDetectionPagesWithContext(arg0 context.Context, arg1 *rekognition.GetLabelDetectionInput, ...) error
- func (m *MockRekognitionAPI) GetLabelDetectionRequest(arg0 *rekognition.GetLabelDetectionInput) (*request.Request, *rekognition.GetLabelDetectionOutput)
- func (m *MockRekognitionAPI) GetLabelDetectionWithContext(arg0 context.Context, arg1 *rekognition.GetLabelDetectionInput, ...) (*rekognition.GetLabelDetectionOutput, error)
- func (m *MockRekognitionAPI) GetPersonTracking(arg0 *rekognition.GetPersonTrackingInput) (*rekognition.GetPersonTrackingOutput, error)
- func (m *MockRekognitionAPI) GetPersonTrackingPages(arg0 *rekognition.GetPersonTrackingInput, ...) error
- func (m *MockRekognitionAPI) GetPersonTrackingPagesWithContext(arg0 context.Context, arg1 *rekognition.GetPersonTrackingInput, ...) error
- func (m *MockRekognitionAPI) GetPersonTrackingRequest(arg0 *rekognition.GetPersonTrackingInput) (*request.Request, *rekognition.GetPersonTrackingOutput)
- func (m *MockRekognitionAPI) GetPersonTrackingWithContext(arg0 context.Context, arg1 *rekognition.GetPersonTrackingInput, ...) (*rekognition.GetPersonTrackingOutput, error)
- func (m *MockRekognitionAPI) GetTextDetection(arg0 *rekognition.GetTextDetectionInput) (*rekognition.GetTextDetectionOutput, error)
- func (m *MockRekognitionAPI) GetTextDetectionPages(arg0 *rekognition.GetTextDetectionInput, ...) error
- func (m *MockRekognitionAPI) GetTextDetectionPagesWithContext(arg0 context.Context, arg1 *rekognition.GetTextDetectionInput, ...) error
- func (m *MockRekognitionAPI) GetTextDetectionRequest(arg0 *rekognition.GetTextDetectionInput) (*request.Request, *rekognition.GetTextDetectionOutput)
- func (m *MockRekognitionAPI) GetTextDetectionWithContext(arg0 context.Context, arg1 *rekognition.GetTextDetectionInput, ...) (*rekognition.GetTextDetectionOutput, error)
- func (m *MockRekognitionAPI) IndexFaces(arg0 *rekognition.IndexFacesInput) (*rekognition.IndexFacesOutput, error)
- func (m *MockRekognitionAPI) IndexFacesRequest(arg0 *rekognition.IndexFacesInput) (*request.Request, *rekognition.IndexFacesOutput)
- func (m *MockRekognitionAPI) IndexFacesWithContext(arg0 context.Context, arg1 *rekognition.IndexFacesInput, ...) (*rekognition.IndexFacesOutput, error)
- func (m *MockRekognitionAPI) ListCollections(arg0 *rekognition.ListCollectionsInput) (*rekognition.ListCollectionsOutput, error)
- func (m *MockRekognitionAPI) ListCollectionsPages(arg0 *rekognition.ListCollectionsInput, ...) error
- func (m *MockRekognitionAPI) ListCollectionsPagesWithContext(arg0 context.Context, arg1 *rekognition.ListCollectionsInput, ...) error
- func (m *MockRekognitionAPI) ListCollectionsRequest(arg0 *rekognition.ListCollectionsInput) (*request.Request, *rekognition.ListCollectionsOutput)
- func (m *MockRekognitionAPI) ListCollectionsWithContext(arg0 context.Context, arg1 *rekognition.ListCollectionsInput, ...) (*rekognition.ListCollectionsOutput, error)
- func (m *MockRekognitionAPI) ListFaces(arg0 *rekognition.ListFacesInput) (*rekognition.ListFacesOutput, error)
- func (m *MockRekognitionAPI) ListFacesPages(arg0 *rekognition.ListFacesInput, ...) error
- func (m *MockRekognitionAPI) ListFacesPagesWithContext(arg0 context.Context, arg1 *rekognition.ListFacesInput, ...) error
- func (m *MockRekognitionAPI) ListFacesRequest(arg0 *rekognition.ListFacesInput) (*request.Request, *rekognition.ListFacesOutput)
- func (m *MockRekognitionAPI) ListFacesWithContext(arg0 context.Context, arg1 *rekognition.ListFacesInput, arg2 ...request.Option) (*rekognition.ListFacesOutput, error)
- func (m *MockRekognitionAPI) ListStreamProcessors(arg0 *rekognition.ListStreamProcessorsInput) (*rekognition.ListStreamProcessorsOutput, error)
- func (m *MockRekognitionAPI) ListStreamProcessorsPages(arg0 *rekognition.ListStreamProcessorsInput, ...) error
- func (m *MockRekognitionAPI) ListStreamProcessorsPagesWithContext(arg0 context.Context, arg1 *rekognition.ListStreamProcessorsInput, ...) error
- func (m *MockRekognitionAPI) ListStreamProcessorsRequest(arg0 *rekognition.ListStreamProcessorsInput) (*request.Request, *rekognition.ListStreamProcessorsOutput)
- func (m *MockRekognitionAPI) ListStreamProcessorsWithContext(arg0 context.Context, arg1 *rekognition.ListStreamProcessorsInput, ...) (*rekognition.ListStreamProcessorsOutput, error)
- func (m *MockRekognitionAPI) RecognizeCelebrities(arg0 *rekognition.RecognizeCelebritiesInput) (*rekognition.RecognizeCelebritiesOutput, error)
- func (m *MockRekognitionAPI) RecognizeCelebritiesRequest(arg0 *rekognition.RecognizeCelebritiesInput) (*request.Request, *rekognition.RecognizeCelebritiesOutput)
- func (m *MockRekognitionAPI) RecognizeCelebritiesWithContext(arg0 context.Context, arg1 *rekognition.RecognizeCelebritiesInput, ...) (*rekognition.RecognizeCelebritiesOutput, error)
- func (m *MockRekognitionAPI) SearchFaces(arg0 *rekognition.SearchFacesInput) (*rekognition.SearchFacesOutput, error)
- func (m *MockRekognitionAPI) SearchFacesByImage(arg0 *rekognition.SearchFacesByImageInput) (*rekognition.SearchFacesByImageOutput, error)
- func (m *MockRekognitionAPI) SearchFacesByImageRequest(arg0 *rekognition.SearchFacesByImageInput) (*request.Request, *rekognition.SearchFacesByImageOutput)
- func (m *MockRekognitionAPI) SearchFacesByImageWithContext(arg0 context.Context, arg1 *rekognition.SearchFacesByImageInput, ...) (*rekognition.SearchFacesByImageOutput, error)
- func (m *MockRekognitionAPI) SearchFacesRequest(arg0 *rekognition.SearchFacesInput) (*request.Request, *rekognition.SearchFacesOutput)
- func (m *MockRekognitionAPI) SearchFacesWithContext(arg0 context.Context, arg1 *rekognition.SearchFacesInput, ...) (*rekognition.SearchFacesOutput, error)
- func (m *MockRekognitionAPI) StartCelebrityRecognition(arg0 *rekognition.StartCelebrityRecognitionInput) (*rekognition.StartCelebrityRecognitionOutput, error)
- func (m *MockRekognitionAPI) StartCelebrityRecognitionRequest(arg0 *rekognition.StartCelebrityRecognitionInput) (*request.Request, *rekognition.StartCelebrityRecognitionOutput)
- func (m *MockRekognitionAPI) StartCelebrityRecognitionWithContext(arg0 context.Context, arg1 *rekognition.StartCelebrityRecognitionInput, ...) (*rekognition.StartCelebrityRecognitionOutput, error)
- func (m *MockRekognitionAPI) StartContentModeration(arg0 *rekognition.StartContentModerationInput) (*rekognition.StartContentModerationOutput, error)
- func (m *MockRekognitionAPI) StartContentModerationRequest(arg0 *rekognition.StartContentModerationInput) (*request.Request, *rekognition.StartContentModerationOutput)
- func (m *MockRekognitionAPI) StartContentModerationWithContext(arg0 context.Context, arg1 *rekognition.StartContentModerationInput, ...) (*rekognition.StartContentModerationOutput, error)
- func (m *MockRekognitionAPI) StartFaceDetection(arg0 *rekognition.StartFaceDetectionInput) (*rekognition.StartFaceDetectionOutput, error)
- func (m *MockRekognitionAPI) StartFaceDetectionRequest(arg0 *rekognition.StartFaceDetectionInput) (*request.Request, *rekognition.StartFaceDetectionOutput)
- func (m *MockRekognitionAPI) StartFaceDetectionWithContext(arg0 context.Context, arg1 *rekognition.StartFaceDetectionInput, ...) (*rekognition.StartFaceDetectionOutput, error)
- func (m *MockRekognitionAPI) StartFaceSearch(arg0 *rekognition.StartFaceSearchInput) (*rekognition.StartFaceSearchOutput, error)
- func (m *MockRekognitionAPI) StartFaceSearchRequest(arg0 *rekognition.StartFaceSearchInput) (*request.Request, *rekognition.StartFaceSearchOutput)
- func (m *MockRekognitionAPI) StartFaceSearchWithContext(arg0 context.Context, arg1 *rekognition.StartFaceSearchInput, ...) (*rekognition.StartFaceSearchOutput, error)
- func (m *MockRekognitionAPI) StartLabelDetection(arg0 *rekognition.StartLabelDetectionInput) (*rekognition.StartLabelDetectionOutput, error)
- func (m *MockRekognitionAPI) StartLabelDetectionRequest(arg0 *rekognition.StartLabelDetectionInput) (*request.Request, *rekognition.StartLabelDetectionOutput)
- func (m *MockRekognitionAPI) StartLabelDetectionWithContext(arg0 context.Context, arg1 *rekognition.StartLabelDetectionInput, ...) (*rekognition.StartLabelDetectionOutput, error)
- func (m *MockRekognitionAPI) StartPersonTracking(arg0 *rekognition.StartPersonTrackingInput) (*rekognition.StartPersonTrackingOutput, error)
- func (m *MockRekognitionAPI) StartPersonTrackingRequest(arg0 *rekognition.StartPersonTrackingInput) (*request.Request, *rekognition.StartPersonTrackingOutput)
- func (m *MockRekognitionAPI) StartPersonTrackingWithContext(arg0 context.Context, arg1 *rekognition.StartPersonTrackingInput, ...) (*rekognition.StartPersonTrackingOutput, error)
- func (m *MockRekognitionAPI) StartProjectVersion(arg0 *rekognition.StartProjectVersionInput) (*rekognition.StartProjectVersionOutput, error)
- func (m *MockRekognitionAPI) StartProjectVersionRequest(arg0 *rekognition.StartProjectVersionInput) (*request.Request, *rekognition.StartProjectVersionOutput)
- func (m *MockRekognitionAPI) StartProjectVersionWithContext(arg0 context.Context, arg1 *rekognition.StartProjectVersionInput, ...) (*rekognition.StartProjectVersionOutput, error)
- func (m *MockRekognitionAPI) StartStreamProcessor(arg0 *rekognition.StartStreamProcessorInput) (*rekognition.StartStreamProcessorOutput, error)
- func (m *MockRekognitionAPI) StartStreamProcessorRequest(arg0 *rekognition.StartStreamProcessorInput) (*request.Request, *rekognition.StartStreamProcessorOutput)
- func (m *MockRekognitionAPI) StartStreamProcessorWithContext(arg0 context.Context, arg1 *rekognition.StartStreamProcessorInput, ...) (*rekognition.StartStreamProcessorOutput, error)
- func (m *MockRekognitionAPI) StartTextDetection(arg0 *rekognition.StartTextDetectionInput) (*rekognition.StartTextDetectionOutput, error)
- func (m *MockRekognitionAPI) StartTextDetectionRequest(arg0 *rekognition.StartTextDetectionInput) (*request.Request, *rekognition.StartTextDetectionOutput)
- func (m *MockRekognitionAPI) StartTextDetectionWithContext(arg0 context.Context, arg1 *rekognition.StartTextDetectionInput, ...) (*rekognition.StartTextDetectionOutput, error)
- func (m *MockRekognitionAPI) StopProjectVersion(arg0 *rekognition.StopProjectVersionInput) (*rekognition.StopProjectVersionOutput, error)
- func (m *MockRekognitionAPI) StopProjectVersionRequest(arg0 *rekognition.StopProjectVersionInput) (*request.Request, *rekognition.StopProjectVersionOutput)
- func (m *MockRekognitionAPI) StopProjectVersionWithContext(arg0 context.Context, arg1 *rekognition.StopProjectVersionInput, ...) (*rekognition.StopProjectVersionOutput, error)
- func (m *MockRekognitionAPI) StopStreamProcessor(arg0 *rekognition.StopStreamProcessorInput) (*rekognition.StopStreamProcessorOutput, error)
- func (m *MockRekognitionAPI) StopStreamProcessorRequest(arg0 *rekognition.StopStreamProcessorInput) (*request.Request, *rekognition.StopStreamProcessorOutput)
- func (m *MockRekognitionAPI) StopStreamProcessorWithContext(arg0 context.Context, arg1 *rekognition.StopStreamProcessorInput, ...) (*rekognition.StopStreamProcessorOutput, error)
- func (m *MockRekognitionAPI) WaitUntilProjectVersionRunning(arg0 *rekognition.DescribeProjectVersionsInput) error
- func (m *MockRekognitionAPI) WaitUntilProjectVersionRunningWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectVersionsInput, ...) error
- func (m *MockRekognitionAPI) WaitUntilProjectVersionTrainingCompleted(arg0 *rekognition.DescribeProjectVersionsInput) error
- func (m *MockRekognitionAPI) WaitUntilProjectVersionTrainingCompletedWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectVersionsInput, ...) error
- type MockRekognitionAPIMockRecorder
- func (mr *MockRekognitionAPIMockRecorder) CompareFaces(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CompareFacesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CompareFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateCollection(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateCollectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateCollectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateProject(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateProjectVersion(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateProjectVersionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateProjectVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateStreamProcessor(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateStreamProcessorRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) CreateStreamProcessorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DeleteCollection(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DeleteCollectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DeleteCollectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DeleteFaces(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DeleteFacesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DeleteFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DeleteStreamProcessor(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DeleteStreamProcessorRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DeleteStreamProcessorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeCollection(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeCollectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeCollectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeProjectVersions(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeProjectVersionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeProjectVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeProjectVersionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeProjectVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeProjects(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeProjectsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeProjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeProjectsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeStreamProcessor(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeStreamProcessorRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DescribeStreamProcessorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectCustomLabels(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectCustomLabelsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectCustomLabelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectFaces(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectFacesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectLabels(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectLabelsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectLabelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectModerationLabels(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectModerationLabelsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectModerationLabelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectText(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectTextRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) DetectTextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetCelebrityInfo(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetCelebrityInfoRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetCelebrityInfoWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetCelebrityRecognition(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetCelebrityRecognitionPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetCelebrityRecognitionPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetCelebrityRecognitionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetCelebrityRecognitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetContentModeration(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetContentModerationPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetContentModerationPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetContentModerationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetContentModerationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetFaceDetection(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetFaceDetectionPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetFaceDetectionPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetFaceDetectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetFaceDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetFaceSearch(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetFaceSearchPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetFaceSearchPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetFaceSearchRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetFaceSearchWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetLabelDetection(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetLabelDetectionPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetLabelDetectionPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetLabelDetectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetLabelDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetPersonTracking(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetPersonTrackingPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetPersonTrackingPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetPersonTrackingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetPersonTrackingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetTextDetection(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetTextDetectionPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetTextDetectionPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetTextDetectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) GetTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) IndexFaces(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) IndexFacesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) IndexFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListCollections(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListCollectionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListCollectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListCollectionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListCollectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListFaces(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListFacesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListFacesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListFacesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListStreamProcessors(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListStreamProcessorsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListStreamProcessorsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListStreamProcessorsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) ListStreamProcessorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) RecognizeCelebrities(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) RecognizeCelebritiesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) RecognizeCelebritiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) SearchFaces(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) SearchFacesByImage(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) SearchFacesByImageRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) SearchFacesByImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) SearchFacesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) SearchFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartCelebrityRecognition(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartCelebrityRecognitionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartCelebrityRecognitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartContentModeration(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartContentModerationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartContentModerationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartFaceDetection(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartFaceDetectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartFaceDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartFaceSearch(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartFaceSearchRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartFaceSearchWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartLabelDetection(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartLabelDetectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartLabelDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartPersonTracking(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartPersonTrackingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartPersonTrackingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartProjectVersion(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartProjectVersionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartProjectVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartStreamProcessor(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartStreamProcessorRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartStreamProcessorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartTextDetection(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartTextDetectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StartTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StopProjectVersion(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StopProjectVersionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StopProjectVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StopStreamProcessor(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StopStreamProcessorRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) StopStreamProcessorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) WaitUntilProjectVersionRunning(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) WaitUntilProjectVersionRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) WaitUntilProjectVersionTrainingCompleted(arg0 interface{}) *gomock.Call
- func (mr *MockRekognitionAPIMockRecorder) WaitUntilProjectVersionTrainingCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRekognitionAPI ¶
type MockRekognitionAPI struct {
// contains filtered or unexported fields
}
MockRekognitionAPI is a mock of RekognitionAPI interface
func NewMockRekognitionAPI ¶
func NewMockRekognitionAPI(ctrl *gomock.Controller) *MockRekognitionAPI
NewMockRekognitionAPI creates a new mock instance
func (*MockRekognitionAPI) CompareFaces ¶
func (m *MockRekognitionAPI) CompareFaces(arg0 *rekognition.CompareFacesInput) (*rekognition.CompareFacesOutput, error)
CompareFaces mocks base method
func (*MockRekognitionAPI) CompareFacesRequest ¶
func (m *MockRekognitionAPI) CompareFacesRequest(arg0 *rekognition.CompareFacesInput) (*request.Request, *rekognition.CompareFacesOutput)
CompareFacesRequest mocks base method
func (*MockRekognitionAPI) CompareFacesWithContext ¶
func (m *MockRekognitionAPI) CompareFacesWithContext(arg0 context.Context, arg1 *rekognition.CompareFacesInput, arg2 ...request.Option) (*rekognition.CompareFacesOutput, error)
CompareFacesWithContext mocks base method
func (*MockRekognitionAPI) CreateCollection ¶
func (m *MockRekognitionAPI) CreateCollection(arg0 *rekognition.CreateCollectionInput) (*rekognition.CreateCollectionOutput, error)
CreateCollection mocks base method
func (*MockRekognitionAPI) CreateCollectionRequest ¶
func (m *MockRekognitionAPI) CreateCollectionRequest(arg0 *rekognition.CreateCollectionInput) (*request.Request, *rekognition.CreateCollectionOutput)
CreateCollectionRequest mocks base method
func (*MockRekognitionAPI) CreateCollectionWithContext ¶
func (m *MockRekognitionAPI) CreateCollectionWithContext(arg0 context.Context, arg1 *rekognition.CreateCollectionInput, arg2 ...request.Option) (*rekognition.CreateCollectionOutput, error)
CreateCollectionWithContext mocks base method
func (*MockRekognitionAPI) CreateProject ¶
func (m *MockRekognitionAPI) CreateProject(arg0 *rekognition.CreateProjectInput) (*rekognition.CreateProjectOutput, error)
CreateProject mocks base method
func (*MockRekognitionAPI) CreateProjectRequest ¶
func (m *MockRekognitionAPI) CreateProjectRequest(arg0 *rekognition.CreateProjectInput) (*request.Request, *rekognition.CreateProjectOutput)
CreateProjectRequest mocks base method
func (*MockRekognitionAPI) CreateProjectVersion ¶
func (m *MockRekognitionAPI) CreateProjectVersion(arg0 *rekognition.CreateProjectVersionInput) (*rekognition.CreateProjectVersionOutput, error)
CreateProjectVersion mocks base method
func (*MockRekognitionAPI) CreateProjectVersionRequest ¶
func (m *MockRekognitionAPI) CreateProjectVersionRequest(arg0 *rekognition.CreateProjectVersionInput) (*request.Request, *rekognition.CreateProjectVersionOutput)
CreateProjectVersionRequest mocks base method
func (*MockRekognitionAPI) CreateProjectVersionWithContext ¶
func (m *MockRekognitionAPI) CreateProjectVersionWithContext(arg0 context.Context, arg1 *rekognition.CreateProjectVersionInput, arg2 ...request.Option) (*rekognition.CreateProjectVersionOutput, error)
CreateProjectVersionWithContext mocks base method
func (*MockRekognitionAPI) CreateProjectWithContext ¶
func (m *MockRekognitionAPI) CreateProjectWithContext(arg0 context.Context, arg1 *rekognition.CreateProjectInput, arg2 ...request.Option) (*rekognition.CreateProjectOutput, error)
CreateProjectWithContext mocks base method
func (*MockRekognitionAPI) CreateStreamProcessor ¶
func (m *MockRekognitionAPI) CreateStreamProcessor(arg0 *rekognition.CreateStreamProcessorInput) (*rekognition.CreateStreamProcessorOutput, error)
CreateStreamProcessor mocks base method
func (*MockRekognitionAPI) CreateStreamProcessorRequest ¶
func (m *MockRekognitionAPI) CreateStreamProcessorRequest(arg0 *rekognition.CreateStreamProcessorInput) (*request.Request, *rekognition.CreateStreamProcessorOutput)
CreateStreamProcessorRequest mocks base method
func (*MockRekognitionAPI) CreateStreamProcessorWithContext ¶
func (m *MockRekognitionAPI) CreateStreamProcessorWithContext(arg0 context.Context, arg1 *rekognition.CreateStreamProcessorInput, arg2 ...request.Option) (*rekognition.CreateStreamProcessorOutput, error)
CreateStreamProcessorWithContext mocks base method
func (*MockRekognitionAPI) DeleteCollection ¶
func (m *MockRekognitionAPI) DeleteCollection(arg0 *rekognition.DeleteCollectionInput) (*rekognition.DeleteCollectionOutput, error)
DeleteCollection mocks base method
func (*MockRekognitionAPI) DeleteCollectionRequest ¶
func (m *MockRekognitionAPI) DeleteCollectionRequest(arg0 *rekognition.DeleteCollectionInput) (*request.Request, *rekognition.DeleteCollectionOutput)
DeleteCollectionRequest mocks base method
func (*MockRekognitionAPI) DeleteCollectionWithContext ¶
func (m *MockRekognitionAPI) DeleteCollectionWithContext(arg0 context.Context, arg1 *rekognition.DeleteCollectionInput, arg2 ...request.Option) (*rekognition.DeleteCollectionOutput, error)
DeleteCollectionWithContext mocks base method
func (*MockRekognitionAPI) DeleteFaces ¶
func (m *MockRekognitionAPI) DeleteFaces(arg0 *rekognition.DeleteFacesInput) (*rekognition.DeleteFacesOutput, error)
DeleteFaces mocks base method
func (*MockRekognitionAPI) DeleteFacesRequest ¶
func (m *MockRekognitionAPI) DeleteFacesRequest(arg0 *rekognition.DeleteFacesInput) (*request.Request, *rekognition.DeleteFacesOutput)
DeleteFacesRequest mocks base method
func (*MockRekognitionAPI) DeleteFacesWithContext ¶
func (m *MockRekognitionAPI) DeleteFacesWithContext(arg0 context.Context, arg1 *rekognition.DeleteFacesInput, arg2 ...request.Option) (*rekognition.DeleteFacesOutput, error)
DeleteFacesWithContext mocks base method
func (*MockRekognitionAPI) DeleteStreamProcessor ¶
func (m *MockRekognitionAPI) DeleteStreamProcessor(arg0 *rekognition.DeleteStreamProcessorInput) (*rekognition.DeleteStreamProcessorOutput, error)
DeleteStreamProcessor mocks base method
func (*MockRekognitionAPI) DeleteStreamProcessorRequest ¶
func (m *MockRekognitionAPI) DeleteStreamProcessorRequest(arg0 *rekognition.DeleteStreamProcessorInput) (*request.Request, *rekognition.DeleteStreamProcessorOutput)
DeleteStreamProcessorRequest mocks base method
func (*MockRekognitionAPI) DeleteStreamProcessorWithContext ¶
func (m *MockRekognitionAPI) DeleteStreamProcessorWithContext(arg0 context.Context, arg1 *rekognition.DeleteStreamProcessorInput, arg2 ...request.Option) (*rekognition.DeleteStreamProcessorOutput, error)
DeleteStreamProcessorWithContext mocks base method
func (*MockRekognitionAPI) DescribeCollection ¶
func (m *MockRekognitionAPI) DescribeCollection(arg0 *rekognition.DescribeCollectionInput) (*rekognition.DescribeCollectionOutput, error)
DescribeCollection mocks base method
func (*MockRekognitionAPI) DescribeCollectionRequest ¶
func (m *MockRekognitionAPI) DescribeCollectionRequest(arg0 *rekognition.DescribeCollectionInput) (*request.Request, *rekognition.DescribeCollectionOutput)
DescribeCollectionRequest mocks base method
func (*MockRekognitionAPI) DescribeCollectionWithContext ¶
func (m *MockRekognitionAPI) DescribeCollectionWithContext(arg0 context.Context, arg1 *rekognition.DescribeCollectionInput, arg2 ...request.Option) (*rekognition.DescribeCollectionOutput, error)
DescribeCollectionWithContext mocks base method
func (*MockRekognitionAPI) DescribeProjectVersions ¶
func (m *MockRekognitionAPI) DescribeProjectVersions(arg0 *rekognition.DescribeProjectVersionsInput) (*rekognition.DescribeProjectVersionsOutput, error)
DescribeProjectVersions mocks base method
func (*MockRekognitionAPI) DescribeProjectVersionsPages ¶
func (m *MockRekognitionAPI) DescribeProjectVersionsPages(arg0 *rekognition.DescribeProjectVersionsInput, arg1 func(*rekognition.DescribeProjectVersionsOutput, bool) bool) error
DescribeProjectVersionsPages mocks base method
func (*MockRekognitionAPI) DescribeProjectVersionsPagesWithContext ¶
func (m *MockRekognitionAPI) DescribeProjectVersionsPagesWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectVersionsInput, arg2 func(*rekognition.DescribeProjectVersionsOutput, bool) bool, arg3 ...request.Option) error
DescribeProjectVersionsPagesWithContext mocks base method
func (*MockRekognitionAPI) DescribeProjectVersionsRequest ¶
func (m *MockRekognitionAPI) DescribeProjectVersionsRequest(arg0 *rekognition.DescribeProjectVersionsInput) (*request.Request, *rekognition.DescribeProjectVersionsOutput)
DescribeProjectVersionsRequest mocks base method
func (*MockRekognitionAPI) DescribeProjectVersionsWithContext ¶
func (m *MockRekognitionAPI) DescribeProjectVersionsWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectVersionsInput, arg2 ...request.Option) (*rekognition.DescribeProjectVersionsOutput, error)
DescribeProjectVersionsWithContext mocks base method
func (*MockRekognitionAPI) DescribeProjects ¶
func (m *MockRekognitionAPI) DescribeProjects(arg0 *rekognition.DescribeProjectsInput) (*rekognition.DescribeProjectsOutput, error)
DescribeProjects mocks base method
func (*MockRekognitionAPI) DescribeProjectsPages ¶
func (m *MockRekognitionAPI) DescribeProjectsPages(arg0 *rekognition.DescribeProjectsInput, arg1 func(*rekognition.DescribeProjectsOutput, bool) bool) error
DescribeProjectsPages mocks base method
func (*MockRekognitionAPI) DescribeProjectsPagesWithContext ¶
func (m *MockRekognitionAPI) DescribeProjectsPagesWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectsInput, arg2 func(*rekognition.DescribeProjectsOutput, bool) bool, arg3 ...request.Option) error
DescribeProjectsPagesWithContext mocks base method
func (*MockRekognitionAPI) DescribeProjectsRequest ¶
func (m *MockRekognitionAPI) DescribeProjectsRequest(arg0 *rekognition.DescribeProjectsInput) (*request.Request, *rekognition.DescribeProjectsOutput)
DescribeProjectsRequest mocks base method
func (*MockRekognitionAPI) DescribeProjectsWithContext ¶
func (m *MockRekognitionAPI) DescribeProjectsWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectsInput, arg2 ...request.Option) (*rekognition.DescribeProjectsOutput, error)
DescribeProjectsWithContext mocks base method
func (*MockRekognitionAPI) DescribeStreamProcessor ¶
func (m *MockRekognitionAPI) DescribeStreamProcessor(arg0 *rekognition.DescribeStreamProcessorInput) (*rekognition.DescribeStreamProcessorOutput, error)
DescribeStreamProcessor mocks base method
func (*MockRekognitionAPI) DescribeStreamProcessorRequest ¶
func (m *MockRekognitionAPI) DescribeStreamProcessorRequest(arg0 *rekognition.DescribeStreamProcessorInput) (*request.Request, *rekognition.DescribeStreamProcessorOutput)
DescribeStreamProcessorRequest mocks base method
func (*MockRekognitionAPI) DescribeStreamProcessorWithContext ¶
func (m *MockRekognitionAPI) DescribeStreamProcessorWithContext(arg0 context.Context, arg1 *rekognition.DescribeStreamProcessorInput, arg2 ...request.Option) (*rekognition.DescribeStreamProcessorOutput, error)
DescribeStreamProcessorWithContext mocks base method
func (*MockRekognitionAPI) DetectCustomLabels ¶
func (m *MockRekognitionAPI) DetectCustomLabels(arg0 *rekognition.DetectCustomLabelsInput) (*rekognition.DetectCustomLabelsOutput, error)
DetectCustomLabels mocks base method
func (*MockRekognitionAPI) DetectCustomLabelsRequest ¶
func (m *MockRekognitionAPI) DetectCustomLabelsRequest(arg0 *rekognition.DetectCustomLabelsInput) (*request.Request, *rekognition.DetectCustomLabelsOutput)
DetectCustomLabelsRequest mocks base method
func (*MockRekognitionAPI) DetectCustomLabelsWithContext ¶
func (m *MockRekognitionAPI) DetectCustomLabelsWithContext(arg0 context.Context, arg1 *rekognition.DetectCustomLabelsInput, arg2 ...request.Option) (*rekognition.DetectCustomLabelsOutput, error)
DetectCustomLabelsWithContext mocks base method
func (*MockRekognitionAPI) DetectFaces ¶
func (m *MockRekognitionAPI) DetectFaces(arg0 *rekognition.DetectFacesInput) (*rekognition.DetectFacesOutput, error)
DetectFaces mocks base method
func (*MockRekognitionAPI) DetectFacesRequest ¶
func (m *MockRekognitionAPI) DetectFacesRequest(arg0 *rekognition.DetectFacesInput) (*request.Request, *rekognition.DetectFacesOutput)
DetectFacesRequest mocks base method
func (*MockRekognitionAPI) DetectFacesWithContext ¶
func (m *MockRekognitionAPI) DetectFacesWithContext(arg0 context.Context, arg1 *rekognition.DetectFacesInput, arg2 ...request.Option) (*rekognition.DetectFacesOutput, error)
DetectFacesWithContext mocks base method
func (*MockRekognitionAPI) DetectLabels ¶
func (m *MockRekognitionAPI) DetectLabels(arg0 *rekognition.DetectLabelsInput) (*rekognition.DetectLabelsOutput, error)
DetectLabels mocks base method
func (*MockRekognitionAPI) DetectLabelsRequest ¶
func (m *MockRekognitionAPI) DetectLabelsRequest(arg0 *rekognition.DetectLabelsInput) (*request.Request, *rekognition.DetectLabelsOutput)
DetectLabelsRequest mocks base method
func (*MockRekognitionAPI) DetectLabelsWithContext ¶
func (m *MockRekognitionAPI) DetectLabelsWithContext(arg0 context.Context, arg1 *rekognition.DetectLabelsInput, arg2 ...request.Option) (*rekognition.DetectLabelsOutput, error)
DetectLabelsWithContext mocks base method
func (*MockRekognitionAPI) DetectModerationLabels ¶
func (m *MockRekognitionAPI) DetectModerationLabels(arg0 *rekognition.DetectModerationLabelsInput) (*rekognition.DetectModerationLabelsOutput, error)
DetectModerationLabels mocks base method
func (*MockRekognitionAPI) DetectModerationLabelsRequest ¶
func (m *MockRekognitionAPI) DetectModerationLabelsRequest(arg0 *rekognition.DetectModerationLabelsInput) (*request.Request, *rekognition.DetectModerationLabelsOutput)
DetectModerationLabelsRequest mocks base method
func (*MockRekognitionAPI) DetectModerationLabelsWithContext ¶
func (m *MockRekognitionAPI) DetectModerationLabelsWithContext(arg0 context.Context, arg1 *rekognition.DetectModerationLabelsInput, arg2 ...request.Option) (*rekognition.DetectModerationLabelsOutput, error)
DetectModerationLabelsWithContext mocks base method
func (*MockRekognitionAPI) DetectText ¶
func (m *MockRekognitionAPI) DetectText(arg0 *rekognition.DetectTextInput) (*rekognition.DetectTextOutput, error)
DetectText mocks base method
func (*MockRekognitionAPI) DetectTextRequest ¶
func (m *MockRekognitionAPI) DetectTextRequest(arg0 *rekognition.DetectTextInput) (*request.Request, *rekognition.DetectTextOutput)
DetectTextRequest mocks base method
func (*MockRekognitionAPI) DetectTextWithContext ¶
func (m *MockRekognitionAPI) DetectTextWithContext(arg0 context.Context, arg1 *rekognition.DetectTextInput, arg2 ...request.Option) (*rekognition.DetectTextOutput, error)
DetectTextWithContext mocks base method
func (*MockRekognitionAPI) EXPECT ¶
func (m *MockRekognitionAPI) EXPECT() *MockRekognitionAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRekognitionAPI) GetCelebrityInfo ¶
func (m *MockRekognitionAPI) GetCelebrityInfo(arg0 *rekognition.GetCelebrityInfoInput) (*rekognition.GetCelebrityInfoOutput, error)
GetCelebrityInfo mocks base method
func (*MockRekognitionAPI) GetCelebrityInfoRequest ¶
func (m *MockRekognitionAPI) GetCelebrityInfoRequest(arg0 *rekognition.GetCelebrityInfoInput) (*request.Request, *rekognition.GetCelebrityInfoOutput)
GetCelebrityInfoRequest mocks base method
func (*MockRekognitionAPI) GetCelebrityInfoWithContext ¶
func (m *MockRekognitionAPI) GetCelebrityInfoWithContext(arg0 context.Context, arg1 *rekognition.GetCelebrityInfoInput, arg2 ...request.Option) (*rekognition.GetCelebrityInfoOutput, error)
GetCelebrityInfoWithContext mocks base method
func (*MockRekognitionAPI) GetCelebrityRecognition ¶
func (m *MockRekognitionAPI) GetCelebrityRecognition(arg0 *rekognition.GetCelebrityRecognitionInput) (*rekognition.GetCelebrityRecognitionOutput, error)
GetCelebrityRecognition mocks base method
func (*MockRekognitionAPI) GetCelebrityRecognitionPages ¶
func (m *MockRekognitionAPI) GetCelebrityRecognitionPages(arg0 *rekognition.GetCelebrityRecognitionInput, arg1 func(*rekognition.GetCelebrityRecognitionOutput, bool) bool) error
GetCelebrityRecognitionPages mocks base method
func (*MockRekognitionAPI) GetCelebrityRecognitionPagesWithContext ¶
func (m *MockRekognitionAPI) GetCelebrityRecognitionPagesWithContext(arg0 context.Context, arg1 *rekognition.GetCelebrityRecognitionInput, arg2 func(*rekognition.GetCelebrityRecognitionOutput, bool) bool, arg3 ...request.Option) error
GetCelebrityRecognitionPagesWithContext mocks base method
func (*MockRekognitionAPI) GetCelebrityRecognitionRequest ¶
func (m *MockRekognitionAPI) GetCelebrityRecognitionRequest(arg0 *rekognition.GetCelebrityRecognitionInput) (*request.Request, *rekognition.GetCelebrityRecognitionOutput)
GetCelebrityRecognitionRequest mocks base method
func (*MockRekognitionAPI) GetCelebrityRecognitionWithContext ¶
func (m *MockRekognitionAPI) GetCelebrityRecognitionWithContext(arg0 context.Context, arg1 *rekognition.GetCelebrityRecognitionInput, arg2 ...request.Option) (*rekognition.GetCelebrityRecognitionOutput, error)
GetCelebrityRecognitionWithContext mocks base method
func (*MockRekognitionAPI) GetContentModeration ¶
func (m *MockRekognitionAPI) GetContentModeration(arg0 *rekognition.GetContentModerationInput) (*rekognition.GetContentModerationOutput, error)
GetContentModeration mocks base method
func (*MockRekognitionAPI) GetContentModerationPages ¶
func (m *MockRekognitionAPI) GetContentModerationPages(arg0 *rekognition.GetContentModerationInput, arg1 func(*rekognition.GetContentModerationOutput, bool) bool) error
GetContentModerationPages mocks base method
func (*MockRekognitionAPI) GetContentModerationPagesWithContext ¶
func (m *MockRekognitionAPI) GetContentModerationPagesWithContext(arg0 context.Context, arg1 *rekognition.GetContentModerationInput, arg2 func(*rekognition.GetContentModerationOutput, bool) bool, arg3 ...request.Option) error
GetContentModerationPagesWithContext mocks base method
func (*MockRekognitionAPI) GetContentModerationRequest ¶
func (m *MockRekognitionAPI) GetContentModerationRequest(arg0 *rekognition.GetContentModerationInput) (*request.Request, *rekognition.GetContentModerationOutput)
GetContentModerationRequest mocks base method
func (*MockRekognitionAPI) GetContentModerationWithContext ¶
func (m *MockRekognitionAPI) GetContentModerationWithContext(arg0 context.Context, arg1 *rekognition.GetContentModerationInput, arg2 ...request.Option) (*rekognition.GetContentModerationOutput, error)
GetContentModerationWithContext mocks base method
func (*MockRekognitionAPI) GetFaceDetection ¶
func (m *MockRekognitionAPI) GetFaceDetection(arg0 *rekognition.GetFaceDetectionInput) (*rekognition.GetFaceDetectionOutput, error)
GetFaceDetection mocks base method
func (*MockRekognitionAPI) GetFaceDetectionPages ¶
func (m *MockRekognitionAPI) GetFaceDetectionPages(arg0 *rekognition.GetFaceDetectionInput, arg1 func(*rekognition.GetFaceDetectionOutput, bool) bool) error
GetFaceDetectionPages mocks base method
func (*MockRekognitionAPI) GetFaceDetectionPagesWithContext ¶
func (m *MockRekognitionAPI) GetFaceDetectionPagesWithContext(arg0 context.Context, arg1 *rekognition.GetFaceDetectionInput, arg2 func(*rekognition.GetFaceDetectionOutput, bool) bool, arg3 ...request.Option) error
GetFaceDetectionPagesWithContext mocks base method
func (*MockRekognitionAPI) GetFaceDetectionRequest ¶
func (m *MockRekognitionAPI) GetFaceDetectionRequest(arg0 *rekognition.GetFaceDetectionInput) (*request.Request, *rekognition.GetFaceDetectionOutput)
GetFaceDetectionRequest mocks base method
func (*MockRekognitionAPI) GetFaceDetectionWithContext ¶
func (m *MockRekognitionAPI) GetFaceDetectionWithContext(arg0 context.Context, arg1 *rekognition.GetFaceDetectionInput, arg2 ...request.Option) (*rekognition.GetFaceDetectionOutput, error)
GetFaceDetectionWithContext mocks base method
func (*MockRekognitionAPI) GetFaceSearch ¶
func (m *MockRekognitionAPI) GetFaceSearch(arg0 *rekognition.GetFaceSearchInput) (*rekognition.GetFaceSearchOutput, error)
GetFaceSearch mocks base method
func (*MockRekognitionAPI) GetFaceSearchPages ¶
func (m *MockRekognitionAPI) GetFaceSearchPages(arg0 *rekognition.GetFaceSearchInput, arg1 func(*rekognition.GetFaceSearchOutput, bool) bool) error
GetFaceSearchPages mocks base method
func (*MockRekognitionAPI) GetFaceSearchPagesWithContext ¶
func (m *MockRekognitionAPI) GetFaceSearchPagesWithContext(arg0 context.Context, arg1 *rekognition.GetFaceSearchInput, arg2 func(*rekognition.GetFaceSearchOutput, bool) bool, arg3 ...request.Option) error
GetFaceSearchPagesWithContext mocks base method
func (*MockRekognitionAPI) GetFaceSearchRequest ¶
func (m *MockRekognitionAPI) GetFaceSearchRequest(arg0 *rekognition.GetFaceSearchInput) (*request.Request, *rekognition.GetFaceSearchOutput)
GetFaceSearchRequest mocks base method
func (*MockRekognitionAPI) GetFaceSearchWithContext ¶
func (m *MockRekognitionAPI) GetFaceSearchWithContext(arg0 context.Context, arg1 *rekognition.GetFaceSearchInput, arg2 ...request.Option) (*rekognition.GetFaceSearchOutput, error)
GetFaceSearchWithContext mocks base method
func (*MockRekognitionAPI) GetLabelDetection ¶
func (m *MockRekognitionAPI) GetLabelDetection(arg0 *rekognition.GetLabelDetectionInput) (*rekognition.GetLabelDetectionOutput, error)
GetLabelDetection mocks base method
func (*MockRekognitionAPI) GetLabelDetectionPages ¶
func (m *MockRekognitionAPI) GetLabelDetectionPages(arg0 *rekognition.GetLabelDetectionInput, arg1 func(*rekognition.GetLabelDetectionOutput, bool) bool) error
GetLabelDetectionPages mocks base method
func (*MockRekognitionAPI) GetLabelDetectionPagesWithContext ¶
func (m *MockRekognitionAPI) GetLabelDetectionPagesWithContext(arg0 context.Context, arg1 *rekognition.GetLabelDetectionInput, arg2 func(*rekognition.GetLabelDetectionOutput, bool) bool, arg3 ...request.Option) error
GetLabelDetectionPagesWithContext mocks base method
func (*MockRekognitionAPI) GetLabelDetectionRequest ¶
func (m *MockRekognitionAPI) GetLabelDetectionRequest(arg0 *rekognition.GetLabelDetectionInput) (*request.Request, *rekognition.GetLabelDetectionOutput)
GetLabelDetectionRequest mocks base method
func (*MockRekognitionAPI) GetLabelDetectionWithContext ¶
func (m *MockRekognitionAPI) GetLabelDetectionWithContext(arg0 context.Context, arg1 *rekognition.GetLabelDetectionInput, arg2 ...request.Option) (*rekognition.GetLabelDetectionOutput, error)
GetLabelDetectionWithContext mocks base method
func (*MockRekognitionAPI) GetPersonTracking ¶
func (m *MockRekognitionAPI) GetPersonTracking(arg0 *rekognition.GetPersonTrackingInput) (*rekognition.GetPersonTrackingOutput, error)
GetPersonTracking mocks base method
func (*MockRekognitionAPI) GetPersonTrackingPages ¶
func (m *MockRekognitionAPI) GetPersonTrackingPages(arg0 *rekognition.GetPersonTrackingInput, arg1 func(*rekognition.GetPersonTrackingOutput, bool) bool) error
GetPersonTrackingPages mocks base method
func (*MockRekognitionAPI) GetPersonTrackingPagesWithContext ¶
func (m *MockRekognitionAPI) GetPersonTrackingPagesWithContext(arg0 context.Context, arg1 *rekognition.GetPersonTrackingInput, arg2 func(*rekognition.GetPersonTrackingOutput, bool) bool, arg3 ...request.Option) error
GetPersonTrackingPagesWithContext mocks base method
func (*MockRekognitionAPI) GetPersonTrackingRequest ¶
func (m *MockRekognitionAPI) GetPersonTrackingRequest(arg0 *rekognition.GetPersonTrackingInput) (*request.Request, *rekognition.GetPersonTrackingOutput)
GetPersonTrackingRequest mocks base method
func (*MockRekognitionAPI) GetPersonTrackingWithContext ¶
func (m *MockRekognitionAPI) GetPersonTrackingWithContext(arg0 context.Context, arg1 *rekognition.GetPersonTrackingInput, arg2 ...request.Option) (*rekognition.GetPersonTrackingOutput, error)
GetPersonTrackingWithContext mocks base method
func (*MockRekognitionAPI) GetTextDetection ¶
func (m *MockRekognitionAPI) GetTextDetection(arg0 *rekognition.GetTextDetectionInput) (*rekognition.GetTextDetectionOutput, error)
GetTextDetection mocks base method
func (*MockRekognitionAPI) GetTextDetectionPages ¶
func (m *MockRekognitionAPI) GetTextDetectionPages(arg0 *rekognition.GetTextDetectionInput, arg1 func(*rekognition.GetTextDetectionOutput, bool) bool) error
GetTextDetectionPages mocks base method
func (*MockRekognitionAPI) GetTextDetectionPagesWithContext ¶
func (m *MockRekognitionAPI) GetTextDetectionPagesWithContext(arg0 context.Context, arg1 *rekognition.GetTextDetectionInput, arg2 func(*rekognition.GetTextDetectionOutput, bool) bool, arg3 ...request.Option) error
GetTextDetectionPagesWithContext mocks base method
func (*MockRekognitionAPI) GetTextDetectionRequest ¶
func (m *MockRekognitionAPI) GetTextDetectionRequest(arg0 *rekognition.GetTextDetectionInput) (*request.Request, *rekognition.GetTextDetectionOutput)
GetTextDetectionRequest mocks base method
func (*MockRekognitionAPI) GetTextDetectionWithContext ¶
func (m *MockRekognitionAPI) GetTextDetectionWithContext(arg0 context.Context, arg1 *rekognition.GetTextDetectionInput, arg2 ...request.Option) (*rekognition.GetTextDetectionOutput, error)
GetTextDetectionWithContext mocks base method
func (*MockRekognitionAPI) IndexFaces ¶
func (m *MockRekognitionAPI) IndexFaces(arg0 *rekognition.IndexFacesInput) (*rekognition.IndexFacesOutput, error)
IndexFaces mocks base method
func (*MockRekognitionAPI) IndexFacesRequest ¶
func (m *MockRekognitionAPI) IndexFacesRequest(arg0 *rekognition.IndexFacesInput) (*request.Request, *rekognition.IndexFacesOutput)
IndexFacesRequest mocks base method
func (*MockRekognitionAPI) IndexFacesWithContext ¶
func (m *MockRekognitionAPI) IndexFacesWithContext(arg0 context.Context, arg1 *rekognition.IndexFacesInput, arg2 ...request.Option) (*rekognition.IndexFacesOutput, error)
IndexFacesWithContext mocks base method
func (*MockRekognitionAPI) ListCollections ¶
func (m *MockRekognitionAPI) ListCollections(arg0 *rekognition.ListCollectionsInput) (*rekognition.ListCollectionsOutput, error)
ListCollections mocks base method
func (*MockRekognitionAPI) ListCollectionsPages ¶
func (m *MockRekognitionAPI) ListCollectionsPages(arg0 *rekognition.ListCollectionsInput, arg1 func(*rekognition.ListCollectionsOutput, bool) bool) error
ListCollectionsPages mocks base method
func (*MockRekognitionAPI) ListCollectionsPagesWithContext ¶
func (m *MockRekognitionAPI) ListCollectionsPagesWithContext(arg0 context.Context, arg1 *rekognition.ListCollectionsInput, arg2 func(*rekognition.ListCollectionsOutput, bool) bool, arg3 ...request.Option) error
ListCollectionsPagesWithContext mocks base method
func (*MockRekognitionAPI) ListCollectionsRequest ¶
func (m *MockRekognitionAPI) ListCollectionsRequest(arg0 *rekognition.ListCollectionsInput) (*request.Request, *rekognition.ListCollectionsOutput)
ListCollectionsRequest mocks base method
func (*MockRekognitionAPI) ListCollectionsWithContext ¶
func (m *MockRekognitionAPI) ListCollectionsWithContext(arg0 context.Context, arg1 *rekognition.ListCollectionsInput, arg2 ...request.Option) (*rekognition.ListCollectionsOutput, error)
ListCollectionsWithContext mocks base method
func (*MockRekognitionAPI) ListFaces ¶
func (m *MockRekognitionAPI) ListFaces(arg0 *rekognition.ListFacesInput) (*rekognition.ListFacesOutput, error)
ListFaces mocks base method
func (*MockRekognitionAPI) ListFacesPages ¶
func (m *MockRekognitionAPI) ListFacesPages(arg0 *rekognition.ListFacesInput, arg1 func(*rekognition.ListFacesOutput, bool) bool) error
ListFacesPages mocks base method
func (*MockRekognitionAPI) ListFacesPagesWithContext ¶
func (m *MockRekognitionAPI) ListFacesPagesWithContext(arg0 context.Context, arg1 *rekognition.ListFacesInput, arg2 func(*rekognition.ListFacesOutput, bool) bool, arg3 ...request.Option) error
ListFacesPagesWithContext mocks base method
func (*MockRekognitionAPI) ListFacesRequest ¶
func (m *MockRekognitionAPI) ListFacesRequest(arg0 *rekognition.ListFacesInput) (*request.Request, *rekognition.ListFacesOutput)
ListFacesRequest mocks base method
func (*MockRekognitionAPI) ListFacesWithContext ¶
func (m *MockRekognitionAPI) ListFacesWithContext(arg0 context.Context, arg1 *rekognition.ListFacesInput, arg2 ...request.Option) (*rekognition.ListFacesOutput, error)
ListFacesWithContext mocks base method
func (*MockRekognitionAPI) ListStreamProcessors ¶
func (m *MockRekognitionAPI) ListStreamProcessors(arg0 *rekognition.ListStreamProcessorsInput) (*rekognition.ListStreamProcessorsOutput, error)
ListStreamProcessors mocks base method
func (*MockRekognitionAPI) ListStreamProcessorsPages ¶
func (m *MockRekognitionAPI) ListStreamProcessorsPages(arg0 *rekognition.ListStreamProcessorsInput, arg1 func(*rekognition.ListStreamProcessorsOutput, bool) bool) error
ListStreamProcessorsPages mocks base method
func (*MockRekognitionAPI) ListStreamProcessorsPagesWithContext ¶
func (m *MockRekognitionAPI) ListStreamProcessorsPagesWithContext(arg0 context.Context, arg1 *rekognition.ListStreamProcessorsInput, arg2 func(*rekognition.ListStreamProcessorsOutput, bool) bool, arg3 ...request.Option) error
ListStreamProcessorsPagesWithContext mocks base method
func (*MockRekognitionAPI) ListStreamProcessorsRequest ¶
func (m *MockRekognitionAPI) ListStreamProcessorsRequest(arg0 *rekognition.ListStreamProcessorsInput) (*request.Request, *rekognition.ListStreamProcessorsOutput)
ListStreamProcessorsRequest mocks base method
func (*MockRekognitionAPI) ListStreamProcessorsWithContext ¶
func (m *MockRekognitionAPI) ListStreamProcessorsWithContext(arg0 context.Context, arg1 *rekognition.ListStreamProcessorsInput, arg2 ...request.Option) (*rekognition.ListStreamProcessorsOutput, error)
ListStreamProcessorsWithContext mocks base method
func (*MockRekognitionAPI) RecognizeCelebrities ¶
func (m *MockRekognitionAPI) RecognizeCelebrities(arg0 *rekognition.RecognizeCelebritiesInput) (*rekognition.RecognizeCelebritiesOutput, error)
RecognizeCelebrities mocks base method
func (*MockRekognitionAPI) RecognizeCelebritiesRequest ¶
func (m *MockRekognitionAPI) RecognizeCelebritiesRequest(arg0 *rekognition.RecognizeCelebritiesInput) (*request.Request, *rekognition.RecognizeCelebritiesOutput)
RecognizeCelebritiesRequest mocks base method
func (*MockRekognitionAPI) RecognizeCelebritiesWithContext ¶
func (m *MockRekognitionAPI) RecognizeCelebritiesWithContext(arg0 context.Context, arg1 *rekognition.RecognizeCelebritiesInput, arg2 ...request.Option) (*rekognition.RecognizeCelebritiesOutput, error)
RecognizeCelebritiesWithContext mocks base method
func (*MockRekognitionAPI) SearchFaces ¶
func (m *MockRekognitionAPI) SearchFaces(arg0 *rekognition.SearchFacesInput) (*rekognition.SearchFacesOutput, error)
SearchFaces mocks base method
func (*MockRekognitionAPI) SearchFacesByImage ¶
func (m *MockRekognitionAPI) SearchFacesByImage(arg0 *rekognition.SearchFacesByImageInput) (*rekognition.SearchFacesByImageOutput, error)
SearchFacesByImage mocks base method
func (*MockRekognitionAPI) SearchFacesByImageRequest ¶
func (m *MockRekognitionAPI) SearchFacesByImageRequest(arg0 *rekognition.SearchFacesByImageInput) (*request.Request, *rekognition.SearchFacesByImageOutput)
SearchFacesByImageRequest mocks base method
func (*MockRekognitionAPI) SearchFacesByImageWithContext ¶
func (m *MockRekognitionAPI) SearchFacesByImageWithContext(arg0 context.Context, arg1 *rekognition.SearchFacesByImageInput, arg2 ...request.Option) (*rekognition.SearchFacesByImageOutput, error)
SearchFacesByImageWithContext mocks base method
func (*MockRekognitionAPI) SearchFacesRequest ¶
func (m *MockRekognitionAPI) SearchFacesRequest(arg0 *rekognition.SearchFacesInput) (*request.Request, *rekognition.SearchFacesOutput)
SearchFacesRequest mocks base method
func (*MockRekognitionAPI) SearchFacesWithContext ¶
func (m *MockRekognitionAPI) SearchFacesWithContext(arg0 context.Context, arg1 *rekognition.SearchFacesInput, arg2 ...request.Option) (*rekognition.SearchFacesOutput, error)
SearchFacesWithContext mocks base method
func (*MockRekognitionAPI) StartCelebrityRecognition ¶
func (m *MockRekognitionAPI) StartCelebrityRecognition(arg0 *rekognition.StartCelebrityRecognitionInput) (*rekognition.StartCelebrityRecognitionOutput, error)
StartCelebrityRecognition mocks base method
func (*MockRekognitionAPI) StartCelebrityRecognitionRequest ¶
func (m *MockRekognitionAPI) StartCelebrityRecognitionRequest(arg0 *rekognition.StartCelebrityRecognitionInput) (*request.Request, *rekognition.StartCelebrityRecognitionOutput)
StartCelebrityRecognitionRequest mocks base method
func (*MockRekognitionAPI) StartCelebrityRecognitionWithContext ¶
func (m *MockRekognitionAPI) StartCelebrityRecognitionWithContext(arg0 context.Context, arg1 *rekognition.StartCelebrityRecognitionInput, arg2 ...request.Option) (*rekognition.StartCelebrityRecognitionOutput, error)
StartCelebrityRecognitionWithContext mocks base method
func (*MockRekognitionAPI) StartContentModeration ¶
func (m *MockRekognitionAPI) StartContentModeration(arg0 *rekognition.StartContentModerationInput) (*rekognition.StartContentModerationOutput, error)
StartContentModeration mocks base method
func (*MockRekognitionAPI) StartContentModerationRequest ¶
func (m *MockRekognitionAPI) StartContentModerationRequest(arg0 *rekognition.StartContentModerationInput) (*request.Request, *rekognition.StartContentModerationOutput)
StartContentModerationRequest mocks base method
func (*MockRekognitionAPI) StartContentModerationWithContext ¶
func (m *MockRekognitionAPI) StartContentModerationWithContext(arg0 context.Context, arg1 *rekognition.StartContentModerationInput, arg2 ...request.Option) (*rekognition.StartContentModerationOutput, error)
StartContentModerationWithContext mocks base method
func (*MockRekognitionAPI) StartFaceDetection ¶
func (m *MockRekognitionAPI) StartFaceDetection(arg0 *rekognition.StartFaceDetectionInput) (*rekognition.StartFaceDetectionOutput, error)
StartFaceDetection mocks base method
func (*MockRekognitionAPI) StartFaceDetectionRequest ¶
func (m *MockRekognitionAPI) StartFaceDetectionRequest(arg0 *rekognition.StartFaceDetectionInput) (*request.Request, *rekognition.StartFaceDetectionOutput)
StartFaceDetectionRequest mocks base method
func (*MockRekognitionAPI) StartFaceDetectionWithContext ¶
func (m *MockRekognitionAPI) StartFaceDetectionWithContext(arg0 context.Context, arg1 *rekognition.StartFaceDetectionInput, arg2 ...request.Option) (*rekognition.StartFaceDetectionOutput, error)
StartFaceDetectionWithContext mocks base method
func (*MockRekognitionAPI) StartFaceSearch ¶
func (m *MockRekognitionAPI) StartFaceSearch(arg0 *rekognition.StartFaceSearchInput) (*rekognition.StartFaceSearchOutput, error)
StartFaceSearch mocks base method
func (*MockRekognitionAPI) StartFaceSearchRequest ¶
func (m *MockRekognitionAPI) StartFaceSearchRequest(arg0 *rekognition.StartFaceSearchInput) (*request.Request, *rekognition.StartFaceSearchOutput)
StartFaceSearchRequest mocks base method
func (*MockRekognitionAPI) StartFaceSearchWithContext ¶
func (m *MockRekognitionAPI) StartFaceSearchWithContext(arg0 context.Context, arg1 *rekognition.StartFaceSearchInput, arg2 ...request.Option) (*rekognition.StartFaceSearchOutput, error)
StartFaceSearchWithContext mocks base method
func (*MockRekognitionAPI) StartLabelDetection ¶
func (m *MockRekognitionAPI) StartLabelDetection(arg0 *rekognition.StartLabelDetectionInput) (*rekognition.StartLabelDetectionOutput, error)
StartLabelDetection mocks base method
func (*MockRekognitionAPI) StartLabelDetectionRequest ¶
func (m *MockRekognitionAPI) StartLabelDetectionRequest(arg0 *rekognition.StartLabelDetectionInput) (*request.Request, *rekognition.StartLabelDetectionOutput)
StartLabelDetectionRequest mocks base method
func (*MockRekognitionAPI) StartLabelDetectionWithContext ¶
func (m *MockRekognitionAPI) StartLabelDetectionWithContext(arg0 context.Context, arg1 *rekognition.StartLabelDetectionInput, arg2 ...request.Option) (*rekognition.StartLabelDetectionOutput, error)
StartLabelDetectionWithContext mocks base method
func (*MockRekognitionAPI) StartPersonTracking ¶
func (m *MockRekognitionAPI) StartPersonTracking(arg0 *rekognition.StartPersonTrackingInput) (*rekognition.StartPersonTrackingOutput, error)
StartPersonTracking mocks base method
func (*MockRekognitionAPI) StartPersonTrackingRequest ¶
func (m *MockRekognitionAPI) StartPersonTrackingRequest(arg0 *rekognition.StartPersonTrackingInput) (*request.Request, *rekognition.StartPersonTrackingOutput)
StartPersonTrackingRequest mocks base method
func (*MockRekognitionAPI) StartPersonTrackingWithContext ¶
func (m *MockRekognitionAPI) StartPersonTrackingWithContext(arg0 context.Context, arg1 *rekognition.StartPersonTrackingInput, arg2 ...request.Option) (*rekognition.StartPersonTrackingOutput, error)
StartPersonTrackingWithContext mocks base method
func (*MockRekognitionAPI) StartProjectVersion ¶
func (m *MockRekognitionAPI) StartProjectVersion(arg0 *rekognition.StartProjectVersionInput) (*rekognition.StartProjectVersionOutput, error)
StartProjectVersion mocks base method
func (*MockRekognitionAPI) StartProjectVersionRequest ¶
func (m *MockRekognitionAPI) StartProjectVersionRequest(arg0 *rekognition.StartProjectVersionInput) (*request.Request, *rekognition.StartProjectVersionOutput)
StartProjectVersionRequest mocks base method
func (*MockRekognitionAPI) StartProjectVersionWithContext ¶
func (m *MockRekognitionAPI) StartProjectVersionWithContext(arg0 context.Context, arg1 *rekognition.StartProjectVersionInput, arg2 ...request.Option) (*rekognition.StartProjectVersionOutput, error)
StartProjectVersionWithContext mocks base method
func (*MockRekognitionAPI) StartStreamProcessor ¶
func (m *MockRekognitionAPI) StartStreamProcessor(arg0 *rekognition.StartStreamProcessorInput) (*rekognition.StartStreamProcessorOutput, error)
StartStreamProcessor mocks base method
func (*MockRekognitionAPI) StartStreamProcessorRequest ¶
func (m *MockRekognitionAPI) StartStreamProcessorRequest(arg0 *rekognition.StartStreamProcessorInput) (*request.Request, *rekognition.StartStreamProcessorOutput)
StartStreamProcessorRequest mocks base method
func (*MockRekognitionAPI) StartStreamProcessorWithContext ¶
func (m *MockRekognitionAPI) StartStreamProcessorWithContext(arg0 context.Context, arg1 *rekognition.StartStreamProcessorInput, arg2 ...request.Option) (*rekognition.StartStreamProcessorOutput, error)
StartStreamProcessorWithContext mocks base method
func (*MockRekognitionAPI) StartTextDetection ¶
func (m *MockRekognitionAPI) StartTextDetection(arg0 *rekognition.StartTextDetectionInput) (*rekognition.StartTextDetectionOutput, error)
StartTextDetection mocks base method
func (*MockRekognitionAPI) StartTextDetectionRequest ¶
func (m *MockRekognitionAPI) StartTextDetectionRequest(arg0 *rekognition.StartTextDetectionInput) (*request.Request, *rekognition.StartTextDetectionOutput)
StartTextDetectionRequest mocks base method
func (*MockRekognitionAPI) StartTextDetectionWithContext ¶
func (m *MockRekognitionAPI) StartTextDetectionWithContext(arg0 context.Context, arg1 *rekognition.StartTextDetectionInput, arg2 ...request.Option) (*rekognition.StartTextDetectionOutput, error)
StartTextDetectionWithContext mocks base method
func (*MockRekognitionAPI) StopProjectVersion ¶
func (m *MockRekognitionAPI) StopProjectVersion(arg0 *rekognition.StopProjectVersionInput) (*rekognition.StopProjectVersionOutput, error)
StopProjectVersion mocks base method
func (*MockRekognitionAPI) StopProjectVersionRequest ¶
func (m *MockRekognitionAPI) StopProjectVersionRequest(arg0 *rekognition.StopProjectVersionInput) (*request.Request, *rekognition.StopProjectVersionOutput)
StopProjectVersionRequest mocks base method
func (*MockRekognitionAPI) StopProjectVersionWithContext ¶
func (m *MockRekognitionAPI) StopProjectVersionWithContext(arg0 context.Context, arg1 *rekognition.StopProjectVersionInput, arg2 ...request.Option) (*rekognition.StopProjectVersionOutput, error)
StopProjectVersionWithContext mocks base method
func (*MockRekognitionAPI) StopStreamProcessor ¶
func (m *MockRekognitionAPI) StopStreamProcessor(arg0 *rekognition.StopStreamProcessorInput) (*rekognition.StopStreamProcessorOutput, error)
StopStreamProcessor mocks base method
func (*MockRekognitionAPI) StopStreamProcessorRequest ¶
func (m *MockRekognitionAPI) StopStreamProcessorRequest(arg0 *rekognition.StopStreamProcessorInput) (*request.Request, *rekognition.StopStreamProcessorOutput)
StopStreamProcessorRequest mocks base method
func (*MockRekognitionAPI) StopStreamProcessorWithContext ¶
func (m *MockRekognitionAPI) StopStreamProcessorWithContext(arg0 context.Context, arg1 *rekognition.StopStreamProcessorInput, arg2 ...request.Option) (*rekognition.StopStreamProcessorOutput, error)
StopStreamProcessorWithContext mocks base method
func (*MockRekognitionAPI) WaitUntilProjectVersionRunning ¶
func (m *MockRekognitionAPI) WaitUntilProjectVersionRunning(arg0 *rekognition.DescribeProjectVersionsInput) error
WaitUntilProjectVersionRunning mocks base method
func (*MockRekognitionAPI) WaitUntilProjectVersionRunningWithContext ¶
func (m *MockRekognitionAPI) WaitUntilProjectVersionRunningWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectVersionsInput, arg2 ...request.WaiterOption) error
WaitUntilProjectVersionRunningWithContext mocks base method
func (*MockRekognitionAPI) WaitUntilProjectVersionTrainingCompleted ¶
func (m *MockRekognitionAPI) WaitUntilProjectVersionTrainingCompleted(arg0 *rekognition.DescribeProjectVersionsInput) error
WaitUntilProjectVersionTrainingCompleted mocks base method
func (*MockRekognitionAPI) WaitUntilProjectVersionTrainingCompletedWithContext ¶
func (m *MockRekognitionAPI) WaitUntilProjectVersionTrainingCompletedWithContext(arg0 context.Context, arg1 *rekognition.DescribeProjectVersionsInput, arg2 ...request.WaiterOption) error
WaitUntilProjectVersionTrainingCompletedWithContext mocks base method
type MockRekognitionAPIMockRecorder ¶
type MockRekognitionAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockRekognitionAPIMockRecorder is the mock recorder for MockRekognitionAPI
func (*MockRekognitionAPIMockRecorder) CompareFaces ¶
func (mr *MockRekognitionAPIMockRecorder) CompareFaces(arg0 interface{}) *gomock.Call
CompareFaces indicates an expected call of CompareFaces
func (*MockRekognitionAPIMockRecorder) CompareFacesRequest ¶
func (mr *MockRekognitionAPIMockRecorder) CompareFacesRequest(arg0 interface{}) *gomock.Call
CompareFacesRequest indicates an expected call of CompareFacesRequest
func (*MockRekognitionAPIMockRecorder) CompareFacesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) CompareFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CompareFacesWithContext indicates an expected call of CompareFacesWithContext
func (*MockRekognitionAPIMockRecorder) CreateCollection ¶
func (mr *MockRekognitionAPIMockRecorder) CreateCollection(arg0 interface{}) *gomock.Call
CreateCollection indicates an expected call of CreateCollection
func (*MockRekognitionAPIMockRecorder) CreateCollectionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) CreateCollectionRequest(arg0 interface{}) *gomock.Call
CreateCollectionRequest indicates an expected call of CreateCollectionRequest
func (*MockRekognitionAPIMockRecorder) CreateCollectionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) CreateCollectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateCollectionWithContext indicates an expected call of CreateCollectionWithContext
func (*MockRekognitionAPIMockRecorder) CreateProject ¶
func (mr *MockRekognitionAPIMockRecorder) CreateProject(arg0 interface{}) *gomock.Call
CreateProject indicates an expected call of CreateProject
func (*MockRekognitionAPIMockRecorder) CreateProjectRequest ¶
func (mr *MockRekognitionAPIMockRecorder) CreateProjectRequest(arg0 interface{}) *gomock.Call
CreateProjectRequest indicates an expected call of CreateProjectRequest
func (*MockRekognitionAPIMockRecorder) CreateProjectVersion ¶
func (mr *MockRekognitionAPIMockRecorder) CreateProjectVersion(arg0 interface{}) *gomock.Call
CreateProjectVersion indicates an expected call of CreateProjectVersion
func (*MockRekognitionAPIMockRecorder) CreateProjectVersionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) CreateProjectVersionRequest(arg0 interface{}) *gomock.Call
CreateProjectVersionRequest indicates an expected call of CreateProjectVersionRequest
func (*MockRekognitionAPIMockRecorder) CreateProjectVersionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) CreateProjectVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateProjectVersionWithContext indicates an expected call of CreateProjectVersionWithContext
func (*MockRekognitionAPIMockRecorder) CreateProjectWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) CreateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateProjectWithContext indicates an expected call of CreateProjectWithContext
func (*MockRekognitionAPIMockRecorder) CreateStreamProcessor ¶
func (mr *MockRekognitionAPIMockRecorder) CreateStreamProcessor(arg0 interface{}) *gomock.Call
CreateStreamProcessor indicates an expected call of CreateStreamProcessor
func (*MockRekognitionAPIMockRecorder) CreateStreamProcessorRequest ¶
func (mr *MockRekognitionAPIMockRecorder) CreateStreamProcessorRequest(arg0 interface{}) *gomock.Call
CreateStreamProcessorRequest indicates an expected call of CreateStreamProcessorRequest
func (*MockRekognitionAPIMockRecorder) CreateStreamProcessorWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) CreateStreamProcessorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateStreamProcessorWithContext indicates an expected call of CreateStreamProcessorWithContext
func (*MockRekognitionAPIMockRecorder) DeleteCollection ¶
func (mr *MockRekognitionAPIMockRecorder) DeleteCollection(arg0 interface{}) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection
func (*MockRekognitionAPIMockRecorder) DeleteCollectionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DeleteCollectionRequest(arg0 interface{}) *gomock.Call
DeleteCollectionRequest indicates an expected call of DeleteCollectionRequest
func (*MockRekognitionAPIMockRecorder) DeleteCollectionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DeleteCollectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteCollectionWithContext indicates an expected call of DeleteCollectionWithContext
func (*MockRekognitionAPIMockRecorder) DeleteFaces ¶
func (mr *MockRekognitionAPIMockRecorder) DeleteFaces(arg0 interface{}) *gomock.Call
DeleteFaces indicates an expected call of DeleteFaces
func (*MockRekognitionAPIMockRecorder) DeleteFacesRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DeleteFacesRequest(arg0 interface{}) *gomock.Call
DeleteFacesRequest indicates an expected call of DeleteFacesRequest
func (*MockRekognitionAPIMockRecorder) DeleteFacesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DeleteFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteFacesWithContext indicates an expected call of DeleteFacesWithContext
func (*MockRekognitionAPIMockRecorder) DeleteStreamProcessor ¶
func (mr *MockRekognitionAPIMockRecorder) DeleteStreamProcessor(arg0 interface{}) *gomock.Call
DeleteStreamProcessor indicates an expected call of DeleteStreamProcessor
func (*MockRekognitionAPIMockRecorder) DeleteStreamProcessorRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DeleteStreamProcessorRequest(arg0 interface{}) *gomock.Call
DeleteStreamProcessorRequest indicates an expected call of DeleteStreamProcessorRequest
func (*MockRekognitionAPIMockRecorder) DeleteStreamProcessorWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DeleteStreamProcessorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteStreamProcessorWithContext indicates an expected call of DeleteStreamProcessorWithContext
func (*MockRekognitionAPIMockRecorder) DescribeCollection ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeCollection(arg0 interface{}) *gomock.Call
DescribeCollection indicates an expected call of DescribeCollection
func (*MockRekognitionAPIMockRecorder) DescribeCollectionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeCollectionRequest(arg0 interface{}) *gomock.Call
DescribeCollectionRequest indicates an expected call of DescribeCollectionRequest
func (*MockRekognitionAPIMockRecorder) DescribeCollectionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeCollectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeCollectionWithContext indicates an expected call of DescribeCollectionWithContext
func (*MockRekognitionAPIMockRecorder) DescribeProjectVersions ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeProjectVersions(arg0 interface{}) *gomock.Call
DescribeProjectVersions indicates an expected call of DescribeProjectVersions
func (*MockRekognitionAPIMockRecorder) DescribeProjectVersionsPages ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeProjectVersionsPages(arg0, arg1 interface{}) *gomock.Call
DescribeProjectVersionsPages indicates an expected call of DescribeProjectVersionsPages
func (*MockRekognitionAPIMockRecorder) DescribeProjectVersionsPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeProjectVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeProjectVersionsPagesWithContext indicates an expected call of DescribeProjectVersionsPagesWithContext
func (*MockRekognitionAPIMockRecorder) DescribeProjectVersionsRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeProjectVersionsRequest(arg0 interface{}) *gomock.Call
DescribeProjectVersionsRequest indicates an expected call of DescribeProjectVersionsRequest
func (*MockRekognitionAPIMockRecorder) DescribeProjectVersionsWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeProjectVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeProjectVersionsWithContext indicates an expected call of DescribeProjectVersionsWithContext
func (*MockRekognitionAPIMockRecorder) DescribeProjects ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeProjects(arg0 interface{}) *gomock.Call
DescribeProjects indicates an expected call of DescribeProjects
func (*MockRekognitionAPIMockRecorder) DescribeProjectsPages ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeProjectsPages(arg0, arg1 interface{}) *gomock.Call
DescribeProjectsPages indicates an expected call of DescribeProjectsPages
func (*MockRekognitionAPIMockRecorder) DescribeProjectsPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeProjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeProjectsPagesWithContext indicates an expected call of DescribeProjectsPagesWithContext
func (*MockRekognitionAPIMockRecorder) DescribeProjectsRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeProjectsRequest(arg0 interface{}) *gomock.Call
DescribeProjectsRequest indicates an expected call of DescribeProjectsRequest
func (*MockRekognitionAPIMockRecorder) DescribeProjectsWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeProjectsWithContext indicates an expected call of DescribeProjectsWithContext
func (*MockRekognitionAPIMockRecorder) DescribeStreamProcessor ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeStreamProcessor(arg0 interface{}) *gomock.Call
DescribeStreamProcessor indicates an expected call of DescribeStreamProcessor
func (*MockRekognitionAPIMockRecorder) DescribeStreamProcessorRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeStreamProcessorRequest(arg0 interface{}) *gomock.Call
DescribeStreamProcessorRequest indicates an expected call of DescribeStreamProcessorRequest
func (*MockRekognitionAPIMockRecorder) DescribeStreamProcessorWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DescribeStreamProcessorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeStreamProcessorWithContext indicates an expected call of DescribeStreamProcessorWithContext
func (*MockRekognitionAPIMockRecorder) DetectCustomLabels ¶
func (mr *MockRekognitionAPIMockRecorder) DetectCustomLabels(arg0 interface{}) *gomock.Call
DetectCustomLabels indicates an expected call of DetectCustomLabels
func (*MockRekognitionAPIMockRecorder) DetectCustomLabelsRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DetectCustomLabelsRequest(arg0 interface{}) *gomock.Call
DetectCustomLabelsRequest indicates an expected call of DetectCustomLabelsRequest
func (*MockRekognitionAPIMockRecorder) DetectCustomLabelsWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DetectCustomLabelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DetectCustomLabelsWithContext indicates an expected call of DetectCustomLabelsWithContext
func (*MockRekognitionAPIMockRecorder) DetectFaces ¶
func (mr *MockRekognitionAPIMockRecorder) DetectFaces(arg0 interface{}) *gomock.Call
DetectFaces indicates an expected call of DetectFaces
func (*MockRekognitionAPIMockRecorder) DetectFacesRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DetectFacesRequest(arg0 interface{}) *gomock.Call
DetectFacesRequest indicates an expected call of DetectFacesRequest
func (*MockRekognitionAPIMockRecorder) DetectFacesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DetectFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DetectFacesWithContext indicates an expected call of DetectFacesWithContext
func (*MockRekognitionAPIMockRecorder) DetectLabels ¶
func (mr *MockRekognitionAPIMockRecorder) DetectLabels(arg0 interface{}) *gomock.Call
DetectLabels indicates an expected call of DetectLabels
func (*MockRekognitionAPIMockRecorder) DetectLabelsRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DetectLabelsRequest(arg0 interface{}) *gomock.Call
DetectLabelsRequest indicates an expected call of DetectLabelsRequest
func (*MockRekognitionAPIMockRecorder) DetectLabelsWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DetectLabelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DetectLabelsWithContext indicates an expected call of DetectLabelsWithContext
func (*MockRekognitionAPIMockRecorder) DetectModerationLabels ¶
func (mr *MockRekognitionAPIMockRecorder) DetectModerationLabels(arg0 interface{}) *gomock.Call
DetectModerationLabels indicates an expected call of DetectModerationLabels
func (*MockRekognitionAPIMockRecorder) DetectModerationLabelsRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DetectModerationLabelsRequest(arg0 interface{}) *gomock.Call
DetectModerationLabelsRequest indicates an expected call of DetectModerationLabelsRequest
func (*MockRekognitionAPIMockRecorder) DetectModerationLabelsWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DetectModerationLabelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DetectModerationLabelsWithContext indicates an expected call of DetectModerationLabelsWithContext
func (*MockRekognitionAPIMockRecorder) DetectText ¶
func (mr *MockRekognitionAPIMockRecorder) DetectText(arg0 interface{}) *gomock.Call
DetectText indicates an expected call of DetectText
func (*MockRekognitionAPIMockRecorder) DetectTextRequest ¶
func (mr *MockRekognitionAPIMockRecorder) DetectTextRequest(arg0 interface{}) *gomock.Call
DetectTextRequest indicates an expected call of DetectTextRequest
func (*MockRekognitionAPIMockRecorder) DetectTextWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) DetectTextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DetectTextWithContext indicates an expected call of DetectTextWithContext
func (*MockRekognitionAPIMockRecorder) GetCelebrityInfo ¶
func (mr *MockRekognitionAPIMockRecorder) GetCelebrityInfo(arg0 interface{}) *gomock.Call
GetCelebrityInfo indicates an expected call of GetCelebrityInfo
func (*MockRekognitionAPIMockRecorder) GetCelebrityInfoRequest ¶
func (mr *MockRekognitionAPIMockRecorder) GetCelebrityInfoRequest(arg0 interface{}) *gomock.Call
GetCelebrityInfoRequest indicates an expected call of GetCelebrityInfoRequest
func (*MockRekognitionAPIMockRecorder) GetCelebrityInfoWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetCelebrityInfoWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetCelebrityInfoWithContext indicates an expected call of GetCelebrityInfoWithContext
func (*MockRekognitionAPIMockRecorder) GetCelebrityRecognition ¶
func (mr *MockRekognitionAPIMockRecorder) GetCelebrityRecognition(arg0 interface{}) *gomock.Call
GetCelebrityRecognition indicates an expected call of GetCelebrityRecognition
func (*MockRekognitionAPIMockRecorder) GetCelebrityRecognitionPages ¶
func (mr *MockRekognitionAPIMockRecorder) GetCelebrityRecognitionPages(arg0, arg1 interface{}) *gomock.Call
GetCelebrityRecognitionPages indicates an expected call of GetCelebrityRecognitionPages
func (*MockRekognitionAPIMockRecorder) GetCelebrityRecognitionPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetCelebrityRecognitionPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetCelebrityRecognitionPagesWithContext indicates an expected call of GetCelebrityRecognitionPagesWithContext
func (*MockRekognitionAPIMockRecorder) GetCelebrityRecognitionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) GetCelebrityRecognitionRequest(arg0 interface{}) *gomock.Call
GetCelebrityRecognitionRequest indicates an expected call of GetCelebrityRecognitionRequest
func (*MockRekognitionAPIMockRecorder) GetCelebrityRecognitionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetCelebrityRecognitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetCelebrityRecognitionWithContext indicates an expected call of GetCelebrityRecognitionWithContext
func (*MockRekognitionAPIMockRecorder) GetContentModeration ¶
func (mr *MockRekognitionAPIMockRecorder) GetContentModeration(arg0 interface{}) *gomock.Call
GetContentModeration indicates an expected call of GetContentModeration
func (*MockRekognitionAPIMockRecorder) GetContentModerationPages ¶
func (mr *MockRekognitionAPIMockRecorder) GetContentModerationPages(arg0, arg1 interface{}) *gomock.Call
GetContentModerationPages indicates an expected call of GetContentModerationPages
func (*MockRekognitionAPIMockRecorder) GetContentModerationPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetContentModerationPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetContentModerationPagesWithContext indicates an expected call of GetContentModerationPagesWithContext
func (*MockRekognitionAPIMockRecorder) GetContentModerationRequest ¶
func (mr *MockRekognitionAPIMockRecorder) GetContentModerationRequest(arg0 interface{}) *gomock.Call
GetContentModerationRequest indicates an expected call of GetContentModerationRequest
func (*MockRekognitionAPIMockRecorder) GetContentModerationWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetContentModerationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetContentModerationWithContext indicates an expected call of GetContentModerationWithContext
func (*MockRekognitionAPIMockRecorder) GetFaceDetection ¶
func (mr *MockRekognitionAPIMockRecorder) GetFaceDetection(arg0 interface{}) *gomock.Call
GetFaceDetection indicates an expected call of GetFaceDetection
func (*MockRekognitionAPIMockRecorder) GetFaceDetectionPages ¶
func (mr *MockRekognitionAPIMockRecorder) GetFaceDetectionPages(arg0, arg1 interface{}) *gomock.Call
GetFaceDetectionPages indicates an expected call of GetFaceDetectionPages
func (*MockRekognitionAPIMockRecorder) GetFaceDetectionPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetFaceDetectionPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetFaceDetectionPagesWithContext indicates an expected call of GetFaceDetectionPagesWithContext
func (*MockRekognitionAPIMockRecorder) GetFaceDetectionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) GetFaceDetectionRequest(arg0 interface{}) *gomock.Call
GetFaceDetectionRequest indicates an expected call of GetFaceDetectionRequest
func (*MockRekognitionAPIMockRecorder) GetFaceDetectionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetFaceDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetFaceDetectionWithContext indicates an expected call of GetFaceDetectionWithContext
func (*MockRekognitionAPIMockRecorder) GetFaceSearch ¶
func (mr *MockRekognitionAPIMockRecorder) GetFaceSearch(arg0 interface{}) *gomock.Call
GetFaceSearch indicates an expected call of GetFaceSearch
func (*MockRekognitionAPIMockRecorder) GetFaceSearchPages ¶
func (mr *MockRekognitionAPIMockRecorder) GetFaceSearchPages(arg0, arg1 interface{}) *gomock.Call
GetFaceSearchPages indicates an expected call of GetFaceSearchPages
func (*MockRekognitionAPIMockRecorder) GetFaceSearchPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetFaceSearchPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetFaceSearchPagesWithContext indicates an expected call of GetFaceSearchPagesWithContext
func (*MockRekognitionAPIMockRecorder) GetFaceSearchRequest ¶
func (mr *MockRekognitionAPIMockRecorder) GetFaceSearchRequest(arg0 interface{}) *gomock.Call
GetFaceSearchRequest indicates an expected call of GetFaceSearchRequest
func (*MockRekognitionAPIMockRecorder) GetFaceSearchWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetFaceSearchWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetFaceSearchWithContext indicates an expected call of GetFaceSearchWithContext
func (*MockRekognitionAPIMockRecorder) GetLabelDetection ¶
func (mr *MockRekognitionAPIMockRecorder) GetLabelDetection(arg0 interface{}) *gomock.Call
GetLabelDetection indicates an expected call of GetLabelDetection
func (*MockRekognitionAPIMockRecorder) GetLabelDetectionPages ¶
func (mr *MockRekognitionAPIMockRecorder) GetLabelDetectionPages(arg0, arg1 interface{}) *gomock.Call
GetLabelDetectionPages indicates an expected call of GetLabelDetectionPages
func (*MockRekognitionAPIMockRecorder) GetLabelDetectionPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetLabelDetectionPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetLabelDetectionPagesWithContext indicates an expected call of GetLabelDetectionPagesWithContext
func (*MockRekognitionAPIMockRecorder) GetLabelDetectionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) GetLabelDetectionRequest(arg0 interface{}) *gomock.Call
GetLabelDetectionRequest indicates an expected call of GetLabelDetectionRequest
func (*MockRekognitionAPIMockRecorder) GetLabelDetectionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetLabelDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetLabelDetectionWithContext indicates an expected call of GetLabelDetectionWithContext
func (*MockRekognitionAPIMockRecorder) GetPersonTracking ¶
func (mr *MockRekognitionAPIMockRecorder) GetPersonTracking(arg0 interface{}) *gomock.Call
GetPersonTracking indicates an expected call of GetPersonTracking
func (*MockRekognitionAPIMockRecorder) GetPersonTrackingPages ¶
func (mr *MockRekognitionAPIMockRecorder) GetPersonTrackingPages(arg0, arg1 interface{}) *gomock.Call
GetPersonTrackingPages indicates an expected call of GetPersonTrackingPages
func (*MockRekognitionAPIMockRecorder) GetPersonTrackingPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetPersonTrackingPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetPersonTrackingPagesWithContext indicates an expected call of GetPersonTrackingPagesWithContext
func (*MockRekognitionAPIMockRecorder) GetPersonTrackingRequest ¶
func (mr *MockRekognitionAPIMockRecorder) GetPersonTrackingRequest(arg0 interface{}) *gomock.Call
GetPersonTrackingRequest indicates an expected call of GetPersonTrackingRequest
func (*MockRekognitionAPIMockRecorder) GetPersonTrackingWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetPersonTrackingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetPersonTrackingWithContext indicates an expected call of GetPersonTrackingWithContext
func (*MockRekognitionAPIMockRecorder) GetTextDetection ¶
func (mr *MockRekognitionAPIMockRecorder) GetTextDetection(arg0 interface{}) *gomock.Call
GetTextDetection indicates an expected call of GetTextDetection
func (*MockRekognitionAPIMockRecorder) GetTextDetectionPages ¶
func (mr *MockRekognitionAPIMockRecorder) GetTextDetectionPages(arg0, arg1 interface{}) *gomock.Call
GetTextDetectionPages indicates an expected call of GetTextDetectionPages
func (*MockRekognitionAPIMockRecorder) GetTextDetectionPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetTextDetectionPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetTextDetectionPagesWithContext indicates an expected call of GetTextDetectionPagesWithContext
func (*MockRekognitionAPIMockRecorder) GetTextDetectionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) GetTextDetectionRequest(arg0 interface{}) *gomock.Call
GetTextDetectionRequest indicates an expected call of GetTextDetectionRequest
func (*MockRekognitionAPIMockRecorder) GetTextDetectionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) GetTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetTextDetectionWithContext indicates an expected call of GetTextDetectionWithContext
func (*MockRekognitionAPIMockRecorder) IndexFaces ¶
func (mr *MockRekognitionAPIMockRecorder) IndexFaces(arg0 interface{}) *gomock.Call
IndexFaces indicates an expected call of IndexFaces
func (*MockRekognitionAPIMockRecorder) IndexFacesRequest ¶
func (mr *MockRekognitionAPIMockRecorder) IndexFacesRequest(arg0 interface{}) *gomock.Call
IndexFacesRequest indicates an expected call of IndexFacesRequest
func (*MockRekognitionAPIMockRecorder) IndexFacesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) IndexFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
IndexFacesWithContext indicates an expected call of IndexFacesWithContext
func (*MockRekognitionAPIMockRecorder) ListCollections ¶
func (mr *MockRekognitionAPIMockRecorder) ListCollections(arg0 interface{}) *gomock.Call
ListCollections indicates an expected call of ListCollections
func (*MockRekognitionAPIMockRecorder) ListCollectionsPages ¶
func (mr *MockRekognitionAPIMockRecorder) ListCollectionsPages(arg0, arg1 interface{}) *gomock.Call
ListCollectionsPages indicates an expected call of ListCollectionsPages
func (*MockRekognitionAPIMockRecorder) ListCollectionsPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) ListCollectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListCollectionsPagesWithContext indicates an expected call of ListCollectionsPagesWithContext
func (*MockRekognitionAPIMockRecorder) ListCollectionsRequest ¶
func (mr *MockRekognitionAPIMockRecorder) ListCollectionsRequest(arg0 interface{}) *gomock.Call
ListCollectionsRequest indicates an expected call of ListCollectionsRequest
func (*MockRekognitionAPIMockRecorder) ListCollectionsWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) ListCollectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListCollectionsWithContext indicates an expected call of ListCollectionsWithContext
func (*MockRekognitionAPIMockRecorder) ListFaces ¶
func (mr *MockRekognitionAPIMockRecorder) ListFaces(arg0 interface{}) *gomock.Call
ListFaces indicates an expected call of ListFaces
func (*MockRekognitionAPIMockRecorder) ListFacesPages ¶
func (mr *MockRekognitionAPIMockRecorder) ListFacesPages(arg0, arg1 interface{}) *gomock.Call
ListFacesPages indicates an expected call of ListFacesPages
func (*MockRekognitionAPIMockRecorder) ListFacesPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) ListFacesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListFacesPagesWithContext indicates an expected call of ListFacesPagesWithContext
func (*MockRekognitionAPIMockRecorder) ListFacesRequest ¶
func (mr *MockRekognitionAPIMockRecorder) ListFacesRequest(arg0 interface{}) *gomock.Call
ListFacesRequest indicates an expected call of ListFacesRequest
func (*MockRekognitionAPIMockRecorder) ListFacesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) ListFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListFacesWithContext indicates an expected call of ListFacesWithContext
func (*MockRekognitionAPIMockRecorder) ListStreamProcessors ¶
func (mr *MockRekognitionAPIMockRecorder) ListStreamProcessors(arg0 interface{}) *gomock.Call
ListStreamProcessors indicates an expected call of ListStreamProcessors
func (*MockRekognitionAPIMockRecorder) ListStreamProcessorsPages ¶
func (mr *MockRekognitionAPIMockRecorder) ListStreamProcessorsPages(arg0, arg1 interface{}) *gomock.Call
ListStreamProcessorsPages indicates an expected call of ListStreamProcessorsPages
func (*MockRekognitionAPIMockRecorder) ListStreamProcessorsPagesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) ListStreamProcessorsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListStreamProcessorsPagesWithContext indicates an expected call of ListStreamProcessorsPagesWithContext
func (*MockRekognitionAPIMockRecorder) ListStreamProcessorsRequest ¶
func (mr *MockRekognitionAPIMockRecorder) ListStreamProcessorsRequest(arg0 interface{}) *gomock.Call
ListStreamProcessorsRequest indicates an expected call of ListStreamProcessorsRequest
func (*MockRekognitionAPIMockRecorder) ListStreamProcessorsWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) ListStreamProcessorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListStreamProcessorsWithContext indicates an expected call of ListStreamProcessorsWithContext
func (*MockRekognitionAPIMockRecorder) RecognizeCelebrities ¶
func (mr *MockRekognitionAPIMockRecorder) RecognizeCelebrities(arg0 interface{}) *gomock.Call
RecognizeCelebrities indicates an expected call of RecognizeCelebrities
func (*MockRekognitionAPIMockRecorder) RecognizeCelebritiesRequest ¶
func (mr *MockRekognitionAPIMockRecorder) RecognizeCelebritiesRequest(arg0 interface{}) *gomock.Call
RecognizeCelebritiesRequest indicates an expected call of RecognizeCelebritiesRequest
func (*MockRekognitionAPIMockRecorder) RecognizeCelebritiesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) RecognizeCelebritiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RecognizeCelebritiesWithContext indicates an expected call of RecognizeCelebritiesWithContext
func (*MockRekognitionAPIMockRecorder) SearchFaces ¶
func (mr *MockRekognitionAPIMockRecorder) SearchFaces(arg0 interface{}) *gomock.Call
SearchFaces indicates an expected call of SearchFaces
func (*MockRekognitionAPIMockRecorder) SearchFacesByImage ¶
func (mr *MockRekognitionAPIMockRecorder) SearchFacesByImage(arg0 interface{}) *gomock.Call
SearchFacesByImage indicates an expected call of SearchFacesByImage
func (*MockRekognitionAPIMockRecorder) SearchFacesByImageRequest ¶
func (mr *MockRekognitionAPIMockRecorder) SearchFacesByImageRequest(arg0 interface{}) *gomock.Call
SearchFacesByImageRequest indicates an expected call of SearchFacesByImageRequest
func (*MockRekognitionAPIMockRecorder) SearchFacesByImageWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) SearchFacesByImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SearchFacesByImageWithContext indicates an expected call of SearchFacesByImageWithContext
func (*MockRekognitionAPIMockRecorder) SearchFacesRequest ¶
func (mr *MockRekognitionAPIMockRecorder) SearchFacesRequest(arg0 interface{}) *gomock.Call
SearchFacesRequest indicates an expected call of SearchFacesRequest
func (*MockRekognitionAPIMockRecorder) SearchFacesWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) SearchFacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SearchFacesWithContext indicates an expected call of SearchFacesWithContext
func (*MockRekognitionAPIMockRecorder) StartCelebrityRecognition ¶
func (mr *MockRekognitionAPIMockRecorder) StartCelebrityRecognition(arg0 interface{}) *gomock.Call
StartCelebrityRecognition indicates an expected call of StartCelebrityRecognition
func (*MockRekognitionAPIMockRecorder) StartCelebrityRecognitionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StartCelebrityRecognitionRequest(arg0 interface{}) *gomock.Call
StartCelebrityRecognitionRequest indicates an expected call of StartCelebrityRecognitionRequest
func (*MockRekognitionAPIMockRecorder) StartCelebrityRecognitionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StartCelebrityRecognitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartCelebrityRecognitionWithContext indicates an expected call of StartCelebrityRecognitionWithContext
func (*MockRekognitionAPIMockRecorder) StartContentModeration ¶
func (mr *MockRekognitionAPIMockRecorder) StartContentModeration(arg0 interface{}) *gomock.Call
StartContentModeration indicates an expected call of StartContentModeration
func (*MockRekognitionAPIMockRecorder) StartContentModerationRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StartContentModerationRequest(arg0 interface{}) *gomock.Call
StartContentModerationRequest indicates an expected call of StartContentModerationRequest
func (*MockRekognitionAPIMockRecorder) StartContentModerationWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StartContentModerationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartContentModerationWithContext indicates an expected call of StartContentModerationWithContext
func (*MockRekognitionAPIMockRecorder) StartFaceDetection ¶
func (mr *MockRekognitionAPIMockRecorder) StartFaceDetection(arg0 interface{}) *gomock.Call
StartFaceDetection indicates an expected call of StartFaceDetection
func (*MockRekognitionAPIMockRecorder) StartFaceDetectionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StartFaceDetectionRequest(arg0 interface{}) *gomock.Call
StartFaceDetectionRequest indicates an expected call of StartFaceDetectionRequest
func (*MockRekognitionAPIMockRecorder) StartFaceDetectionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StartFaceDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartFaceDetectionWithContext indicates an expected call of StartFaceDetectionWithContext
func (*MockRekognitionAPIMockRecorder) StartFaceSearch ¶
func (mr *MockRekognitionAPIMockRecorder) StartFaceSearch(arg0 interface{}) *gomock.Call
StartFaceSearch indicates an expected call of StartFaceSearch
func (*MockRekognitionAPIMockRecorder) StartFaceSearchRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StartFaceSearchRequest(arg0 interface{}) *gomock.Call
StartFaceSearchRequest indicates an expected call of StartFaceSearchRequest
func (*MockRekognitionAPIMockRecorder) StartFaceSearchWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StartFaceSearchWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartFaceSearchWithContext indicates an expected call of StartFaceSearchWithContext
func (*MockRekognitionAPIMockRecorder) StartLabelDetection ¶
func (mr *MockRekognitionAPIMockRecorder) StartLabelDetection(arg0 interface{}) *gomock.Call
StartLabelDetection indicates an expected call of StartLabelDetection
func (*MockRekognitionAPIMockRecorder) StartLabelDetectionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StartLabelDetectionRequest(arg0 interface{}) *gomock.Call
StartLabelDetectionRequest indicates an expected call of StartLabelDetectionRequest
func (*MockRekognitionAPIMockRecorder) StartLabelDetectionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StartLabelDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartLabelDetectionWithContext indicates an expected call of StartLabelDetectionWithContext
func (*MockRekognitionAPIMockRecorder) StartPersonTracking ¶
func (mr *MockRekognitionAPIMockRecorder) StartPersonTracking(arg0 interface{}) *gomock.Call
StartPersonTracking indicates an expected call of StartPersonTracking
func (*MockRekognitionAPIMockRecorder) StartPersonTrackingRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StartPersonTrackingRequest(arg0 interface{}) *gomock.Call
StartPersonTrackingRequest indicates an expected call of StartPersonTrackingRequest
func (*MockRekognitionAPIMockRecorder) StartPersonTrackingWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StartPersonTrackingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartPersonTrackingWithContext indicates an expected call of StartPersonTrackingWithContext
func (*MockRekognitionAPIMockRecorder) StartProjectVersion ¶
func (mr *MockRekognitionAPIMockRecorder) StartProjectVersion(arg0 interface{}) *gomock.Call
StartProjectVersion indicates an expected call of StartProjectVersion
func (*MockRekognitionAPIMockRecorder) StartProjectVersionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StartProjectVersionRequest(arg0 interface{}) *gomock.Call
StartProjectVersionRequest indicates an expected call of StartProjectVersionRequest
func (*MockRekognitionAPIMockRecorder) StartProjectVersionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StartProjectVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartProjectVersionWithContext indicates an expected call of StartProjectVersionWithContext
func (*MockRekognitionAPIMockRecorder) StartStreamProcessor ¶
func (mr *MockRekognitionAPIMockRecorder) StartStreamProcessor(arg0 interface{}) *gomock.Call
StartStreamProcessor indicates an expected call of StartStreamProcessor
func (*MockRekognitionAPIMockRecorder) StartStreamProcessorRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StartStreamProcessorRequest(arg0 interface{}) *gomock.Call
StartStreamProcessorRequest indicates an expected call of StartStreamProcessorRequest
func (*MockRekognitionAPIMockRecorder) StartStreamProcessorWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StartStreamProcessorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartStreamProcessorWithContext indicates an expected call of StartStreamProcessorWithContext
func (*MockRekognitionAPIMockRecorder) StartTextDetection ¶
func (mr *MockRekognitionAPIMockRecorder) StartTextDetection(arg0 interface{}) *gomock.Call
StartTextDetection indicates an expected call of StartTextDetection
func (*MockRekognitionAPIMockRecorder) StartTextDetectionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StartTextDetectionRequest(arg0 interface{}) *gomock.Call
StartTextDetectionRequest indicates an expected call of StartTextDetectionRequest
func (*MockRekognitionAPIMockRecorder) StartTextDetectionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StartTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartTextDetectionWithContext indicates an expected call of StartTextDetectionWithContext
func (*MockRekognitionAPIMockRecorder) StopProjectVersion ¶
func (mr *MockRekognitionAPIMockRecorder) StopProjectVersion(arg0 interface{}) *gomock.Call
StopProjectVersion indicates an expected call of StopProjectVersion
func (*MockRekognitionAPIMockRecorder) StopProjectVersionRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StopProjectVersionRequest(arg0 interface{}) *gomock.Call
StopProjectVersionRequest indicates an expected call of StopProjectVersionRequest
func (*MockRekognitionAPIMockRecorder) StopProjectVersionWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StopProjectVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopProjectVersionWithContext indicates an expected call of StopProjectVersionWithContext
func (*MockRekognitionAPIMockRecorder) StopStreamProcessor ¶
func (mr *MockRekognitionAPIMockRecorder) StopStreamProcessor(arg0 interface{}) *gomock.Call
StopStreamProcessor indicates an expected call of StopStreamProcessor
func (*MockRekognitionAPIMockRecorder) StopStreamProcessorRequest ¶
func (mr *MockRekognitionAPIMockRecorder) StopStreamProcessorRequest(arg0 interface{}) *gomock.Call
StopStreamProcessorRequest indicates an expected call of StopStreamProcessorRequest
func (*MockRekognitionAPIMockRecorder) StopStreamProcessorWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) StopStreamProcessorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopStreamProcessorWithContext indicates an expected call of StopStreamProcessorWithContext
func (*MockRekognitionAPIMockRecorder) WaitUntilProjectVersionRunning ¶
func (mr *MockRekognitionAPIMockRecorder) WaitUntilProjectVersionRunning(arg0 interface{}) *gomock.Call
WaitUntilProjectVersionRunning indicates an expected call of WaitUntilProjectVersionRunning
func (*MockRekognitionAPIMockRecorder) WaitUntilProjectVersionRunningWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) WaitUntilProjectVersionRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilProjectVersionRunningWithContext indicates an expected call of WaitUntilProjectVersionRunningWithContext
func (*MockRekognitionAPIMockRecorder) WaitUntilProjectVersionTrainingCompleted ¶
func (mr *MockRekognitionAPIMockRecorder) WaitUntilProjectVersionTrainingCompleted(arg0 interface{}) *gomock.Call
WaitUntilProjectVersionTrainingCompleted indicates an expected call of WaitUntilProjectVersionTrainingCompleted
func (*MockRekognitionAPIMockRecorder) WaitUntilProjectVersionTrainingCompletedWithContext ¶
func (mr *MockRekognitionAPIMockRecorder) WaitUntilProjectVersionTrainingCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilProjectVersionTrainingCompletedWithContext indicates an expected call of WaitUntilProjectVersionTrainingCompletedWithContext