rekognitionstub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	CompareFaces(ctx workflow.Context, input *rekognition.CompareFacesInput) (*rekognition.CompareFacesOutput, error)
	CompareFacesAsync(ctx workflow.Context, input *rekognition.CompareFacesInput) *CompareFacesFuture

	CreateCollection(ctx workflow.Context, input *rekognition.CreateCollectionInput) (*rekognition.CreateCollectionOutput, error)
	CreateCollectionAsync(ctx workflow.Context, input *rekognition.CreateCollectionInput) *CreateCollectionFuture

	CreateProject(ctx workflow.Context, input *rekognition.CreateProjectInput) (*rekognition.CreateProjectOutput, error)
	CreateProjectAsync(ctx workflow.Context, input *rekognition.CreateProjectInput) *CreateProjectFuture

	CreateProjectVersion(ctx workflow.Context, input *rekognition.CreateProjectVersionInput) (*rekognition.CreateProjectVersionOutput, error)
	CreateProjectVersionAsync(ctx workflow.Context, input *rekognition.CreateProjectVersionInput) *CreateProjectVersionFuture

	CreateStreamProcessor(ctx workflow.Context, input *rekognition.CreateStreamProcessorInput) (*rekognition.CreateStreamProcessorOutput, error)
	CreateStreamProcessorAsync(ctx workflow.Context, input *rekognition.CreateStreamProcessorInput) *CreateStreamProcessorFuture

	DeleteCollection(ctx workflow.Context, input *rekognition.DeleteCollectionInput) (*rekognition.DeleteCollectionOutput, error)
	DeleteCollectionAsync(ctx workflow.Context, input *rekognition.DeleteCollectionInput) *DeleteCollectionFuture

	DeleteFaces(ctx workflow.Context, input *rekognition.DeleteFacesInput) (*rekognition.DeleteFacesOutput, error)
	DeleteFacesAsync(ctx workflow.Context, input *rekognition.DeleteFacesInput) *DeleteFacesFuture

	DeleteProject(ctx workflow.Context, input *rekognition.DeleteProjectInput) (*rekognition.DeleteProjectOutput, error)
	DeleteProjectAsync(ctx workflow.Context, input *rekognition.DeleteProjectInput) *DeleteProjectFuture

	DeleteProjectVersion(ctx workflow.Context, input *rekognition.DeleteProjectVersionInput) (*rekognition.DeleteProjectVersionOutput, error)
	DeleteProjectVersionAsync(ctx workflow.Context, input *rekognition.DeleteProjectVersionInput) *DeleteProjectVersionFuture

	DeleteStreamProcessor(ctx workflow.Context, input *rekognition.DeleteStreamProcessorInput) (*rekognition.DeleteStreamProcessorOutput, error)
	DeleteStreamProcessorAsync(ctx workflow.Context, input *rekognition.DeleteStreamProcessorInput) *DeleteStreamProcessorFuture

	DescribeCollection(ctx workflow.Context, input *rekognition.DescribeCollectionInput) (*rekognition.DescribeCollectionOutput, error)
	DescribeCollectionAsync(ctx workflow.Context, input *rekognition.DescribeCollectionInput) *DescribeCollectionFuture

	DescribeProjectVersions(ctx workflow.Context, input *rekognition.DescribeProjectVersionsInput) (*rekognition.DescribeProjectVersionsOutput, error)
	DescribeProjectVersionsAsync(ctx workflow.Context, input *rekognition.DescribeProjectVersionsInput) *DescribeProjectVersionsFuture

	DescribeProjects(ctx workflow.Context, input *rekognition.DescribeProjectsInput) (*rekognition.DescribeProjectsOutput, error)
	DescribeProjectsAsync(ctx workflow.Context, input *rekognition.DescribeProjectsInput) *DescribeProjectsFuture

	DescribeStreamProcessor(ctx workflow.Context, input *rekognition.DescribeStreamProcessorInput) (*rekognition.DescribeStreamProcessorOutput, error)
	DescribeStreamProcessorAsync(ctx workflow.Context, input *rekognition.DescribeStreamProcessorInput) *DescribeStreamProcessorFuture

	DetectCustomLabels(ctx workflow.Context, input *rekognition.DetectCustomLabelsInput) (*rekognition.DetectCustomLabelsOutput, error)
	DetectCustomLabelsAsync(ctx workflow.Context, input *rekognition.DetectCustomLabelsInput) *DetectCustomLabelsFuture

	DetectFaces(ctx workflow.Context, input *rekognition.DetectFacesInput) (*rekognition.DetectFacesOutput, error)
	DetectFacesAsync(ctx workflow.Context, input *rekognition.DetectFacesInput) *DetectFacesFuture

	DetectLabels(ctx workflow.Context, input *rekognition.DetectLabelsInput) (*rekognition.DetectLabelsOutput, error)
	DetectLabelsAsync(ctx workflow.Context, input *rekognition.DetectLabelsInput) *DetectLabelsFuture

	DetectModerationLabels(ctx workflow.Context, input *rekognition.DetectModerationLabelsInput) (*rekognition.DetectModerationLabelsOutput, error)
	DetectModerationLabelsAsync(ctx workflow.Context, input *rekognition.DetectModerationLabelsInput) *DetectModerationLabelsFuture

	DetectProtectiveEquipment(ctx workflow.Context, input *rekognition.DetectProtectiveEquipmentInput) (*rekognition.DetectProtectiveEquipmentOutput, error)
	DetectProtectiveEquipmentAsync(ctx workflow.Context, input *rekognition.DetectProtectiveEquipmentInput) *DetectProtectiveEquipmentFuture

	DetectText(ctx workflow.Context, input *rekognition.DetectTextInput) (*rekognition.DetectTextOutput, error)
	DetectTextAsync(ctx workflow.Context, input *rekognition.DetectTextInput) *DetectTextFuture

	GetCelebrityInfo(ctx workflow.Context, input *rekognition.GetCelebrityInfoInput) (*rekognition.GetCelebrityInfoOutput, error)
	GetCelebrityInfoAsync(ctx workflow.Context, input *rekognition.GetCelebrityInfoInput) *GetCelebrityInfoFuture

	GetCelebrityRecognition(ctx workflow.Context, input *rekognition.GetCelebrityRecognitionInput) (*rekognition.GetCelebrityRecognitionOutput, error)
	GetCelebrityRecognitionAsync(ctx workflow.Context, input *rekognition.GetCelebrityRecognitionInput) *GetCelebrityRecognitionFuture

	GetContentModeration(ctx workflow.Context, input *rekognition.GetContentModerationInput) (*rekognition.GetContentModerationOutput, error)
	GetContentModerationAsync(ctx workflow.Context, input *rekognition.GetContentModerationInput) *GetContentModerationFuture

	GetFaceDetection(ctx workflow.Context, input *rekognition.GetFaceDetectionInput) (*rekognition.GetFaceDetectionOutput, error)
	GetFaceDetectionAsync(ctx workflow.Context, input *rekognition.GetFaceDetectionInput) *GetFaceDetectionFuture

	GetFaceSearch(ctx workflow.Context, input *rekognition.GetFaceSearchInput) (*rekognition.GetFaceSearchOutput, error)
	GetFaceSearchAsync(ctx workflow.Context, input *rekognition.GetFaceSearchInput) *GetFaceSearchFuture

	GetLabelDetection(ctx workflow.Context, input *rekognition.GetLabelDetectionInput) (*rekognition.GetLabelDetectionOutput, error)
	GetLabelDetectionAsync(ctx workflow.Context, input *rekognition.GetLabelDetectionInput) *GetLabelDetectionFuture

	GetPersonTracking(ctx workflow.Context, input *rekognition.GetPersonTrackingInput) (*rekognition.GetPersonTrackingOutput, error)
	GetPersonTrackingAsync(ctx workflow.Context, input *rekognition.GetPersonTrackingInput) *GetPersonTrackingFuture

	GetSegmentDetection(ctx workflow.Context, input *rekognition.GetSegmentDetectionInput) (*rekognition.GetSegmentDetectionOutput, error)
	GetSegmentDetectionAsync(ctx workflow.Context, input *rekognition.GetSegmentDetectionInput) *GetSegmentDetectionFuture

	GetTextDetection(ctx workflow.Context, input *rekognition.GetTextDetectionInput) (*rekognition.GetTextDetectionOutput, error)
	GetTextDetectionAsync(ctx workflow.Context, input *rekognition.GetTextDetectionInput) *GetTextDetectionFuture

	IndexFaces(ctx workflow.Context, input *rekognition.IndexFacesInput) (*rekognition.IndexFacesOutput, error)
	IndexFacesAsync(ctx workflow.Context, input *rekognition.IndexFacesInput) *IndexFacesFuture

	ListCollections(ctx workflow.Context, input *rekognition.ListCollectionsInput) (*rekognition.ListCollectionsOutput, error)
	ListCollectionsAsync(ctx workflow.Context, input *rekognition.ListCollectionsInput) *ListCollectionsFuture

	ListFaces(ctx workflow.Context, input *rekognition.ListFacesInput) (*rekognition.ListFacesOutput, error)
	ListFacesAsync(ctx workflow.Context, input *rekognition.ListFacesInput) *ListFacesFuture

	ListStreamProcessors(ctx workflow.Context, input *rekognition.ListStreamProcessorsInput) (*rekognition.ListStreamProcessorsOutput, error)
	ListStreamProcessorsAsync(ctx workflow.Context, input *rekognition.ListStreamProcessorsInput) *ListStreamProcessorsFuture

	RecognizeCelebrities(ctx workflow.Context, input *rekognition.RecognizeCelebritiesInput) (*rekognition.RecognizeCelebritiesOutput, error)
	RecognizeCelebritiesAsync(ctx workflow.Context, input *rekognition.RecognizeCelebritiesInput) *RecognizeCelebritiesFuture

	SearchFaces(ctx workflow.Context, input *rekognition.SearchFacesInput) (*rekognition.SearchFacesOutput, error)
	SearchFacesAsync(ctx workflow.Context, input *rekognition.SearchFacesInput) *SearchFacesFuture

	SearchFacesByImage(ctx workflow.Context, input *rekognition.SearchFacesByImageInput) (*rekognition.SearchFacesByImageOutput, error)
	SearchFacesByImageAsync(ctx workflow.Context, input *rekognition.SearchFacesByImageInput) *SearchFacesByImageFuture

	StartCelebrityRecognition(ctx workflow.Context, input *rekognition.StartCelebrityRecognitionInput) (*rekognition.StartCelebrityRecognitionOutput, error)
	StartCelebrityRecognitionAsync(ctx workflow.Context, input *rekognition.StartCelebrityRecognitionInput) *StartCelebrityRecognitionFuture

	StartContentModeration(ctx workflow.Context, input *rekognition.StartContentModerationInput) (*rekognition.StartContentModerationOutput, error)
	StartContentModerationAsync(ctx workflow.Context, input *rekognition.StartContentModerationInput) *StartContentModerationFuture

	StartFaceDetection(ctx workflow.Context, input *rekognition.StartFaceDetectionInput) (*rekognition.StartFaceDetectionOutput, error)
	StartFaceDetectionAsync(ctx workflow.Context, input *rekognition.StartFaceDetectionInput) *StartFaceDetectionFuture

	StartFaceSearch(ctx workflow.Context, input *rekognition.StartFaceSearchInput) (*rekognition.StartFaceSearchOutput, error)
	StartFaceSearchAsync(ctx workflow.Context, input *rekognition.StartFaceSearchInput) *StartFaceSearchFuture

	StartLabelDetection(ctx workflow.Context, input *rekognition.StartLabelDetectionInput) (*rekognition.StartLabelDetectionOutput, error)
	StartLabelDetectionAsync(ctx workflow.Context, input *rekognition.StartLabelDetectionInput) *StartLabelDetectionFuture

	StartPersonTracking(ctx workflow.Context, input *rekognition.StartPersonTrackingInput) (*rekognition.StartPersonTrackingOutput, error)
	StartPersonTrackingAsync(ctx workflow.Context, input *rekognition.StartPersonTrackingInput) *StartPersonTrackingFuture

	StartProjectVersion(ctx workflow.Context, input *rekognition.StartProjectVersionInput) (*rekognition.StartProjectVersionOutput, error)
	StartProjectVersionAsync(ctx workflow.Context, input *rekognition.StartProjectVersionInput) *StartProjectVersionFuture

	StartSegmentDetection(ctx workflow.Context, input *rekognition.StartSegmentDetectionInput) (*rekognition.StartSegmentDetectionOutput, error)
	StartSegmentDetectionAsync(ctx workflow.Context, input *rekognition.StartSegmentDetectionInput) *StartSegmentDetectionFuture

	StartStreamProcessor(ctx workflow.Context, input *rekognition.StartStreamProcessorInput) (*rekognition.StartStreamProcessorOutput, error)
	StartStreamProcessorAsync(ctx workflow.Context, input *rekognition.StartStreamProcessorInput) *StartStreamProcessorFuture

	StartTextDetection(ctx workflow.Context, input *rekognition.StartTextDetectionInput) (*rekognition.StartTextDetectionOutput, error)
	StartTextDetectionAsync(ctx workflow.Context, input *rekognition.StartTextDetectionInput) *StartTextDetectionFuture

	StopProjectVersion(ctx workflow.Context, input *rekognition.StopProjectVersionInput) (*rekognition.StopProjectVersionOutput, error)
	StopProjectVersionAsync(ctx workflow.Context, input *rekognition.StopProjectVersionInput) *StopProjectVersionFuture

	StopStreamProcessor(ctx workflow.Context, input *rekognition.StopStreamProcessorInput) (*rekognition.StopStreamProcessorOutput, error)
	StopStreamProcessorAsync(ctx workflow.Context, input *rekognition.StopStreamProcessorInput) *StopStreamProcessorFuture

	WaitUntilProjectVersionRunning(ctx workflow.Context, input *rekognition.DescribeProjectVersionsInput) error
	WaitUntilProjectVersionRunningAsync(ctx workflow.Context, input *rekognition.DescribeProjectVersionsInput) *clients.VoidFuture

	WaitUntilProjectVersionTrainingCompleted(ctx workflow.Context, input *rekognition.DescribeProjectVersionsInput) error
	WaitUntilProjectVersionTrainingCompletedAsync(ctx workflow.Context, input *rekognition.DescribeProjectVersionsInput) *clients.VoidFuture
}

func NewClient

func NewClient() Client

type CompareFacesFuture

type CompareFacesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CompareFacesFuture) Get

type CreateCollectionFuture

type CreateCollectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateCollectionFuture) Get

type CreateProjectFuture

type CreateProjectFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateProjectFuture) Get

type CreateProjectVersionFuture

type CreateProjectVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateProjectVersionFuture) Get

type CreateStreamProcessorFuture

type CreateStreamProcessorFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateStreamProcessorFuture) Get

type DeleteCollectionFuture

type DeleteCollectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteCollectionFuture) Get

type DeleteFacesFuture

type DeleteFacesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteFacesFuture) Get

type DeleteProjectFuture

type DeleteProjectFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteProjectFuture) Get

type DeleteProjectVersionFuture

type DeleteProjectVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteProjectVersionFuture) Get

type DeleteStreamProcessorFuture

type DeleteStreamProcessorFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteStreamProcessorFuture) Get

type DescribeCollectionFuture

type DescribeCollectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeCollectionFuture) Get

type DescribeProjectVersionsFuture

type DescribeProjectVersionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeProjectVersionsFuture) Get

type DescribeProjectsFuture

type DescribeProjectsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeProjectsFuture) Get

type DescribeStreamProcessorFuture

type DescribeStreamProcessorFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeStreamProcessorFuture) Get

type DetectCustomLabelsFuture

type DetectCustomLabelsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetectCustomLabelsFuture) Get

type DetectFacesFuture

type DetectFacesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetectFacesFuture) Get

type DetectLabelsFuture

type DetectLabelsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetectLabelsFuture) Get

type DetectModerationLabelsFuture

type DetectModerationLabelsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetectModerationLabelsFuture) Get

type DetectProtectiveEquipmentFuture

type DetectProtectiveEquipmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetectProtectiveEquipmentFuture) Get

type DetectTextFuture

type DetectTextFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DetectTextFuture) Get

type GetCelebrityInfoFuture

type GetCelebrityInfoFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetCelebrityInfoFuture) Get

type GetCelebrityRecognitionFuture

type GetCelebrityRecognitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetCelebrityRecognitionFuture) Get

type GetContentModerationFuture

type GetContentModerationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetContentModerationFuture) Get

type GetFaceDetectionFuture

type GetFaceDetectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetFaceDetectionFuture) Get

type GetFaceSearchFuture

type GetFaceSearchFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetFaceSearchFuture) Get

type GetLabelDetectionFuture

type GetLabelDetectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetLabelDetectionFuture) Get

type GetPersonTrackingFuture

type GetPersonTrackingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetPersonTrackingFuture) Get

type GetSegmentDetectionFuture

type GetSegmentDetectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSegmentDetectionFuture) Get

type GetTextDetectionFuture

type GetTextDetectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetTextDetectionFuture) Get

type IndexFacesFuture

type IndexFacesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*IndexFacesFuture) Get

type ListCollectionsFuture

type ListCollectionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListCollectionsFuture) Get

type ListFacesFuture

type ListFacesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListFacesFuture) Get

type ListStreamProcessorsFuture

type ListStreamProcessorsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListStreamProcessorsFuture) Get

type RecognizeCelebritiesFuture

type RecognizeCelebritiesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RecognizeCelebritiesFuture) Get

type SearchFacesByImageFuture

type SearchFacesByImageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchFacesByImageFuture) Get

type SearchFacesFuture

type SearchFacesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchFacesFuture) Get

type StartCelebrityRecognitionFuture

type StartCelebrityRecognitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartCelebrityRecognitionFuture) Get

type StartContentModerationFuture

type StartContentModerationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartContentModerationFuture) Get

type StartFaceDetectionFuture

type StartFaceDetectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartFaceDetectionFuture) Get

type StartFaceSearchFuture

type StartFaceSearchFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartFaceSearchFuture) Get

type StartLabelDetectionFuture

type StartLabelDetectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartLabelDetectionFuture) Get

type StartPersonTrackingFuture

type StartPersonTrackingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartPersonTrackingFuture) Get

type StartProjectVersionFuture

type StartProjectVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartProjectVersionFuture) Get

type StartSegmentDetectionFuture

type StartSegmentDetectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartSegmentDetectionFuture) Get

type StartStreamProcessorFuture

type StartStreamProcessorFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartStreamProcessorFuture) Get

type StartTextDetectionFuture

type StartTextDetectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartTextDetectionFuture) Get

type StopProjectVersionFuture

type StopProjectVersionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopProjectVersionFuture) Get

type StopStreamProcessorFuture

type StopStreamProcessorFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopStreamProcessorFuture) Get

Jump to

Keyboard shortcuts

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