Documentation ¶
Index ¶
- type Client
- type CompareFacesFuture
- type CreateCollectionFuture
- type CreateProjectFuture
- type CreateProjectVersionFuture
- type CreateStreamProcessorFuture
- type DeleteCollectionFuture
- type DeleteFacesFuture
- type DeleteProjectFuture
- type DeleteProjectVersionFuture
- type DeleteStreamProcessorFuture
- type DescribeCollectionFuture
- type DescribeProjectVersionsFuture
- type DescribeProjectsFuture
- type DescribeStreamProcessorFuture
- type DetectCustomLabelsFuture
- type DetectFacesFuture
- type DetectLabelsFuture
- type DetectModerationLabelsFuture
- type DetectProtectiveEquipmentFuture
- type DetectTextFuture
- type GetCelebrityInfoFuture
- type GetCelebrityRecognitionFuture
- type GetContentModerationFuture
- type GetFaceDetectionFuture
- type GetFaceSearchFuture
- type GetLabelDetectionFuture
- type GetPersonTrackingFuture
- type GetSegmentDetectionFuture
- type GetTextDetectionFuture
- type IndexFacesFuture
- type ListCollectionsFuture
- type ListFacesFuture
- type ListStreamProcessorsFuture
- type RecognizeCelebritiesFuture
- type SearchFacesByImageFuture
- type SearchFacesFuture
- type StartCelebrityRecognitionFuture
- type StartContentModerationFuture
- type StartFaceDetectionFuture
- type StartFaceSearchFuture
- type StartLabelDetectionFuture
- type StartPersonTrackingFuture
- type StartProjectVersionFuture
- type StartSegmentDetectionFuture
- type StartStreamProcessorFuture
- type StartTextDetectionFuture
- type StopProjectVersionFuture
- type StopStreamProcessorFuture
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 }
type CompareFacesFuture ¶
func (*CompareFacesFuture) Get ¶
func (r *CompareFacesFuture) Get(ctx workflow.Context) (*rekognition.CompareFacesOutput, error)
type CreateCollectionFuture ¶
type CreateCollectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCollectionFuture) Get ¶
func (r *CreateCollectionFuture) Get(ctx workflow.Context) (*rekognition.CreateCollectionOutput, error)
type CreateProjectFuture ¶
func (*CreateProjectFuture) Get ¶
func (r *CreateProjectFuture) Get(ctx workflow.Context) (*rekognition.CreateProjectOutput, error)
type CreateProjectVersionFuture ¶
type CreateProjectVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateProjectVersionFuture) Get ¶
func (r *CreateProjectVersionFuture) Get(ctx workflow.Context) (*rekognition.CreateProjectVersionOutput, error)
type CreateStreamProcessorFuture ¶
type CreateStreamProcessorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateStreamProcessorFuture) Get ¶
func (r *CreateStreamProcessorFuture) Get(ctx workflow.Context) (*rekognition.CreateStreamProcessorOutput, error)
type DeleteCollectionFuture ¶
type DeleteCollectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCollectionFuture) Get ¶
func (r *DeleteCollectionFuture) Get(ctx workflow.Context) (*rekognition.DeleteCollectionOutput, error)
type DeleteFacesFuture ¶
func (*DeleteFacesFuture) Get ¶
func (r *DeleteFacesFuture) Get(ctx workflow.Context) (*rekognition.DeleteFacesOutput, error)
type DeleteProjectFuture ¶
func (*DeleteProjectFuture) Get ¶
func (r *DeleteProjectFuture) Get(ctx workflow.Context) (*rekognition.DeleteProjectOutput, error)
type DeleteProjectVersionFuture ¶
type DeleteProjectVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteProjectVersionFuture) Get ¶
func (r *DeleteProjectVersionFuture) Get(ctx workflow.Context) (*rekognition.DeleteProjectVersionOutput, error)
type DeleteStreamProcessorFuture ¶
type DeleteStreamProcessorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteStreamProcessorFuture) Get ¶
func (r *DeleteStreamProcessorFuture) Get(ctx workflow.Context) (*rekognition.DeleteStreamProcessorOutput, error)
type DescribeCollectionFuture ¶
type DescribeCollectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCollectionFuture) Get ¶
func (r *DescribeCollectionFuture) Get(ctx workflow.Context) (*rekognition.DescribeCollectionOutput, error)
type DescribeProjectVersionsFuture ¶
type DescribeProjectVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProjectVersionsFuture) Get ¶
func (r *DescribeProjectVersionsFuture) Get(ctx workflow.Context) (*rekognition.DescribeProjectVersionsOutput, error)
type DescribeProjectsFuture ¶
type DescribeProjectsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProjectsFuture) Get ¶
func (r *DescribeProjectsFuture) Get(ctx workflow.Context) (*rekognition.DescribeProjectsOutput, error)
type DescribeStreamProcessorFuture ¶
type DescribeStreamProcessorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStreamProcessorFuture) Get ¶
func (r *DescribeStreamProcessorFuture) Get(ctx workflow.Context) (*rekognition.DescribeStreamProcessorOutput, error)
type DetectCustomLabelsFuture ¶
type DetectCustomLabelsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectCustomLabelsFuture) Get ¶
func (r *DetectCustomLabelsFuture) Get(ctx workflow.Context) (*rekognition.DetectCustomLabelsOutput, error)
type DetectFacesFuture ¶
func (*DetectFacesFuture) Get ¶
func (r *DetectFacesFuture) Get(ctx workflow.Context) (*rekognition.DetectFacesOutput, error)
type DetectLabelsFuture ¶
func (*DetectLabelsFuture) Get ¶
func (r *DetectLabelsFuture) Get(ctx workflow.Context) (*rekognition.DetectLabelsOutput, error)
type DetectModerationLabelsFuture ¶
type DetectModerationLabelsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectModerationLabelsFuture) Get ¶
func (r *DetectModerationLabelsFuture) Get(ctx workflow.Context) (*rekognition.DetectModerationLabelsOutput, error)
type DetectProtectiveEquipmentFuture ¶
type DetectProtectiveEquipmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetectProtectiveEquipmentFuture) Get ¶
func (r *DetectProtectiveEquipmentFuture) Get(ctx workflow.Context) (*rekognition.DetectProtectiveEquipmentOutput, error)
type DetectTextFuture ¶
func (*DetectTextFuture) Get ¶
func (r *DetectTextFuture) Get(ctx workflow.Context) (*rekognition.DetectTextOutput, error)
type GetCelebrityInfoFuture ¶
type GetCelebrityInfoFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCelebrityInfoFuture) Get ¶
func (r *GetCelebrityInfoFuture) Get(ctx workflow.Context) (*rekognition.GetCelebrityInfoOutput, error)
type GetCelebrityRecognitionFuture ¶
type GetCelebrityRecognitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCelebrityRecognitionFuture) Get ¶
func (r *GetCelebrityRecognitionFuture) Get(ctx workflow.Context) (*rekognition.GetCelebrityRecognitionOutput, error)
type GetContentModerationFuture ¶
type GetContentModerationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetContentModerationFuture) Get ¶
func (r *GetContentModerationFuture) Get(ctx workflow.Context) (*rekognition.GetContentModerationOutput, error)
type GetFaceDetectionFuture ¶
type GetFaceDetectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetFaceDetectionFuture) Get ¶
func (r *GetFaceDetectionFuture) Get(ctx workflow.Context) (*rekognition.GetFaceDetectionOutput, error)
type GetFaceSearchFuture ¶
func (*GetFaceSearchFuture) Get ¶
func (r *GetFaceSearchFuture) Get(ctx workflow.Context) (*rekognition.GetFaceSearchOutput, error)
type GetLabelDetectionFuture ¶
type GetLabelDetectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetLabelDetectionFuture) Get ¶
func (r *GetLabelDetectionFuture) Get(ctx workflow.Context) (*rekognition.GetLabelDetectionOutput, error)
type GetPersonTrackingFuture ¶
type GetPersonTrackingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPersonTrackingFuture) Get ¶
func (r *GetPersonTrackingFuture) Get(ctx workflow.Context) (*rekognition.GetPersonTrackingOutput, error)
type GetSegmentDetectionFuture ¶
type GetSegmentDetectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSegmentDetectionFuture) Get ¶
func (r *GetSegmentDetectionFuture) Get(ctx workflow.Context) (*rekognition.GetSegmentDetectionOutput, error)
type GetTextDetectionFuture ¶
type GetTextDetectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetTextDetectionFuture) Get ¶
func (r *GetTextDetectionFuture) Get(ctx workflow.Context) (*rekognition.GetTextDetectionOutput, error)
type IndexFacesFuture ¶
func (*IndexFacesFuture) Get ¶
func (r *IndexFacesFuture) Get(ctx workflow.Context) (*rekognition.IndexFacesOutput, error)
type ListCollectionsFuture ¶
type ListCollectionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListCollectionsFuture) Get ¶
func (r *ListCollectionsFuture) Get(ctx workflow.Context) (*rekognition.ListCollectionsOutput, error)
type ListFacesFuture ¶
func (*ListFacesFuture) Get ¶
func (r *ListFacesFuture) Get(ctx workflow.Context) (*rekognition.ListFacesOutput, error)
type ListStreamProcessorsFuture ¶
type ListStreamProcessorsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListStreamProcessorsFuture) Get ¶
func (r *ListStreamProcessorsFuture) Get(ctx workflow.Context) (*rekognition.ListStreamProcessorsOutput, error)
type RecognizeCelebritiesFuture ¶
type RecognizeCelebritiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RecognizeCelebritiesFuture) Get ¶
func (r *RecognizeCelebritiesFuture) Get(ctx workflow.Context) (*rekognition.RecognizeCelebritiesOutput, error)
type SearchFacesByImageFuture ¶
type SearchFacesByImageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SearchFacesByImageFuture) Get ¶
func (r *SearchFacesByImageFuture) Get(ctx workflow.Context) (*rekognition.SearchFacesByImageOutput, error)
type SearchFacesFuture ¶
func (*SearchFacesFuture) Get ¶
func (r *SearchFacesFuture) Get(ctx workflow.Context) (*rekognition.SearchFacesOutput, error)
type StartCelebrityRecognitionFuture ¶
type StartCelebrityRecognitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartCelebrityRecognitionFuture) Get ¶
func (r *StartCelebrityRecognitionFuture) Get(ctx workflow.Context) (*rekognition.StartCelebrityRecognitionOutput, error)
type StartContentModerationFuture ¶
type StartContentModerationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartContentModerationFuture) Get ¶
func (r *StartContentModerationFuture) Get(ctx workflow.Context) (*rekognition.StartContentModerationOutput, error)
type StartFaceDetectionFuture ¶
type StartFaceDetectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartFaceDetectionFuture) Get ¶
func (r *StartFaceDetectionFuture) Get(ctx workflow.Context) (*rekognition.StartFaceDetectionOutput, error)
type StartFaceSearchFuture ¶
type StartFaceSearchFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartFaceSearchFuture) Get ¶
func (r *StartFaceSearchFuture) Get(ctx workflow.Context) (*rekognition.StartFaceSearchOutput, error)
type StartLabelDetectionFuture ¶
type StartLabelDetectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartLabelDetectionFuture) Get ¶
func (r *StartLabelDetectionFuture) Get(ctx workflow.Context) (*rekognition.StartLabelDetectionOutput, error)
type StartPersonTrackingFuture ¶
type StartPersonTrackingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartPersonTrackingFuture) Get ¶
func (r *StartPersonTrackingFuture) Get(ctx workflow.Context) (*rekognition.StartPersonTrackingOutput, error)
type StartProjectVersionFuture ¶
type StartProjectVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartProjectVersionFuture) Get ¶
func (r *StartProjectVersionFuture) Get(ctx workflow.Context) (*rekognition.StartProjectVersionOutput, error)
type StartSegmentDetectionFuture ¶
type StartSegmentDetectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartSegmentDetectionFuture) Get ¶
func (r *StartSegmentDetectionFuture) Get(ctx workflow.Context) (*rekognition.StartSegmentDetectionOutput, error)
type StartStreamProcessorFuture ¶
type StartStreamProcessorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartStreamProcessorFuture) Get ¶
func (r *StartStreamProcessorFuture) Get(ctx workflow.Context) (*rekognition.StartStreamProcessorOutput, error)
type StartTextDetectionFuture ¶
type StartTextDetectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartTextDetectionFuture) Get ¶
func (r *StartTextDetectionFuture) Get(ctx workflow.Context) (*rekognition.StartTextDetectionOutput, error)
type StopProjectVersionFuture ¶
type StopProjectVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopProjectVersionFuture) Get ¶
func (r *StopProjectVersionFuture) Get(ctx workflow.Context) (*rekognition.StopProjectVersionOutput, error)
type StopStreamProcessorFuture ¶
type StopStreamProcessorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopStreamProcessorFuture) Get ¶
func (r *StopStreamProcessorFuture) Get(ctx workflow.Context) (*rekognition.StopStreamProcessorOutput, error)
Click to show internal directories.
Click to hide internal directories.