rekognitionmock

package
v1.43.22 Latest Latest
Warning

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

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

Documentation

Overview

Package rekognitionmock is a generated GoMock package.

Index

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

CompareFaces mocks base method.

func (*MockRekognitionAPI) CompareFacesRequest

CompareFacesRequest mocks base method.

func (*MockRekognitionAPI) CompareFacesWithContext

CompareFacesWithContext mocks base method.

func (*MockRekognitionAPI) CreateCollection

CreateCollection mocks base method.

func (*MockRekognitionAPI) CreateCollectionRequest

CreateCollectionRequest mocks base method.

func (*MockRekognitionAPI) CreateCollectionWithContext

CreateCollectionWithContext mocks base method.

func (*MockRekognitionAPI) CreateDataset added in v1.43.22

CreateDataset mocks base method.

func (*MockRekognitionAPI) CreateDatasetRequest added in v1.43.22

CreateDatasetRequest mocks base method.

func (*MockRekognitionAPI) CreateDatasetWithContext added in v1.43.22

CreateDatasetWithContext mocks base method.

func (*MockRekognitionAPI) CreateProject

CreateProject mocks base method.

func (*MockRekognitionAPI) CreateProjectRequest

CreateProjectRequest mocks base method.

func (*MockRekognitionAPI) CreateProjectVersion

CreateProjectVersion mocks base method.

func (*MockRekognitionAPI) CreateProjectVersionRequest

CreateProjectVersionRequest mocks base method.

func (*MockRekognitionAPI) CreateProjectVersionWithContext

CreateProjectVersionWithContext mocks base method.

func (*MockRekognitionAPI) CreateProjectWithContext

CreateProjectWithContext mocks base method.

func (*MockRekognitionAPI) CreateStreamProcessor

CreateStreamProcessor mocks base method.

func (*MockRekognitionAPI) CreateStreamProcessorRequest

CreateStreamProcessorRequest mocks base method.

func (*MockRekognitionAPI) CreateStreamProcessorWithContext

CreateStreamProcessorWithContext mocks base method.

func (*MockRekognitionAPI) DeleteCollection

DeleteCollection mocks base method.

func (*MockRekognitionAPI) DeleteCollectionRequest

DeleteCollectionRequest mocks base method.

func (*MockRekognitionAPI) DeleteCollectionWithContext

DeleteCollectionWithContext mocks base method.

func (*MockRekognitionAPI) DeleteDataset added in v1.43.22

DeleteDataset mocks base method.

func (*MockRekognitionAPI) DeleteDatasetRequest added in v1.43.22

DeleteDatasetRequest mocks base method.

func (*MockRekognitionAPI) DeleteDatasetWithContext added in v1.43.22

DeleteDatasetWithContext mocks base method.

func (*MockRekognitionAPI) DeleteFaces

DeleteFaces mocks base method.

func (*MockRekognitionAPI) DeleteFacesRequest

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) DeleteProject

DeleteProject mocks base method.

func (*MockRekognitionAPI) DeleteProjectRequest

DeleteProjectRequest mocks base method.

func (*MockRekognitionAPI) DeleteProjectVersion

DeleteProjectVersion mocks base method.

func (*MockRekognitionAPI) DeleteProjectVersionRequest

DeleteProjectVersionRequest mocks base method.

func (*MockRekognitionAPI) DeleteProjectVersionWithContext

DeleteProjectVersionWithContext mocks base method.

func (*MockRekognitionAPI) DeleteProjectWithContext

DeleteProjectWithContext mocks base method.

func (*MockRekognitionAPI) DeleteStreamProcessor

DeleteStreamProcessor mocks base method.

func (*MockRekognitionAPI) DeleteStreamProcessorRequest

DeleteStreamProcessorRequest mocks base method.

func (*MockRekognitionAPI) DeleteStreamProcessorWithContext

DeleteStreamProcessorWithContext mocks base method.

func (*MockRekognitionAPI) DescribeCollection

DescribeCollection mocks base method.

func (*MockRekognitionAPI) DescribeCollectionRequest

DescribeCollectionRequest mocks base method.

func (*MockRekognitionAPI) DescribeCollectionWithContext

DescribeCollectionWithContext mocks base method.

func (*MockRekognitionAPI) DescribeDataset added in v1.43.22

DescribeDataset mocks base method.

func (*MockRekognitionAPI) DescribeDatasetRequest added in v1.43.22

DescribeDatasetRequest mocks base method.

func (*MockRekognitionAPI) DescribeDatasetWithContext added in v1.43.22

DescribeDatasetWithContext mocks base method.

func (*MockRekognitionAPI) DescribeProjectVersions

DescribeProjectVersions mocks base method.

func (*MockRekognitionAPI) DescribeProjectVersionsPages

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

DescribeProjectVersionsRequest mocks base method.

func (*MockRekognitionAPI) DescribeProjectVersionsWithContext

DescribeProjectVersionsWithContext mocks base method.

func (*MockRekognitionAPI) DescribeProjects

DescribeProjects mocks base method.

func (*MockRekognitionAPI) DescribeProjectsPages

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

DescribeProjectsRequest mocks base method.

func (*MockRekognitionAPI) DescribeProjectsWithContext

DescribeProjectsWithContext mocks base method.

func (*MockRekognitionAPI) DescribeStreamProcessor

DescribeStreamProcessor mocks base method.

func (*MockRekognitionAPI) DescribeStreamProcessorRequest

DescribeStreamProcessorRequest mocks base method.

func (*MockRekognitionAPI) DescribeStreamProcessorWithContext

DescribeStreamProcessorWithContext mocks base method.

func (*MockRekognitionAPI) DetectCustomLabels

DetectCustomLabels mocks base method.

func (*MockRekognitionAPI) DetectCustomLabelsRequest

DetectCustomLabelsRequest mocks base method.

func (*MockRekognitionAPI) DetectCustomLabelsWithContext

DetectCustomLabelsWithContext mocks base method.

func (*MockRekognitionAPI) DetectFaces

DetectFaces mocks base method.

func (*MockRekognitionAPI) DetectFacesRequest

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

DetectLabels mocks base method.

func (*MockRekognitionAPI) DetectLabelsRequest

DetectLabelsRequest mocks base method.

func (*MockRekognitionAPI) DetectLabelsWithContext

DetectLabelsWithContext mocks base method.

func (*MockRekognitionAPI) DetectModerationLabels

DetectModerationLabels mocks base method.

func (*MockRekognitionAPI) DetectModerationLabelsRequest

DetectModerationLabelsRequest mocks base method.

func (*MockRekognitionAPI) DetectModerationLabelsWithContext

DetectModerationLabelsWithContext mocks base method.

func (*MockRekognitionAPI) DetectProtectiveEquipment

DetectProtectiveEquipment mocks base method.

func (*MockRekognitionAPI) DetectProtectiveEquipmentRequest

DetectProtectiveEquipmentRequest mocks base method.

func (*MockRekognitionAPI) DetectProtectiveEquipmentWithContext

DetectProtectiveEquipmentWithContext mocks base method.

func (*MockRekognitionAPI) DetectText

DetectText mocks base method.

func (*MockRekognitionAPI) DetectTextRequest

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) DistributeDatasetEntries added in v1.43.22

DistributeDatasetEntries mocks base method.

func (*MockRekognitionAPI) DistributeDatasetEntriesRequest added in v1.43.22

DistributeDatasetEntriesRequest mocks base method.

func (*MockRekognitionAPI) DistributeDatasetEntriesWithContext added in v1.43.22

DistributeDatasetEntriesWithContext mocks base method.

func (*MockRekognitionAPI) EXPECT

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

func (*MockRekognitionAPI) GetCelebrityInfo

GetCelebrityInfo mocks base method.

func (*MockRekognitionAPI) GetCelebrityInfoRequest

GetCelebrityInfoRequest mocks base method.

func (*MockRekognitionAPI) GetCelebrityInfoWithContext

GetCelebrityInfoWithContext mocks base method.

func (*MockRekognitionAPI) GetCelebrityRecognition

GetCelebrityRecognition mocks base method.

func (*MockRekognitionAPI) GetCelebrityRecognitionPages

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

GetCelebrityRecognitionRequest mocks base method.

func (*MockRekognitionAPI) GetCelebrityRecognitionWithContext

GetCelebrityRecognitionWithContext mocks base method.

func (*MockRekognitionAPI) GetContentModeration

GetContentModeration mocks base method.

func (*MockRekognitionAPI) GetContentModerationPages

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

GetContentModerationRequest mocks base method.

func (*MockRekognitionAPI) GetContentModerationWithContext

GetContentModerationWithContext mocks base method.

func (*MockRekognitionAPI) GetFaceDetection

GetFaceDetection mocks base method.

func (*MockRekognitionAPI) GetFaceDetectionPages

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

GetFaceDetectionRequest mocks base method.

func (*MockRekognitionAPI) GetFaceDetectionWithContext

GetFaceDetectionWithContext mocks base method.

func (*MockRekognitionAPI) GetFaceSearch

GetFaceSearch mocks base method.

func (*MockRekognitionAPI) GetFaceSearchPages

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

GetFaceSearchRequest mocks base method.

func (*MockRekognitionAPI) GetFaceSearchWithContext

GetFaceSearchWithContext mocks base method.

func (*MockRekognitionAPI) GetLabelDetection

GetLabelDetection mocks base method.

func (*MockRekognitionAPI) GetLabelDetectionPages

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

GetLabelDetectionRequest mocks base method.

func (*MockRekognitionAPI) GetLabelDetectionWithContext

GetLabelDetectionWithContext mocks base method.

func (*MockRekognitionAPI) GetPersonTracking

GetPersonTracking mocks base method.

func (*MockRekognitionAPI) GetPersonTrackingPages

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

GetPersonTrackingRequest mocks base method.

func (*MockRekognitionAPI) GetPersonTrackingWithContext

GetPersonTrackingWithContext mocks base method.

func (*MockRekognitionAPI) GetSegmentDetection

GetSegmentDetection mocks base method.

func (*MockRekognitionAPI) GetSegmentDetectionPages

GetSegmentDetectionPages mocks base method.

func (*MockRekognitionAPI) GetSegmentDetectionPagesWithContext

func (m *MockRekognitionAPI) GetSegmentDetectionPagesWithContext(arg0 context.Context, arg1 *rekognition.GetSegmentDetectionInput, arg2 func(*rekognition.GetSegmentDetectionOutput, bool) bool, arg3 ...request.Option) error

GetSegmentDetectionPagesWithContext mocks base method.

func (*MockRekognitionAPI) GetSegmentDetectionRequest

GetSegmentDetectionRequest mocks base method.

func (*MockRekognitionAPI) GetSegmentDetectionWithContext

GetSegmentDetectionWithContext mocks base method.

func (*MockRekognitionAPI) GetTextDetection

GetTextDetection mocks base method.

func (*MockRekognitionAPI) GetTextDetectionPages

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

GetTextDetectionRequest mocks base method.

func (*MockRekognitionAPI) GetTextDetectionWithContext

GetTextDetectionWithContext mocks base method.

func (*MockRekognitionAPI) IndexFaces

IndexFaces mocks base method.

func (*MockRekognitionAPI) IndexFacesRequest

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

ListCollections mocks base method.

func (*MockRekognitionAPI) ListCollectionsPages

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

ListCollectionsRequest mocks base method.

func (*MockRekognitionAPI) ListCollectionsWithContext

ListCollectionsWithContext mocks base method.

func (*MockRekognitionAPI) ListDatasetEntries added in v1.43.22

ListDatasetEntries mocks base method.

func (*MockRekognitionAPI) ListDatasetEntriesPages added in v1.43.22

ListDatasetEntriesPages mocks base method.

func (*MockRekognitionAPI) ListDatasetEntriesPagesWithContext added in v1.43.22

func (m *MockRekognitionAPI) ListDatasetEntriesPagesWithContext(arg0 context.Context, arg1 *rekognition.ListDatasetEntriesInput, arg2 func(*rekognition.ListDatasetEntriesOutput, bool) bool, arg3 ...request.Option) error

ListDatasetEntriesPagesWithContext mocks base method.

func (*MockRekognitionAPI) ListDatasetEntriesRequest added in v1.43.22

ListDatasetEntriesRequest mocks base method.

func (*MockRekognitionAPI) ListDatasetEntriesWithContext added in v1.43.22

ListDatasetEntriesWithContext mocks base method.

func (*MockRekognitionAPI) ListDatasetLabels added in v1.43.22

ListDatasetLabels mocks base method.

func (*MockRekognitionAPI) ListDatasetLabelsPages added in v1.43.22

ListDatasetLabelsPages mocks base method.

func (*MockRekognitionAPI) ListDatasetLabelsPagesWithContext added in v1.43.22

func (m *MockRekognitionAPI) ListDatasetLabelsPagesWithContext(arg0 context.Context, arg1 *rekognition.ListDatasetLabelsInput, arg2 func(*rekognition.ListDatasetLabelsOutput, bool) bool, arg3 ...request.Option) error

ListDatasetLabelsPagesWithContext mocks base method.

func (*MockRekognitionAPI) ListDatasetLabelsRequest added in v1.43.22

ListDatasetLabelsRequest mocks base method.

func (*MockRekognitionAPI) ListDatasetLabelsWithContext added in v1.43.22

ListDatasetLabelsWithContext mocks base method.

func (*MockRekognitionAPI) ListFaces

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

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

ListStreamProcessors mocks base method.

func (*MockRekognitionAPI) ListStreamProcessorsPages

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

ListStreamProcessorsRequest mocks base method.

func (*MockRekognitionAPI) ListStreamProcessorsWithContext

ListStreamProcessorsWithContext mocks base method.

func (*MockRekognitionAPI) ListTagsForResource added in v1.38.35

ListTagsForResource mocks base method.

func (*MockRekognitionAPI) ListTagsForResourceRequest added in v1.38.35

ListTagsForResourceRequest mocks base method.

func (*MockRekognitionAPI) ListTagsForResourceWithContext added in v1.38.35

ListTagsForResourceWithContext mocks base method.

func (*MockRekognitionAPI) RecognizeCelebrities

RecognizeCelebrities mocks base method.

func (*MockRekognitionAPI) RecognizeCelebritiesRequest

RecognizeCelebritiesRequest mocks base method.

func (*MockRekognitionAPI) RecognizeCelebritiesWithContext

RecognizeCelebritiesWithContext mocks base method.

func (*MockRekognitionAPI) SearchFaces

SearchFaces mocks base method.

func (*MockRekognitionAPI) SearchFacesByImage

SearchFacesByImage mocks base method.

func (*MockRekognitionAPI) SearchFacesByImageRequest

SearchFacesByImageRequest mocks base method.

func (*MockRekognitionAPI) SearchFacesByImageWithContext

SearchFacesByImageWithContext mocks base method.

func (*MockRekognitionAPI) SearchFacesRequest

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

StartCelebrityRecognition mocks base method.

func (*MockRekognitionAPI) StartCelebrityRecognitionRequest

StartCelebrityRecognitionRequest mocks base method.

func (*MockRekognitionAPI) StartCelebrityRecognitionWithContext

StartCelebrityRecognitionWithContext mocks base method.

func (*MockRekognitionAPI) StartContentModeration

StartContentModeration mocks base method.

func (*MockRekognitionAPI) StartContentModerationRequest

StartContentModerationRequest mocks base method.

func (*MockRekognitionAPI) StartContentModerationWithContext

StartContentModerationWithContext mocks base method.

func (*MockRekognitionAPI) StartFaceDetection

StartFaceDetection mocks base method.

func (*MockRekognitionAPI) StartFaceDetectionRequest

StartFaceDetectionRequest mocks base method.

func (*MockRekognitionAPI) StartFaceDetectionWithContext

StartFaceDetectionWithContext mocks base method.

func (*MockRekognitionAPI) StartFaceSearch

StartFaceSearch mocks base method.

func (*MockRekognitionAPI) StartFaceSearchRequest

StartFaceSearchRequest mocks base method.

func (*MockRekognitionAPI) StartFaceSearchWithContext

StartFaceSearchWithContext mocks base method.

func (*MockRekognitionAPI) StartLabelDetection

StartLabelDetection mocks base method.

func (*MockRekognitionAPI) StartLabelDetectionRequest

StartLabelDetectionRequest mocks base method.

func (*MockRekognitionAPI) StartLabelDetectionWithContext

StartLabelDetectionWithContext mocks base method.

func (*MockRekognitionAPI) StartPersonTracking

StartPersonTracking mocks base method.

func (*MockRekognitionAPI) StartPersonTrackingRequest

StartPersonTrackingRequest mocks base method.

func (*MockRekognitionAPI) StartPersonTrackingWithContext

StartPersonTrackingWithContext mocks base method.

func (*MockRekognitionAPI) StartProjectVersion

StartProjectVersion mocks base method.

func (*MockRekognitionAPI) StartProjectVersionRequest

StartProjectVersionRequest mocks base method.

func (*MockRekognitionAPI) StartProjectVersionWithContext

StartProjectVersionWithContext mocks base method.

func (*MockRekognitionAPI) StartSegmentDetection

StartSegmentDetection mocks base method.

func (*MockRekognitionAPI) StartSegmentDetectionRequest

StartSegmentDetectionRequest mocks base method.

func (*MockRekognitionAPI) StartSegmentDetectionWithContext

StartSegmentDetectionWithContext mocks base method.

func (*MockRekognitionAPI) StartStreamProcessor

StartStreamProcessor mocks base method.

func (*MockRekognitionAPI) StartStreamProcessorRequest

StartStreamProcessorRequest mocks base method.

func (*MockRekognitionAPI) StartStreamProcessorWithContext

StartStreamProcessorWithContext mocks base method.

func (*MockRekognitionAPI) StartTextDetection

StartTextDetection mocks base method.

func (*MockRekognitionAPI) StartTextDetectionRequest

StartTextDetectionRequest mocks base method.

func (*MockRekognitionAPI) StartTextDetectionWithContext

StartTextDetectionWithContext mocks base method.

func (*MockRekognitionAPI) StopProjectVersion

StopProjectVersion mocks base method.

func (*MockRekognitionAPI) StopProjectVersionRequest

StopProjectVersionRequest mocks base method.

func (*MockRekognitionAPI) StopProjectVersionWithContext

StopProjectVersionWithContext mocks base method.

func (*MockRekognitionAPI) StopStreamProcessor

StopStreamProcessor mocks base method.

func (*MockRekognitionAPI) StopStreamProcessorRequest

StopStreamProcessorRequest mocks base method.

func (*MockRekognitionAPI) StopStreamProcessorWithContext

StopStreamProcessorWithContext mocks base method.

func (*MockRekognitionAPI) TagResource added in v1.38.35

TagResource mocks base method.

func (*MockRekognitionAPI) TagResourceRequest added in v1.38.35

TagResourceRequest mocks base method.

func (*MockRekognitionAPI) TagResourceWithContext added in v1.38.35

func (m *MockRekognitionAPI) TagResourceWithContext(arg0 context.Context, arg1 *rekognition.TagResourceInput, arg2 ...request.Option) (*rekognition.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockRekognitionAPI) UntagResource added in v1.38.35

UntagResource mocks base method.

func (*MockRekognitionAPI) UntagResourceRequest added in v1.38.35

UntagResourceRequest mocks base method.

func (*MockRekognitionAPI) UntagResourceWithContext added in v1.38.35

UntagResourceWithContext mocks base method.

func (*MockRekognitionAPI) UpdateDatasetEntries added in v1.43.22

UpdateDatasetEntries mocks base method.

func (*MockRekognitionAPI) UpdateDatasetEntriesRequest added in v1.43.22

UpdateDatasetEntriesRequest mocks base method.

func (*MockRekognitionAPI) UpdateDatasetEntriesWithContext added in v1.43.22

UpdateDatasetEntriesWithContext 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) CreateDataset added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) CreateDataset(arg0 interface{}) *gomock.Call

CreateDataset indicates an expected call of CreateDataset.

func (*MockRekognitionAPIMockRecorder) CreateDatasetRequest added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) CreateDatasetRequest(arg0 interface{}) *gomock.Call

CreateDatasetRequest indicates an expected call of CreateDatasetRequest.

func (*MockRekognitionAPIMockRecorder) CreateDatasetWithContext added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) CreateDatasetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDatasetWithContext indicates an expected call of CreateDatasetWithContext.

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) DeleteDataset added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) DeleteDataset(arg0 interface{}) *gomock.Call

DeleteDataset indicates an expected call of DeleteDataset.

func (*MockRekognitionAPIMockRecorder) DeleteDatasetRequest added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) DeleteDatasetRequest(arg0 interface{}) *gomock.Call

DeleteDatasetRequest indicates an expected call of DeleteDatasetRequest.

func (*MockRekognitionAPIMockRecorder) DeleteDatasetWithContext added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) DeleteDatasetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDatasetWithContext indicates an expected call of DeleteDatasetWithContext.

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) DeleteProject

func (mr *MockRekognitionAPIMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call

DeleteProject indicates an expected call of DeleteProject.

func (*MockRekognitionAPIMockRecorder) DeleteProjectRequest

func (mr *MockRekognitionAPIMockRecorder) DeleteProjectRequest(arg0 interface{}) *gomock.Call

DeleteProjectRequest indicates an expected call of DeleteProjectRequest.

func (*MockRekognitionAPIMockRecorder) DeleteProjectVersion

func (mr *MockRekognitionAPIMockRecorder) DeleteProjectVersion(arg0 interface{}) *gomock.Call

DeleteProjectVersion indicates an expected call of DeleteProjectVersion.

func (*MockRekognitionAPIMockRecorder) DeleteProjectVersionRequest

func (mr *MockRekognitionAPIMockRecorder) DeleteProjectVersionRequest(arg0 interface{}) *gomock.Call

DeleteProjectVersionRequest indicates an expected call of DeleteProjectVersionRequest.

func (*MockRekognitionAPIMockRecorder) DeleteProjectVersionWithContext

func (mr *MockRekognitionAPIMockRecorder) DeleteProjectVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteProjectVersionWithContext indicates an expected call of DeleteProjectVersionWithContext.

func (*MockRekognitionAPIMockRecorder) DeleteProjectWithContext

func (mr *MockRekognitionAPIMockRecorder) DeleteProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteProjectWithContext indicates an expected call of DeleteProjectWithContext.

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) DescribeDataset added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) DescribeDataset(arg0 interface{}) *gomock.Call

DescribeDataset indicates an expected call of DescribeDataset.

func (*MockRekognitionAPIMockRecorder) DescribeDatasetRequest added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) DescribeDatasetRequest(arg0 interface{}) *gomock.Call

DescribeDatasetRequest indicates an expected call of DescribeDatasetRequest.

func (*MockRekognitionAPIMockRecorder) DescribeDatasetWithContext added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) DescribeDatasetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDatasetWithContext indicates an expected call of DescribeDatasetWithContext.

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) DetectProtectiveEquipment

func (mr *MockRekognitionAPIMockRecorder) DetectProtectiveEquipment(arg0 interface{}) *gomock.Call

DetectProtectiveEquipment indicates an expected call of DetectProtectiveEquipment.

func (*MockRekognitionAPIMockRecorder) DetectProtectiveEquipmentRequest

func (mr *MockRekognitionAPIMockRecorder) DetectProtectiveEquipmentRequest(arg0 interface{}) *gomock.Call

DetectProtectiveEquipmentRequest indicates an expected call of DetectProtectiveEquipmentRequest.

func (*MockRekognitionAPIMockRecorder) DetectProtectiveEquipmentWithContext

func (mr *MockRekognitionAPIMockRecorder) DetectProtectiveEquipmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetectProtectiveEquipmentWithContext indicates an expected call of DetectProtectiveEquipmentWithContext.

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) DistributeDatasetEntries added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) DistributeDatasetEntries(arg0 interface{}) *gomock.Call

DistributeDatasetEntries indicates an expected call of DistributeDatasetEntries.

func (*MockRekognitionAPIMockRecorder) DistributeDatasetEntriesRequest added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) DistributeDatasetEntriesRequest(arg0 interface{}) *gomock.Call

DistributeDatasetEntriesRequest indicates an expected call of DistributeDatasetEntriesRequest.

func (*MockRekognitionAPIMockRecorder) DistributeDatasetEntriesWithContext added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) DistributeDatasetEntriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DistributeDatasetEntriesWithContext indicates an expected call of DistributeDatasetEntriesWithContext.

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) GetSegmentDetection

func (mr *MockRekognitionAPIMockRecorder) GetSegmentDetection(arg0 interface{}) *gomock.Call

GetSegmentDetection indicates an expected call of GetSegmentDetection.

func (*MockRekognitionAPIMockRecorder) GetSegmentDetectionPages

func (mr *MockRekognitionAPIMockRecorder) GetSegmentDetectionPages(arg0, arg1 interface{}) *gomock.Call

GetSegmentDetectionPages indicates an expected call of GetSegmentDetectionPages.

func (*MockRekognitionAPIMockRecorder) GetSegmentDetectionPagesWithContext

func (mr *MockRekognitionAPIMockRecorder) GetSegmentDetectionPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetSegmentDetectionPagesWithContext indicates an expected call of GetSegmentDetectionPagesWithContext.

func (*MockRekognitionAPIMockRecorder) GetSegmentDetectionRequest

func (mr *MockRekognitionAPIMockRecorder) GetSegmentDetectionRequest(arg0 interface{}) *gomock.Call

GetSegmentDetectionRequest indicates an expected call of GetSegmentDetectionRequest.

func (*MockRekognitionAPIMockRecorder) GetSegmentDetectionWithContext

func (mr *MockRekognitionAPIMockRecorder) GetSegmentDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSegmentDetectionWithContext indicates an expected call of GetSegmentDetectionWithContext.

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) ListDatasetEntries added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) ListDatasetEntries(arg0 interface{}) *gomock.Call

ListDatasetEntries indicates an expected call of ListDatasetEntries.

func (*MockRekognitionAPIMockRecorder) ListDatasetEntriesPages added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) ListDatasetEntriesPages(arg0, arg1 interface{}) *gomock.Call

ListDatasetEntriesPages indicates an expected call of ListDatasetEntriesPages.

func (*MockRekognitionAPIMockRecorder) ListDatasetEntriesPagesWithContext added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) ListDatasetEntriesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDatasetEntriesPagesWithContext indicates an expected call of ListDatasetEntriesPagesWithContext.

func (*MockRekognitionAPIMockRecorder) ListDatasetEntriesRequest added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) ListDatasetEntriesRequest(arg0 interface{}) *gomock.Call

ListDatasetEntriesRequest indicates an expected call of ListDatasetEntriesRequest.

func (*MockRekognitionAPIMockRecorder) ListDatasetEntriesWithContext added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) ListDatasetEntriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDatasetEntriesWithContext indicates an expected call of ListDatasetEntriesWithContext.

func (*MockRekognitionAPIMockRecorder) ListDatasetLabels added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) ListDatasetLabels(arg0 interface{}) *gomock.Call

ListDatasetLabels indicates an expected call of ListDatasetLabels.

func (*MockRekognitionAPIMockRecorder) ListDatasetLabelsPages added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) ListDatasetLabelsPages(arg0, arg1 interface{}) *gomock.Call

ListDatasetLabelsPages indicates an expected call of ListDatasetLabelsPages.

func (*MockRekognitionAPIMockRecorder) ListDatasetLabelsPagesWithContext added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) ListDatasetLabelsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDatasetLabelsPagesWithContext indicates an expected call of ListDatasetLabelsPagesWithContext.

func (*MockRekognitionAPIMockRecorder) ListDatasetLabelsRequest added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) ListDatasetLabelsRequest(arg0 interface{}) *gomock.Call

ListDatasetLabelsRequest indicates an expected call of ListDatasetLabelsRequest.

func (*MockRekognitionAPIMockRecorder) ListDatasetLabelsWithContext added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) ListDatasetLabelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDatasetLabelsWithContext indicates an expected call of ListDatasetLabelsWithContext.

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) ListTagsForResource added in v1.38.35

func (mr *MockRekognitionAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockRekognitionAPIMockRecorder) ListTagsForResourceRequest added in v1.38.35

func (mr *MockRekognitionAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockRekognitionAPIMockRecorder) ListTagsForResourceWithContext added in v1.38.35

func (mr *MockRekognitionAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

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) StartSegmentDetection

func (mr *MockRekognitionAPIMockRecorder) StartSegmentDetection(arg0 interface{}) *gomock.Call

StartSegmentDetection indicates an expected call of StartSegmentDetection.

func (*MockRekognitionAPIMockRecorder) StartSegmentDetectionRequest

func (mr *MockRekognitionAPIMockRecorder) StartSegmentDetectionRequest(arg0 interface{}) *gomock.Call

StartSegmentDetectionRequest indicates an expected call of StartSegmentDetectionRequest.

func (*MockRekognitionAPIMockRecorder) StartSegmentDetectionWithContext

func (mr *MockRekognitionAPIMockRecorder) StartSegmentDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartSegmentDetectionWithContext indicates an expected call of StartSegmentDetectionWithContext.

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) TagResource added in v1.38.35

func (mr *MockRekognitionAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockRekognitionAPIMockRecorder) TagResourceRequest added in v1.38.35

func (mr *MockRekognitionAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockRekognitionAPIMockRecorder) TagResourceWithContext added in v1.38.35

func (mr *MockRekognitionAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockRekognitionAPIMockRecorder) UntagResource added in v1.38.35

func (mr *MockRekognitionAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockRekognitionAPIMockRecorder) UntagResourceRequest added in v1.38.35

func (mr *MockRekognitionAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockRekognitionAPIMockRecorder) UntagResourceWithContext added in v1.38.35

func (mr *MockRekognitionAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockRekognitionAPIMockRecorder) UpdateDatasetEntries added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) UpdateDatasetEntries(arg0 interface{}) *gomock.Call

UpdateDatasetEntries indicates an expected call of UpdateDatasetEntries.

func (*MockRekognitionAPIMockRecorder) UpdateDatasetEntriesRequest added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) UpdateDatasetEntriesRequest(arg0 interface{}) *gomock.Call

UpdateDatasetEntriesRequest indicates an expected call of UpdateDatasetEntriesRequest.

func (*MockRekognitionAPIMockRecorder) UpdateDatasetEntriesWithContext added in v1.43.22

func (mr *MockRekognitionAPIMockRecorder) UpdateDatasetEntriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDatasetEntriesWithContext indicates an expected call of UpdateDatasetEntriesWithContext.

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.

Jump to

Keyboard shortcuts

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