...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/rekognition"
Overview
Examples
Constants

Overview ▾

Package rekognition provides the client and types for making API requests to Amazon Rekognition.

This is the API Reference for Amazon Rekognition Image (https://docs.aws.amazon.com/rekognition/latest/dg/images.html), Amazon Rekognition Custom Labels (https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/what-is.html), Amazon Rekognition Stored Video (https://docs.aws.amazon.com/rekognition/latest/dg/video.html), Amazon Rekognition Streaming Video (https://docs.aws.amazon.com/rekognition/latest/dg/streaming-video.html). It provides descriptions of actions, data types, common parameters, and common errors.

Amazon Rekognition Image

Amazon Rekognition Custom Labels

Amazon Rekognition Video Stored Video

Amazon Rekognition Video Streaming Video

See rekognition package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/rekognition/

Using the Client

To contact Amazon Rekognition with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Rekognition client Rekognition for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/rekognition/#New

The stub package, rekognitioniface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

AssociateFaces
CompareFaces
CopyProjectVersion
CreateCollection
CreateDataset
CreateFaceLivenessSession
CreateProject
CreateProjectVersion
CreateStreamProcessor
CreateUser
DeleteCollection
DeleteDataset
DeleteFaces
DeleteProject
DeleteProjectPolicy
DeleteProjectVersion
DeleteStreamProcessor
DeleteUser
DescribeCollection
DescribeDataset
DescribeProjectVersions ( Paginator )
DescribeProjects ( Paginator )
DescribeStreamProcessor
DetectCustomLabels
DetectFaces
DetectLabels
DetectModerationLabels
DetectProtectiveEquipment
DetectText
DisassociateFaces
DistributeDatasetEntries
GetCelebrityInfo
GetCelebrityRecognition ( Paginator )
GetContentModeration ( Paginator )
GetFaceDetection ( Paginator )
GetFaceLivenessSessionResults
GetFaceSearch ( Paginator )
GetLabelDetection ( Paginator )
GetMediaAnalysisJob
GetPersonTracking ( Paginator )
GetSegmentDetection ( Paginator )
GetTextDetection ( Paginator )
IndexFaces
ListCollections ( Paginator )
ListDatasetEntries ( Paginator )
ListDatasetLabels ( Paginator )
ListFaces ( Paginator )
ListMediaAnalysisJobs ( Paginator )
ListProjectPolicies ( Paginator )
ListStreamProcessors ( Paginator )
ListTagsForResource
ListUsers ( Paginator )
PutProjectPolicy
RecognizeCelebrities
SearchFaces
SearchFacesByImage
SearchUsers
SearchUsersByImage
StartCelebrityRecognition
StartContentModeration
StartFaceDetection
StartFaceSearch
StartLabelDetection
StartMediaAnalysisJob
StartPersonTracking
StartProjectVersion
StartSegmentDetection
StartStreamProcessor
StartTextDetection
StopProjectVersion
StopStreamProcessor
TagResource
UntagResource
UpdateDatasetEntries
UpdateStreamProcessor

Types ▾

type Rekognition
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Rekognition
func (c *Rekognition) AssociateFaces(input *AssociateFacesInput) (*AssociateFacesOutput, error)
func (c *Rekognition) AssociateFacesRequest(input *AssociateFacesInput) (req *request.Request, output *AssociateFacesOutput)
func (c *Rekognition) AssociateFacesWithContext(ctx aws.Context, input *AssociateFacesInput, opts ...request.Option) (*AssociateFacesOutput, error)
func (c *Rekognition) CompareFaces(input *CompareFacesInput) (*CompareFacesOutput, error)
func (c *Rekognition) CompareFacesRequest(input *CompareFacesInput) (req *request.Request, output *CompareFacesOutput)
func (c *Rekognition) CompareFacesWithContext(ctx aws.Context, input *CompareFacesInput, opts ...request.Option) (*CompareFacesOutput, error)
func (c *Rekognition) CopyProjectVersion(input *CopyProjectVersionInput) (*CopyProjectVersionOutput, error)
func (c *Rekognition) CopyProjectVersionRequest(input *CopyProjectVersionInput) (req *request.Request, output *CopyProjectVersionOutput)
func (c *Rekognition) CopyProjectVersionWithContext(ctx aws.Context, input *CopyProjectVersionInput, opts ...request.Option) (*CopyProjectVersionOutput, error)
func (c *Rekognition) CreateCollection(input *CreateCollectionInput) (*CreateCollectionOutput, error)
func (c *Rekognition) CreateCollectionRequest(input *CreateCollectionInput) (req *request.Request, output *CreateCollectionOutput)
func (c *Rekognition) CreateCollectionWithContext(ctx aws.Context, input *CreateCollectionInput, opts ...request.Option) (*CreateCollectionOutput, error)
func (c *Rekognition) CreateDataset(input *CreateDatasetInput) (*CreateDatasetOutput, error)
func (c *Rekognition) CreateDatasetRequest(input *CreateDatasetInput) (req *request.Request, output *CreateDatasetOutput)
func (c *Rekognition) CreateDatasetWithContext(ctx aws.Context, input *CreateDatasetInput, opts ...request.Option) (*CreateDatasetOutput, error)
func (c *Rekognition) CreateFaceLivenessSession(input *CreateFaceLivenessSessionInput) (*CreateFaceLivenessSessionOutput, error)
func (c *Rekognition) CreateFaceLivenessSessionRequest(input *CreateFaceLivenessSessionInput) (req *request.Request, output *CreateFaceLivenessSessionOutput)
func (c *Rekognition) CreateFaceLivenessSessionWithContext(ctx aws.Context, input *CreateFaceLivenessSessionInput, opts ...request.Option) (*CreateFaceLivenessSessionOutput, error)
func (c *Rekognition) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error)
func (c *Rekognition) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput)
func (c *Rekognition) CreateProjectVersion(input *CreateProjectVersionInput) (*CreateProjectVersionOutput, error)
func (c *Rekognition) CreateProjectVersionRequest(input *CreateProjectVersionInput) (req *request.Request, output *CreateProjectVersionOutput)
func (c *Rekognition) CreateProjectVersionWithContext(ctx aws.Context, input *CreateProjectVersionInput, opts ...request.Option) (*CreateProjectVersionOutput, error)
func (c *Rekognition) CreateProjectWithContext(ctx aws.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error)
func (c *Rekognition) CreateStreamProcessor(input *CreateStreamProcessorInput) (*CreateStreamProcessorOutput, error)
func (c *Rekognition) CreateStreamProcessorRequest(input *CreateStreamProcessorInput) (req *request.Request, output *CreateStreamProcessorOutput)
func (c *Rekognition) CreateStreamProcessorWithContext(ctx aws.Context, input *CreateStreamProcessorInput, opts ...request.Option) (*CreateStreamProcessorOutput, error)
func (c *Rekognition) CreateUser(input *CreateUserInput) (*CreateUserOutput, error)
func (c *Rekognition) CreateUserRequest(input *CreateUserInput) (req *request.Request, output *CreateUserOutput)
func (c *Rekognition) CreateUserWithContext(ctx aws.Context, input *CreateUserInput, opts ...request.Option) (*CreateUserOutput, error)
func (c *Rekognition) DeleteCollection(input *DeleteCollectionInput) (*DeleteCollectionOutput, error)
func (c *Rekognition) DeleteCollectionRequest(input *DeleteCollectionInput) (req *request.Request, output *DeleteCollectionOutput)
func (c *Rekognition) DeleteCollectionWithContext(ctx aws.Context, input *DeleteCollectionInput, opts ...request.Option) (*DeleteCollectionOutput, error)
func (c *Rekognition) DeleteDataset(input *DeleteDatasetInput) (*DeleteDatasetOutput, error)
func (c *Rekognition) DeleteDatasetRequest(input *DeleteDatasetInput) (req *request.Request, output *DeleteDatasetOutput)
func (c *Rekognition) DeleteDatasetWithContext(ctx aws.Context, input *DeleteDatasetInput, opts ...request.Option) (*DeleteDatasetOutput, error)
func (c *Rekognition) DeleteFaces(input *DeleteFacesInput) (*DeleteFacesOutput, error)
func (c *Rekognition) DeleteFacesRequest(input *DeleteFacesInput) (req *request.Request, output *DeleteFacesOutput)
func (c *Rekognition) DeleteFacesWithContext(ctx aws.Context, input *DeleteFacesInput, opts ...request.Option) (*DeleteFacesOutput, error)
func (c *Rekognition) DeleteProject(input *DeleteProjectInput) (*DeleteProjectOutput, error)
func (c *Rekognition) DeleteProjectPolicy(input *DeleteProjectPolicyInput) (*DeleteProjectPolicyOutput, error)
func (c *Rekognition) DeleteProjectPolicyRequest(input *DeleteProjectPolicyInput) (req *request.Request, output *DeleteProjectPolicyOutput)
func (c *Rekognition) DeleteProjectPolicyWithContext(ctx aws.Context, input *DeleteProjectPolicyInput, opts ...request.Option) (*DeleteProjectPolicyOutput, error)
func (c *Rekognition) DeleteProjectRequest(input *DeleteProjectInput) (req *request.Request, output *DeleteProjectOutput)
func (c *Rekognition) DeleteProjectVersion(input *DeleteProjectVersionInput) (*DeleteProjectVersionOutput, error)
func (c *Rekognition) DeleteProjectVersionRequest(input *DeleteProjectVersionInput) (req *request.Request, output *DeleteProjectVersionOutput)
func (c *Rekognition) DeleteProjectVersionWithContext(ctx aws.Context, input *DeleteProjectVersionInput, opts ...request.Option) (*DeleteProjectVersionOutput, error)
func (c *Rekognition) DeleteProjectWithContext(ctx aws.Context, input *DeleteProjectInput, opts ...request.Option) (*DeleteProjectOutput, error)
func (c *Rekognition) DeleteStreamProcessor(input *DeleteStreamProcessorInput) (*DeleteStreamProcessorOutput, error)
func (c *Rekognition) DeleteStreamProcessorRequest(input *DeleteStreamProcessorInput) (req *request.Request, output *DeleteStreamProcessorOutput)
func (c *Rekognition) DeleteStreamProcessorWithContext(ctx aws.Context, input *DeleteStreamProcessorInput, opts ...request.Option) (*DeleteStreamProcessorOutput, error)
func (c *Rekognition) DeleteUser(input *DeleteUserInput) (*DeleteUserOutput, error)
func (c *Rekognition) DeleteUserRequest(input *DeleteUserInput) (req *request.Request, output *DeleteUserOutput)
func (c *Rekognition) DeleteUserWithContext(ctx aws.Context, input *DeleteUserInput, opts ...request.Option) (*DeleteUserOutput, error)
func (c *Rekognition) DescribeCollection(input *DescribeCollectionInput) (*DescribeCollectionOutput, error)
func (c *Rekognition) DescribeCollectionRequest(input *DescribeCollectionInput) (req *request.Request, output *DescribeCollectionOutput)
func (c *Rekognition) DescribeCollectionWithContext(ctx aws.Context, input *DescribeCollectionInput, opts ...request.Option) (*DescribeCollectionOutput, error)
func (c *Rekognition) DescribeDataset(input *DescribeDatasetInput) (*DescribeDatasetOutput, error)
func (c *Rekognition) DescribeDatasetRequest(input *DescribeDatasetInput) (req *request.Request, output *DescribeDatasetOutput)
func (c *Rekognition) DescribeDatasetWithContext(ctx aws.Context, input *DescribeDatasetInput, opts ...request.Option) (*DescribeDatasetOutput, error)
func (c *Rekognition) DescribeProjectVersions(input *DescribeProjectVersionsInput) (*DescribeProjectVersionsOutput, error)
func (c *Rekognition) DescribeProjectVersionsPages(input *DescribeProjectVersionsInput, fn func(*DescribeProjectVersionsOutput, bool) bool) error
func (c *Rekognition) DescribeProjectVersionsPagesWithContext(ctx aws.Context, input *DescribeProjectVersionsInput, fn func(*DescribeProjectVersionsOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) DescribeProjectVersionsRequest(input *DescribeProjectVersionsInput) (req *request.Request, output *DescribeProjectVersionsOutput)
func (c *Rekognition) DescribeProjectVersionsWithContext(ctx aws.Context, input *DescribeProjectVersionsInput, opts ...request.Option) (*DescribeProjectVersionsOutput, error)
func (c *Rekognition) DescribeProjects(input *DescribeProjectsInput) (*DescribeProjectsOutput, error)
func (c *Rekognition) DescribeProjectsPages(input *DescribeProjectsInput, fn func(*DescribeProjectsOutput, bool) bool) error
func (c *Rekognition) DescribeProjectsPagesWithContext(ctx aws.Context, input *DescribeProjectsInput, fn func(*DescribeProjectsOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) DescribeProjectsRequest(input *DescribeProjectsInput) (req *request.Request, output *DescribeProjectsOutput)
func (c *Rekognition) DescribeProjectsWithContext(ctx aws.Context, input *DescribeProjectsInput, opts ...request.Option) (*DescribeProjectsOutput, error)
func (c *Rekognition) DescribeStreamProcessor(input *DescribeStreamProcessorInput) (*DescribeStreamProcessorOutput, error)
func (c *Rekognition) DescribeStreamProcessorRequest(input *DescribeStreamProcessorInput) (req *request.Request, output *DescribeStreamProcessorOutput)
func (c *Rekognition) DescribeStreamProcessorWithContext(ctx aws.Context, input *DescribeStreamProcessorInput, opts ...request.Option) (*DescribeStreamProcessorOutput, error)
func (c *Rekognition) DetectCustomLabels(input *DetectCustomLabelsInput) (*DetectCustomLabelsOutput, error)
func (c *Rekognition) DetectCustomLabelsRequest(input *DetectCustomLabelsInput) (req *request.Request, output *DetectCustomLabelsOutput)
func (c *Rekognition) DetectCustomLabelsWithContext(ctx aws.Context, input *DetectCustomLabelsInput, opts ...request.Option) (*DetectCustomLabelsOutput, error)
func (c *Rekognition) DetectFaces(input *DetectFacesInput) (*DetectFacesOutput, error)
func (c *Rekognition) DetectFacesRequest(input *DetectFacesInput) (req *request.Request, output *DetectFacesOutput)
func (c *Rekognition) DetectFacesWithContext(ctx aws.Context, input *DetectFacesInput, opts ...request.Option) (*DetectFacesOutput, error)
func (c *Rekognition) DetectLabels(input *DetectLabelsInput) (*DetectLabelsOutput, error)
func (c *Rekognition) DetectLabelsRequest(input *DetectLabelsInput) (req *request.Request, output *DetectLabelsOutput)
func (c *Rekognition) DetectLabelsWithContext(ctx aws.Context, input *DetectLabelsInput, opts ...request.Option) (*DetectLabelsOutput, error)
func (c *Rekognition) DetectModerationLabels(input *DetectModerationLabelsInput) (*DetectModerationLabelsOutput, error)
func (c *Rekognition) DetectModerationLabelsRequest(input *DetectModerationLabelsInput) (req *request.Request, output *DetectModerationLabelsOutput)
func (c *Rekognition) DetectModerationLabelsWithContext(ctx aws.Context, input *DetectModerationLabelsInput, opts ...request.Option) (*DetectModerationLabelsOutput, error)
func (c *Rekognition) DetectProtectiveEquipment(input *DetectProtectiveEquipmentInput) (*DetectProtectiveEquipmentOutput, error)
func (c *Rekognition) DetectProtectiveEquipmentRequest(input *DetectProtectiveEquipmentInput) (req *request.Request, output *DetectProtectiveEquipmentOutput)
func (c *Rekognition) DetectProtectiveEquipmentWithContext(ctx aws.Context, input *DetectProtectiveEquipmentInput, opts ...request.Option) (*DetectProtectiveEquipmentOutput, error)
func (c *Rekognition) DetectText(input *DetectTextInput) (*DetectTextOutput, error)
func (c *Rekognition) DetectTextRequest(input *DetectTextInput) (req *request.Request, output *DetectTextOutput)
func (c *Rekognition) DetectTextWithContext(ctx aws.Context, input *DetectTextInput, opts ...request.Option) (*DetectTextOutput, error)
func (c *Rekognition) DisassociateFaces(input *DisassociateFacesInput) (*DisassociateFacesOutput, error)
func (c *Rekognition) DisassociateFacesRequest(input *DisassociateFacesInput) (req *request.Request, output *DisassociateFacesOutput)
func (c *Rekognition) DisassociateFacesWithContext(ctx aws.Context, input *DisassociateFacesInput, opts ...request.Option) (*DisassociateFacesOutput, error)
func (c *Rekognition) DistributeDatasetEntries(input *DistributeDatasetEntriesInput) (*DistributeDatasetEntriesOutput, error)
func (c *Rekognition) DistributeDatasetEntriesRequest(input *DistributeDatasetEntriesInput) (req *request.Request, output *DistributeDatasetEntriesOutput)
func (c *Rekognition) DistributeDatasetEntriesWithContext(ctx aws.Context, input *DistributeDatasetEntriesInput, opts ...request.Option) (*DistributeDatasetEntriesOutput, error)
func (c *Rekognition) GetCelebrityInfo(input *GetCelebrityInfoInput) (*GetCelebrityInfoOutput, error)
func (c *Rekognition) GetCelebrityInfoRequest(input *GetCelebrityInfoInput) (req *request.Request, output *GetCelebrityInfoOutput)
func (c *Rekognition) GetCelebrityInfoWithContext(ctx aws.Context, input *GetCelebrityInfoInput, opts ...request.Option) (*GetCelebrityInfoOutput, error)
func (c *Rekognition) GetCelebrityRecognition(input *GetCelebrityRecognitionInput) (*GetCelebrityRecognitionOutput, error)
func (c *Rekognition) GetCelebrityRecognitionPages(input *GetCelebrityRecognitionInput, fn func(*GetCelebrityRecognitionOutput, bool) bool) error
func (c *Rekognition) GetCelebrityRecognitionPagesWithContext(ctx aws.Context, input *GetCelebrityRecognitionInput, fn func(*GetCelebrityRecognitionOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) GetCelebrityRecognitionRequest(input *GetCelebrityRecognitionInput) (req *request.Request, output *GetCelebrityRecognitionOutput)
func (c *Rekognition) GetCelebrityRecognitionWithContext(ctx aws.Context, input *GetCelebrityRecognitionInput, opts ...request.Option) (*GetCelebrityRecognitionOutput, error)
func (c *Rekognition) GetContentModeration(input *GetContentModerationInput) (*GetContentModerationOutput, error)
func (c *Rekognition) GetContentModerationPages(input *GetContentModerationInput, fn func(*GetContentModerationOutput, bool) bool) error
func (c *Rekognition) GetContentModerationPagesWithContext(ctx aws.Context, input *GetContentModerationInput, fn func(*GetContentModerationOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) GetContentModerationRequest(input *GetContentModerationInput) (req *request.Request, output *GetContentModerationOutput)
func (c *Rekognition) GetContentModerationWithContext(ctx aws.Context, input *GetContentModerationInput, opts ...request.Option) (*GetContentModerationOutput, error)
func (c *Rekognition) GetFaceDetection(input *GetFaceDetectionInput) (*GetFaceDetectionOutput, error)
func (c *Rekognition) GetFaceDetectionPages(input *GetFaceDetectionInput, fn func(*GetFaceDetectionOutput, bool) bool) error
func (c *Rekognition) GetFaceDetectionPagesWithContext(ctx aws.Context, input *GetFaceDetectionInput, fn func(*GetFaceDetectionOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) GetFaceDetectionRequest(input *GetFaceDetectionInput) (req *request.Request, output *GetFaceDetectionOutput)
func (c *Rekognition) GetFaceDetectionWithContext(ctx aws.Context, input *GetFaceDetectionInput, opts ...request.Option) (*GetFaceDetectionOutput, error)
func (c *Rekognition) GetFaceLivenessSessionResults(input *GetFaceLivenessSessionResultsInput) (*GetFaceLivenessSessionResultsOutput, error)
func (c *Rekognition) GetFaceLivenessSessionResultsRequest(input *GetFaceLivenessSessionResultsInput) (req *request.Request, output *GetFaceLivenessSessionResultsOutput)
func (c *Rekognition) GetFaceLivenessSessionResultsWithContext(ctx aws.Context, input *GetFaceLivenessSessionResultsInput, opts ...request.Option) (*GetFaceLivenessSessionResultsOutput, error)
func (c *Rekognition) GetFaceSearch(input *GetFaceSearchInput) (*GetFaceSearchOutput, error)
func (c *Rekognition) GetFaceSearchPages(input *GetFaceSearchInput, fn func(*GetFaceSearchOutput, bool) bool) error
func (c *Rekognition) GetFaceSearchPagesWithContext(ctx aws.Context, input *GetFaceSearchInput, fn func(*GetFaceSearchOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) GetFaceSearchRequest(input *GetFaceSearchInput) (req *request.Request, output *GetFaceSearchOutput)
func (c *Rekognition) GetFaceSearchWithContext(ctx aws.Context, input *GetFaceSearchInput, opts ...request.Option) (*GetFaceSearchOutput, error)
func (c *Rekognition) GetLabelDetection(input *GetLabelDetectionInput) (*GetLabelDetectionOutput, error)
func (c *Rekognition) GetLabelDetectionPages(input *GetLabelDetectionInput, fn func(*GetLabelDetectionOutput, bool) bool) error
func (c *Rekognition) GetLabelDetectionPagesWithContext(ctx aws.Context, input *GetLabelDetectionInput, fn func(*GetLabelDetectionOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) GetLabelDetectionRequest(input *GetLabelDetectionInput) (req *request.Request, output *GetLabelDetectionOutput)
func (c *Rekognition) GetLabelDetectionWithContext(ctx aws.Context, input *GetLabelDetectionInput, opts ...request.Option) (*GetLabelDetectionOutput, error)
func (c *Rekognition) GetMediaAnalysisJob(input *GetMediaAnalysisJobInput) (*GetMediaAnalysisJobOutput, error)
func (c *Rekognition) GetMediaAnalysisJobRequest(input *GetMediaAnalysisJobInput) (req *request.Request, output *GetMediaAnalysisJobOutput)
func (c *Rekognition) GetMediaAnalysisJobWithContext(ctx aws.Context, input *GetMediaAnalysisJobInput, opts ...request.Option) (*GetMediaAnalysisJobOutput, error)
func (c *Rekognition) GetPersonTracking(input *GetPersonTrackingInput) (*GetPersonTrackingOutput, error)
func (c *Rekognition) GetPersonTrackingPages(input *GetPersonTrackingInput, fn func(*GetPersonTrackingOutput, bool) bool) error
func (c *Rekognition) GetPersonTrackingPagesWithContext(ctx aws.Context, input *GetPersonTrackingInput, fn func(*GetPersonTrackingOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) GetPersonTrackingRequest(input *GetPersonTrackingInput) (req *request.Request, output *GetPersonTrackingOutput)
func (c *Rekognition) GetPersonTrackingWithContext(ctx aws.Context, input *GetPersonTrackingInput, opts ...request.Option) (*GetPersonTrackingOutput, error)
func (c *Rekognition) GetSegmentDetection(input *GetSegmentDetectionInput) (*GetSegmentDetectionOutput, error)
func (c *Rekognition) GetSegmentDetectionPages(input *GetSegmentDetectionInput, fn func(*GetSegmentDetectionOutput, bool) bool) error
func (c *Rekognition) GetSegmentDetectionPagesWithContext(ctx aws.Context, input *GetSegmentDetectionInput, fn func(*GetSegmentDetectionOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) GetSegmentDetectionRequest(input *GetSegmentDetectionInput) (req *request.Request, output *GetSegmentDetectionOutput)
func (c *Rekognition) GetSegmentDetectionWithContext(ctx aws.Context, input *GetSegmentDetectionInput, opts ...request.Option) (*GetSegmentDetectionOutput, error)
func (c *Rekognition) GetTextDetection(input *GetTextDetectionInput) (*GetTextDetectionOutput, error)
func (c *Rekognition) GetTextDetectionPages(input *GetTextDetectionInput, fn func(*GetTextDetectionOutput, bool) bool) error
func (c *Rekognition) GetTextDetectionPagesWithContext(ctx aws.Context, input *GetTextDetectionInput, fn func(*GetTextDetectionOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) GetTextDetectionRequest(input *GetTextDetectionInput) (req *request.Request, output *GetTextDetectionOutput)
func (c *Rekognition) GetTextDetectionWithContext(ctx aws.Context, input *GetTextDetectionInput, opts ...request.Option) (*GetTextDetectionOutput, error)
func (c *Rekognition) IndexFaces(input *IndexFacesInput) (*IndexFacesOutput, error)
func (c *Rekognition) IndexFacesRequest(input *IndexFacesInput) (req *request.Request, output *IndexFacesOutput)
func (c *Rekognition) IndexFacesWithContext(ctx aws.Context, input *IndexFacesInput, opts ...request.Option) (*IndexFacesOutput, error)
func (c *Rekognition) ListCollections(input *ListCollectionsInput) (*ListCollectionsOutput, error)
func (c *Rekognition) ListCollectionsPages(input *ListCollectionsInput, fn func(*ListCollectionsOutput, bool) bool) error
func (c *Rekognition) ListCollectionsPagesWithContext(ctx aws.Context, input *ListCollectionsInput, fn func(*ListCollectionsOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) ListCollectionsRequest(input *ListCollectionsInput) (req *request.Request, output *ListCollectionsOutput)
func (c *Rekognition) ListCollectionsWithContext(ctx aws.Context, input *ListCollectionsInput, opts ...request.Option) (*ListCollectionsOutput, error)
func (c *Rekognition) ListDatasetEntries(input *ListDatasetEntriesInput) (*ListDatasetEntriesOutput, error)
func (c *Rekognition) ListDatasetEntriesPages(input *ListDatasetEntriesInput, fn func(*ListDatasetEntriesOutput, bool) bool) error
func (c *Rekognition) ListDatasetEntriesPagesWithContext(ctx aws.Context, input *ListDatasetEntriesInput, fn func(*ListDatasetEntriesOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) ListDatasetEntriesRequest(input *ListDatasetEntriesInput) (req *request.Request, output *ListDatasetEntriesOutput)
func (c *Rekognition) ListDatasetEntriesWithContext(ctx aws.Context, input *ListDatasetEntriesInput, opts ...request.Option) (*ListDatasetEntriesOutput, error)
func (c *Rekognition) ListDatasetLabels(input *ListDatasetLabelsInput) (*ListDatasetLabelsOutput, error)
func (c *Rekognition) ListDatasetLabelsPages(input *ListDatasetLabelsInput, fn func(*ListDatasetLabelsOutput, bool) bool) error
func (c *Rekognition) ListDatasetLabelsPagesWithContext(ctx aws.Context, input *ListDatasetLabelsInput, fn func(*ListDatasetLabelsOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) ListDatasetLabelsRequest(input *ListDatasetLabelsInput) (req *request.Request, output *ListDatasetLabelsOutput)
func (c *Rekognition) ListDatasetLabelsWithContext(ctx aws.Context, input *ListDatasetLabelsInput, opts ...request.Option) (*ListDatasetLabelsOutput, error)
func (c *Rekognition) ListFaces(input *ListFacesInput) (*ListFacesOutput, error)
func (c *Rekognition) ListFacesPages(input *ListFacesInput, fn func(*ListFacesOutput, bool) bool) error
func (c *Rekognition) ListFacesPagesWithContext(ctx aws.Context, input *ListFacesInput, fn func(*ListFacesOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) ListFacesRequest(input *ListFacesInput) (req *request.Request, output *ListFacesOutput)
func (c *Rekognition) ListFacesWithContext(ctx aws.Context, input *ListFacesInput, opts ...request.Option) (*ListFacesOutput, error)
func (c *Rekognition) ListMediaAnalysisJobs(input *ListMediaAnalysisJobsInput) (*ListMediaAnalysisJobsOutput, error)
func (c *Rekognition) ListMediaAnalysisJobsPages(input *ListMediaAnalysisJobsInput, fn func(*ListMediaAnalysisJobsOutput, bool) bool) error
func (c *Rekognition) ListMediaAnalysisJobsPagesWithContext(ctx aws.Context, input *ListMediaAnalysisJobsInput, fn func(*ListMediaAnalysisJobsOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) ListMediaAnalysisJobsRequest(input *ListMediaAnalysisJobsInput) (req *request.Request, output *ListMediaAnalysisJobsOutput)
func (c *Rekognition) ListMediaAnalysisJobsWithContext(ctx aws.Context, input *ListMediaAnalysisJobsInput, opts ...request.Option) (*ListMediaAnalysisJobsOutput, error)
func (c *Rekognition) ListProjectPolicies(input *ListProjectPoliciesInput) (*ListProjectPoliciesOutput, error)
func (c *Rekognition) ListProjectPoliciesPages(input *ListProjectPoliciesInput, fn func(*ListProjectPoliciesOutput, bool) bool) error
func (c *Rekognition) ListProjectPoliciesPagesWithContext(ctx aws.Context, input *ListProjectPoliciesInput, fn func(*ListProjectPoliciesOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) ListProjectPoliciesRequest(input *ListProjectPoliciesInput) (req *request.Request, output *ListProjectPoliciesOutput)
func (c *Rekognition) ListProjectPoliciesWithContext(ctx aws.Context, input *ListProjectPoliciesInput, opts ...request.Option) (*ListProjectPoliciesOutput, error)
func (c *Rekognition) ListStreamProcessors(input *ListStreamProcessorsInput) (*ListStreamProcessorsOutput, error)
func (c *Rekognition) ListStreamProcessorsPages(input *ListStreamProcessorsInput, fn func(*ListStreamProcessorsOutput, bool) bool) error
func (c *Rekognition) ListStreamProcessorsPagesWithContext(ctx aws.Context, input *ListStreamProcessorsInput, fn func(*ListStreamProcessorsOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) ListStreamProcessorsRequest(input *ListStreamProcessorsInput) (req *request.Request, output *ListStreamProcessorsOutput)
func (c *Rekognition) ListStreamProcessorsWithContext(ctx aws.Context, input *ListStreamProcessorsInput, opts ...request.Option) (*ListStreamProcessorsOutput, error)
func (c *Rekognition) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *Rekognition) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *Rekognition) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *Rekognition) ListUsers(input *ListUsersInput) (*ListUsersOutput, error)
func (c *Rekognition) ListUsersPages(input *ListUsersInput, fn func(*ListUsersOutput, bool) bool) error
func (c *Rekognition) ListUsersPagesWithContext(ctx aws.Context, input *ListUsersInput, fn func(*ListUsersOutput, bool) bool, opts ...request.Option) error
func (c *Rekognition) ListUsersRequest(input *ListUsersInput) (req *request.Request, output *ListUsersOutput)
func (c *Rekognition) ListUsersWithContext(ctx aws.Context, input *ListUsersInput, opts ...request.Option) (*ListUsersOutput, error)
func (c *Rekognition) PutProjectPolicy(input *PutProjectPolicyInput) (*PutProjectPolicyOutput, error)
func (c *Rekognition) PutProjectPolicyRequest(input *PutProjectPolicyInput) (req *request.Request, output *PutProjectPolicyOutput)
func (c *Rekognition) PutProjectPolicyWithContext(ctx aws.Context, input *PutProjectPolicyInput, opts ...request.Option) (*PutProjectPolicyOutput, error)
func (c *Rekognition) RecognizeCelebrities(input *RecognizeCelebritiesInput) (*RecognizeCelebritiesOutput, error)
func (c *Rekognition) RecognizeCelebritiesRequest(input *RecognizeCelebritiesInput) (req *request.Request, output *RecognizeCelebritiesOutput)
func (c *Rekognition) RecognizeCelebritiesWithContext(ctx aws.Context, input *RecognizeCelebritiesInput, opts ...request.Option) (*RecognizeCelebritiesOutput, error)
func (c *Rekognition) SearchFaces(input *SearchFacesInput) (*SearchFacesOutput, error)
func (c *Rekognition) SearchFacesByImage(input *SearchFacesByImageInput) (*SearchFacesByImageOutput, error)
func (c *Rekognition) SearchFacesByImageRequest(input *SearchFacesByImageInput) (req *request.Request, output *SearchFacesByImageOutput)
func (c *Rekognition) SearchFacesByImageWithContext(ctx aws.Context, input *SearchFacesByImageInput, opts ...request.Option) (*SearchFacesByImageOutput, error)
func (c *Rekognition) SearchFacesRequest(input *SearchFacesInput) (req *request.Request, output *SearchFacesOutput)
func (c *Rekognition) SearchFacesWithContext(ctx aws.Context, input *SearchFacesInput, opts ...request.Option) (*SearchFacesOutput, error)
func (c *Rekognition) SearchUsers(input *SearchUsersInput) (*SearchUsersOutput, error)
func (c *Rekognition) SearchUsersByImage(input *SearchUsersByImageInput) (*SearchUsersByImageOutput, error)
func (c *Rekognition) SearchUsersByImageRequest(input *SearchUsersByImageInput) (req *request.Request, output *SearchUsersByImageOutput)
func (c *Rekognition) SearchUsersByImageWithContext(ctx aws.Context, input *SearchUsersByImageInput, opts ...request.Option) (*SearchUsersByImageOutput, error)
func (c *Rekognition) SearchUsersRequest(input *SearchUsersInput) (req *request.Request, output *SearchUsersOutput)
func (c *Rekognition) SearchUsersWithContext(ctx aws.Context, input *SearchUsersInput, opts ...request.Option) (*SearchUsersOutput, error)
func (c *Rekognition) StartCelebrityRecognition(input *StartCelebrityRecognitionInput) (*StartCelebrityRecognitionOutput, error)
func (c *Rekognition) StartCelebrityRecognitionRequest(input *StartCelebrityRecognitionInput) (req *request.Request, output *StartCelebrityRecognitionOutput)
func (c *Rekognition) StartCelebrityRecognitionWithContext(ctx aws.Context, input *StartCelebrityRecognitionInput, opts ...request.Option) (*StartCelebrityRecognitionOutput, error)
func (c *Rekognition) StartContentModeration(input *StartContentModerationInput) (*StartContentModerationOutput, error)
func (c *Rekognition) StartContentModerationRequest(input *StartContentModerationInput) (req *request.Request, output *StartContentModerationOutput)
func (c *Rekognition) StartContentModerationWithContext(ctx aws.Context, input *StartContentModerationInput, opts ...request.Option) (*StartContentModerationOutput, error)
func (c *Rekognition) StartFaceDetection(input *StartFaceDetectionInput) (*StartFaceDetectionOutput, error)
func (c *Rekognition) StartFaceDetectionRequest(input *StartFaceDetectionInput) (req *request.Request, output *StartFaceDetectionOutput)
func (c *Rekognition) StartFaceDetectionWithContext(ctx aws.Context, input *StartFaceDetectionInput, opts ...request.Option) (*StartFaceDetectionOutput, error)
func (c *Rekognition) StartFaceSearch(input *StartFaceSearchInput) (*StartFaceSearchOutput, error)
func (c *Rekognition) StartFaceSearchRequest(input *StartFaceSearchInput) (req *request.Request, output *StartFaceSearchOutput)
func (c *Rekognition) StartFaceSearchWithContext(ctx aws.Context, input *StartFaceSearchInput, opts ...request.Option) (*StartFaceSearchOutput, error)
func (c *Rekognition) StartLabelDetection(input *StartLabelDetectionInput) (*StartLabelDetectionOutput, error)
func (c *Rekognition) StartLabelDetectionRequest(input *StartLabelDetectionInput) (req *request.Request, output *StartLabelDetectionOutput)
func (c *Rekognition) StartLabelDetectionWithContext(ctx aws.Context, input *StartLabelDetectionInput, opts ...request.Option) (*StartLabelDetectionOutput, error)
func (c *Rekognition) StartMediaAnalysisJob(input *StartMediaAnalysisJobInput) (*StartMediaAnalysisJobOutput, error)
func (c *Rekognition) StartMediaAnalysisJobRequest(input *StartMediaAnalysisJobInput) (req *request.Request, output *StartMediaAnalysisJobOutput)
func (c *Rekognition) StartMediaAnalysisJobWithContext(ctx aws.Context, input *StartMediaAnalysisJobInput, opts ...request.Option) (*StartMediaAnalysisJobOutput, error)
func (c *Rekognition) StartPersonTracking(input *StartPersonTrackingInput) (*StartPersonTrackingOutput, error)
func (c *Rekognition) StartPersonTrackingRequest(input *StartPersonTrackingInput) (req *request.Request, output *StartPersonTrackingOutput)
func (c *Rekognition) StartPersonTrackingWithContext(ctx aws.Context, input *StartPersonTrackingInput, opts ...request.Option) (*StartPersonTrackingOutput, error)
func (c *Rekognition) StartProjectVersion(input *StartProjectVersionInput) (*StartProjectVersionOutput, error)
func (c *Rekognition) StartProjectVersionRequest(input *StartProjectVersionInput) (req *request.Request, output *StartProjectVersionOutput)
func (c *Rekognition) StartProjectVersionWithContext(ctx aws.Context, input *StartProjectVersionInput, opts ...request.Option) (*StartProjectVersionOutput, error)
func (c *Rekognition) StartSegmentDetection(input *StartSegmentDetectionInput) (*StartSegmentDetectionOutput, error)
func (c *Rekognition) StartSegmentDetectionRequest(input *StartSegmentDetectionInput) (req *request.Request, output *StartSegmentDetectionOutput)
func (c *Rekognition) StartSegmentDetectionWithContext(ctx aws.Context, input *StartSegmentDetectionInput, opts ...request.Option) (*StartSegmentDetectionOutput, error)
func (c *Rekognition) StartStreamProcessor(input *StartStreamProcessorInput) (*StartStreamProcessorOutput, error)
func (c *Rekognition) StartStreamProcessorRequest(input *StartStreamProcessorInput) (req *request.Request, output *StartStreamProcessorOutput)
func (c *Rekognition) StartStreamProcessorWithContext(ctx aws.Context, input *StartStreamProcessorInput, opts ...request.Option) (*StartStreamProcessorOutput, error)
func (c *Rekognition) StartTextDetection(input *StartTextDetectionInput) (*StartTextDetectionOutput, error)
func (c *Rekognition) StartTextDetectionRequest(input *StartTextDetectionInput) (req *request.Request, output *StartTextDetectionOutput)
func (c *Rekognition) StartTextDetectionWithContext(ctx aws.Context, input *StartTextDetectionInput, opts ...request.Option) (*StartTextDetectionOutput, error)
func (c *Rekognition) StopProjectVersion(input *StopProjectVersionInput) (*StopProjectVersionOutput, error)
func (c *Rekognition) StopProjectVersionRequest(input *StopProjectVersionInput) (req *request.Request, output *StopProjectVersionOutput)
func (c *Rekognition) StopProjectVersionWithContext(ctx aws.Context, input *StopProjectVersionInput, opts ...request.Option) (*StopProjectVersionOutput, error)
func (c *Rekognition) StopStreamProcessor(input *StopStreamProcessorInput) (*StopStreamProcessorOutput, error)
func (c *Rekognition) StopStreamProcessorRequest(input *StopStreamProcessorInput) (req *request.Request, output *StopStreamProcessorOutput)
func (c *Rekognition) StopStreamProcessorWithContext(ctx aws.Context, input *StopStreamProcessorInput, opts ...request.Option) (*StopStreamProcessorOutput, error)
func (c *Rekognition) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *Rekognition) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *Rekognition) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *Rekognition) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *Rekognition) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *Rekognition) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *Rekognition) UpdateDatasetEntries(input *UpdateDatasetEntriesInput) (*UpdateDatasetEntriesOutput, error)
func (c *Rekognition) UpdateDatasetEntriesRequest(input *UpdateDatasetEntriesInput) (req *request.Request, output *UpdateDatasetEntriesOutput)
func (c *Rekognition) UpdateDatasetEntriesWithContext(ctx aws.Context, input *UpdateDatasetEntriesInput, opts ...request.Option) (*UpdateDatasetEntriesOutput, error)
func (c *Rekognition) UpdateStreamProcessor(input *UpdateStreamProcessorInput) (*UpdateStreamProcessorOutput, error)
func (c *Rekognition) UpdateStreamProcessorRequest(input *UpdateStreamProcessorInput) (req *request.Request, output *UpdateStreamProcessorOutput)
func (c *Rekognition) UpdateStreamProcessorWithContext(ctx aws.Context, input *UpdateStreamProcessorInput, opts ...request.Option) (*UpdateStreamProcessorOutput, error)
func (c *Rekognition) WaitUntilProjectVersionRunning(input *DescribeProjectVersionsInput) error
func (c *Rekognition) WaitUntilProjectVersionRunningWithContext(ctx aws.Context, input *DescribeProjectVersionsInput, opts ...request.WaiterOption) error
func (c *Rekognition) WaitUntilProjectVersionTrainingCompleted(input *DescribeProjectVersionsInput) error
func (c *Rekognition) WaitUntilProjectVersionTrainingCompletedWithContext(ctx aws.Context, input *DescribeProjectVersionsInput, opts ...request.WaiterOption) error
func Attribute_Values() []string
func BodyPart_Values() []string
func CelebrityRecognitionSortBy_Values() []string
func ContentClassifier_Values() []string
func ContentModerationAggregateBy_Values() []string
func ContentModerationSortBy_Values() []string
func CustomizationFeature_Values() []string
func DatasetStatusMessageCode_Values() []string
func DatasetStatus_Values() []string
func DatasetType_Values() []string
func DetectLabelsFeatureName_Values() []string
func EmotionName_Values() []string
func FaceAttributes_Values() []string
func FaceSearchSortBy_Values() []string
func GenderType_Values() []string
func KnownGenderType_Values() []string
func LabelDetectionAggregateBy_Values() []string
func LabelDetectionFeatureName_Values() []string
func LabelDetectionSortBy_Values() []string
func LandmarkType_Values() []string
func LivenessSessionStatus_Values() []string
func MediaAnalysisJobFailureCode_Values() []string
func MediaAnalysisJobStatus_Values() []string
func OrientationCorrection_Values() []string
func PersonTrackingSortBy_Values() []string
func ProjectAutoUpdate_Values() []string
func ProjectStatus_Values() []string
func ProjectVersionStatus_Values() []string
func ProtectiveEquipmentType_Values() []string
func QualityFilter_Values() []string
func Reason_Values() []string
func SegmentType_Values() []string
func StreamProcessorParameterToDelete_Values() []string
func StreamProcessorStatus_Values() []string
func TechnicalCueType_Values() []string
func TextTypes_Values() []string
func UnsearchedFaceReason_Values() []string
func UnsuccessfulFaceAssociationReason_Values() []string
func UnsuccessfulFaceDeletionReason_Values() []string
func UnsuccessfulFaceDisassociationReason_Values() []string
func UserStatus_Values() []string
func VideoColorRange_Values() []string
func VideoJobStatus_Values() []string
type AccessDeniedException
type AgeRange
type Asset
type AssociateFacesInput
type AssociateFacesOutput
type AssociatedFace
type AudioMetadata
type AuditImage
type Beard
type BlackFrame
type BoundingBox
type Celebrity
type CelebrityDetail
type CelebrityRecognition
type CompareFacesInput
type CompareFacesMatch
type CompareFacesOutput
type ComparedFace
type ComparedSourceImageFace
type ConflictException
type ConnectedHomeSettings
type ConnectedHomeSettingsForUpdate
type ContentModerationDetection
type ContentType
type CopyProjectVersionInput
type CopyProjectVersionOutput
type CoversBodyPart
type CreateCollectionInput
type CreateCollectionOutput
type CreateDatasetInput
type CreateDatasetOutput
type CreateFaceLivenessSessionInput
type CreateFaceLivenessSessionOutput
type CreateFaceLivenessSessionRequestSettings
type CreateProjectInput
type CreateProjectOutput
type CreateProjectVersionInput
type CreateProjectVersionOutput
type CreateStreamProcessorInput
type CreateStreamProcessorOutput
type CreateUserInput
type CreateUserOutput
type CustomLabel
type CustomizationFeatureConfig
type CustomizationFeatureContentModerationConfig
type DatasetChanges
type DatasetDescription
type DatasetLabelDescription
type DatasetLabelStats
type DatasetMetadata
type DatasetSource
type DatasetStats
type DeleteCollectionInput
type DeleteCollectionOutput
type DeleteDatasetInput
type DeleteDatasetOutput
type DeleteFacesInput
type DeleteFacesOutput
type DeleteProjectInput
type DeleteProjectOutput
type DeleteProjectPolicyInput
type DeleteProjectPolicyOutput
type DeleteProjectVersionInput
type DeleteProjectVersionOutput
type DeleteStreamProcessorInput
type DeleteStreamProcessorOutput
type DeleteUserInput
type DeleteUserOutput
type DescribeCollectionInput
type DescribeCollectionOutput
type DescribeDatasetInput
type DescribeDatasetOutput
type DescribeProjectVersionsInput
type DescribeProjectVersionsOutput
type DescribeProjectsInput
type DescribeProjectsOutput
type DescribeStreamProcessorInput
type DescribeStreamProcessorOutput
type DetectCustomLabelsInput
type DetectCustomLabelsOutput
type DetectFacesInput
type DetectFacesOutput
type DetectLabelsImageBackground
type DetectLabelsImageForeground
type DetectLabelsImageProperties
type DetectLabelsImagePropertiesSettings
type DetectLabelsImageQuality
type DetectLabelsInput
type DetectLabelsOutput
type DetectLabelsSettings
type DetectModerationLabelsInput
type DetectModerationLabelsOutput
type DetectProtectiveEquipmentInput
type DetectProtectiveEquipmentOutput
type DetectTextFilters
type DetectTextInput
type DetectTextOutput
type DetectionFilter
type DisassociateFacesInput
type DisassociateFacesOutput
type DisassociatedFace
type DistributeDataset
type DistributeDatasetEntriesInput
type DistributeDatasetEntriesOutput
type DominantColor
type Emotion
type EquipmentDetection
type EvaluationResult
type EyeDirection
type EyeOpen
type Eyeglasses
type Face
type FaceDetail
type FaceDetection
type FaceMatch
type FaceOccluded
type FaceRecord
type FaceSearchSettings
type Gender
type GeneralLabelsSettings
type Geometry
type GetCelebrityInfoInput
type GetCelebrityInfoOutput
type GetCelebrityRecognitionInput
type GetCelebrityRecognitionOutput
type GetContentModerationInput
type GetContentModerationOutput
type GetContentModerationRequestMetadata
type GetFaceDetectionInput
type GetFaceDetectionOutput
type GetFaceLivenessSessionResultsInput
type GetFaceLivenessSessionResultsOutput
type GetFaceSearchInput
type GetFaceSearchOutput
type GetLabelDetectionInput
type GetLabelDetectionOutput
type GetLabelDetectionRequestMetadata
type GetMediaAnalysisJobInput
type GetMediaAnalysisJobOutput
type GetPersonTrackingInput
type GetPersonTrackingOutput
type GetSegmentDetectionInput
type GetSegmentDetectionOutput
type GetTextDetectionInput
type GetTextDetectionOutput
type GroundTruthManifest
type HumanLoopActivationOutput
type HumanLoopConfig
type HumanLoopDataAttributes
type HumanLoopQuotaExceededException
type IdempotentParameterMismatchException
type Image
type ImageQuality
type ImageTooLargeException
type IndexFacesInput
type IndexFacesOutput
type Instance
type InternalServerError
type InvalidImageFormatException
type InvalidManifestException
type InvalidPaginationTokenException
type InvalidParameterException
type InvalidPolicyRevisionIdException
type InvalidS3ObjectException
type KinesisDataStream
type KinesisVideoStream
type KinesisVideoStreamStartSelector
type KnownGender
type Label
type LabelAlias
type LabelCategory
type LabelDetection
type LabelDetectionSettings
type Landmark
type LimitExceededException
type ListCollectionsInput
type ListCollectionsOutput
type ListDatasetEntriesInput
type ListDatasetEntriesOutput
type ListDatasetLabelsInput
type ListDatasetLabelsOutput
type ListFacesInput
type ListFacesOutput
type ListMediaAnalysisJobsInput
type ListMediaAnalysisJobsOutput
type ListProjectPoliciesInput
type ListProjectPoliciesOutput
type ListStreamProcessorsInput
type ListStreamProcessorsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type ListUsersInput
type ListUsersOutput
type LivenessOutputConfig
type MalformedPolicyDocumentException
type MatchedUser
type MediaAnalysisDetectModerationLabelsConfig
type MediaAnalysisInput_
type MediaAnalysisJobDescription
type MediaAnalysisJobFailureDetails
type MediaAnalysisManifestSummary
type MediaAnalysisModelVersions
type MediaAnalysisOperationsConfig
type MediaAnalysisOutputConfig
type MediaAnalysisResults
type ModerationLabel
type MouthOpen
type Mustache
type NotificationChannel
type OutputConfig
type Parent
type PersonDetail
type PersonDetection
type PersonMatch
type Point
type Pose
type ProjectDescription
type ProjectPolicy
type ProjectVersionDescription
type ProtectiveEquipmentBodyPart
type ProtectiveEquipmentPerson
type ProtectiveEquipmentSummarizationAttributes
type ProtectiveEquipmentSummary
type ProvisionedThroughputExceededException
type PutProjectPolicyInput
type PutProjectPolicyOutput
type RecognizeCelebritiesInput
type RecognizeCelebritiesOutput
type RegionOfInterest
type ResourceAlreadyExistsException
type ResourceInUseException
type ResourceNotFoundException
type ResourceNotReadyException
type S3Destination
type S3Object
type SearchFacesByImageInput
type SearchFacesByImageOutput
type SearchFacesInput
type SearchFacesOutput
type SearchUsersByImageInput
type SearchUsersByImageOutput
type SearchUsersInput
type SearchUsersOutput
type SearchedFace
type SearchedFaceDetails
type SearchedUser
type SegmentDetection
type SegmentTypeInfo
type ServiceQuotaExceededException
type SessionNotFoundException
type ShotSegment
type Smile
type StartCelebrityRecognitionInput
type StartCelebrityRecognitionOutput
type StartContentModerationInput
type StartContentModerationOutput
type StartFaceDetectionInput
type StartFaceDetectionOutput
type StartFaceSearchInput
type StartFaceSearchOutput
type StartLabelDetectionInput
type StartLabelDetectionOutput
type StartMediaAnalysisJobInput
type StartMediaAnalysisJobOutput
type StartPersonTrackingInput
type StartPersonTrackingOutput
type StartProjectVersionInput
type StartProjectVersionOutput
type StartSegmentDetectionFilters
type StartSegmentDetectionInput
type StartSegmentDetectionOutput
type StartShotDetectionFilter
type StartStreamProcessorInput
type StartStreamProcessorOutput
type StartTechnicalCueDetectionFilter
type StartTextDetectionFilters
type StartTextDetectionInput
type StartTextDetectionOutput
type StopProjectVersionInput
type StopProjectVersionOutput
type StopStreamProcessorInput
type StopStreamProcessorOutput
type StreamProcessingStartSelector
type StreamProcessingStopSelector
type StreamProcessor
type StreamProcessorDataSharingPreference
type StreamProcessorInput
type StreamProcessorNotificationChannel
type StreamProcessorOutput
type StreamProcessorSettings
type StreamProcessorSettingsForUpdate
type Summary
type Sunglasses
type TagResourceInput
type TagResourceOutput
type TechnicalCueSegment
type TestingData
type TestingDataResult
type TextDetection
type TextDetectionResult
type ThrottlingException
type TrainingData
type TrainingDataResult
type UnindexedFace
type UnsearchedFace
type UnsuccessfulFaceAssociation
type UnsuccessfulFaceDeletion
type UnsuccessfulFaceDisassociation
type UntagResourceInput
type UntagResourceOutput
type UpdateDatasetEntriesInput
type UpdateDatasetEntriesOutput
type UpdateStreamProcessorInput
type UpdateStreamProcessorOutput
type User
type UserMatch
type ValidationData
type Video
type VideoMetadata
type VideoTooLargeException

Examples ▾

Rekognition.AssociateFaces (Shared00)
Rekognition.CompareFaces (Shared00)
Rekognition.CopyProjectVersion (Shared00)
Rekognition.CreateCollection (Shared00)
Rekognition.CreateDataset (Shared00)
Rekognition.CreateProjectVersion (Shared00)
Rekognition.CreateProject (Shared00)
Rekognition.CreateUser (Shared00)
Rekognition.DeleteCollection (Shared00)
Rekognition.DeleteDataset (Shared00)
Rekognition.DeleteFaces (Shared00)
Rekognition.DeleteProjectPolicy (Shared00)
Rekognition.DeleteProjectVersion (Shared00)
Rekognition.DeleteProject (Shared00)
Rekognition.DeleteUser (Shared00)
Rekognition.DescribeDataset (Shared00)
Rekognition.DescribeProjectVersions (Shared00)
Rekognition.DescribeProjects (Shared00)
Rekognition.DetectCustomLabels (Shared00)
Rekognition.DetectFaces (Shared00)
Rekognition.DetectLabels (Shared00)
Rekognition.DisassociateFaces (Shared00)
Rekognition.DistributeDatasetEntries (Shared00)
Rekognition.GetMediaAnalysisJob (Shared00)
Rekognition.IndexFaces (Shared00)
Rekognition.ListCollections (Shared00)
Rekognition.ListDatasetEntries (Shared00)
Rekognition.ListDatasetLabels (Shared00)
Rekognition.ListFaces (Shared00)
Rekognition.ListMediaAnalysisJobs (Shared00)
Rekognition.ListProjectPolicies (Shared00)
Rekognition.ListUsers (Shared00)
Rekognition.PutProjectPolicy (Shared00)
Rekognition.SearchFacesByImage (Shared00)
Rekognition.SearchFaces (Shared00)
Rekognition.SearchUsersByImage (Shared00)
Rekognition.SearchUsers (Shared00)
Rekognition.StartMediaAnalysisJob (Shared00)
Rekognition.StartProjectVersion (Shared00)
Rekognition.StopProjectVersion (Shared00)
Rekognition.UpdateDatasetEntries (Shared00)

Constants ▾

const (
    // AttributeDefault is a Attribute enum value
    AttributeDefault = "DEFAULT"

    // AttributeAll is a Attribute enum value
    AttributeAll = "ALL"

    // AttributeAgeRange is a Attribute enum value
    AttributeAgeRange = "AGE_RANGE"

    // AttributeBeard is a Attribute enum value
    AttributeBeard = "BEARD"

    // AttributeEmotions is a Attribute enum value
    AttributeEmotions = "EMOTIONS"

    // AttributeEyeDirection is a Attribute enum value
    AttributeEyeDirection = "EYE_DIRECTION"

    // AttributeEyeglasses is a Attribute enum value
    AttributeEyeglasses = "EYEGLASSES"

    // AttributeEyesOpen is a Attribute enum value
    AttributeEyesOpen = "EYES_OPEN"

    // AttributeGender is a Attribute enum value
    AttributeGender = "GENDER"

    // AttributeMouthOpen is a Attribute enum value
    AttributeMouthOpen = "MOUTH_OPEN"

    // AttributeMustache is a Attribute enum value
    AttributeMustache = "MUSTACHE"

    // AttributeFaceOccluded is a Attribute enum value
    AttributeFaceOccluded = "FACE_OCCLUDED"

    // AttributeSmile is a Attribute enum value
    AttributeSmile = "SMILE"

    // AttributeSunglasses is a Attribute enum value
    AttributeSunglasses = "SUNGLASSES"
)
const (
    // BodyPartFace is a BodyPart enum value
    BodyPartFace = "FACE"

    // BodyPartHead is a BodyPart enum value
    BodyPartHead = "HEAD"

    // BodyPartLeftHand is a BodyPart enum value
    BodyPartLeftHand = "LEFT_HAND"

    // BodyPartRightHand is a BodyPart enum value
    BodyPartRightHand = "RIGHT_HAND"
)
const (
    // CelebrityRecognitionSortById is a CelebrityRecognitionSortBy enum value
    CelebrityRecognitionSortById = "ID"

    // CelebrityRecognitionSortByTimestamp is a CelebrityRecognitionSortBy enum value
    CelebrityRecognitionSortByTimestamp = "TIMESTAMP"
)
const (
    // ContentClassifierFreeOfPersonallyIdentifiableInformation is a ContentClassifier enum value
    ContentClassifierFreeOfPersonallyIdentifiableInformation = "FreeOfPersonallyIdentifiableInformation"

    // ContentClassifierFreeOfAdultContent is a ContentClassifier enum value
    ContentClassifierFreeOfAdultContent = "FreeOfAdultContent"
)
const (
    // ContentModerationAggregateByTimestamps is a ContentModerationAggregateBy enum value
    ContentModerationAggregateByTimestamps = "TIMESTAMPS"

    // ContentModerationAggregateBySegments is a ContentModerationAggregateBy enum value
    ContentModerationAggregateBySegments = "SEGMENTS"
)
const (
    // ContentModerationSortByName is a ContentModerationSortBy enum value
    ContentModerationSortByName = "NAME"

    // ContentModerationSortByTimestamp is a ContentModerationSortBy enum value
    ContentModerationSortByTimestamp = "TIMESTAMP"
)
const (
    // CustomizationFeatureContentModeration is a CustomizationFeature enum value
    CustomizationFeatureContentModeration = "CONTENT_MODERATION"

    // CustomizationFeatureCustomLabels is a CustomizationFeature enum value
    CustomizationFeatureCustomLabels = "CUSTOM_LABELS"
)
const (
    // DatasetStatusCreateInProgress is a DatasetStatus enum value
    DatasetStatusCreateInProgress = "CREATE_IN_PROGRESS"

    // DatasetStatusCreateComplete is a DatasetStatus enum value
    DatasetStatusCreateComplete = "CREATE_COMPLETE"

    // DatasetStatusCreateFailed is a DatasetStatus enum value
    DatasetStatusCreateFailed = "CREATE_FAILED"

    // DatasetStatusUpdateInProgress is a DatasetStatus enum value
    DatasetStatusUpdateInProgress = "UPDATE_IN_PROGRESS"

    // DatasetStatusUpdateComplete is a DatasetStatus enum value
    DatasetStatusUpdateComplete = "UPDATE_COMPLETE"

    // DatasetStatusUpdateFailed is a DatasetStatus enum value
    DatasetStatusUpdateFailed = "UPDATE_FAILED"

    // DatasetStatusDeleteInProgress is a DatasetStatus enum value
    DatasetStatusDeleteInProgress = "DELETE_IN_PROGRESS"
)
const (
    // DatasetStatusMessageCodeSuccess is a DatasetStatusMessageCode enum value
    DatasetStatusMessageCodeSuccess = "SUCCESS"

    // DatasetStatusMessageCodeServiceError is a DatasetStatusMessageCode enum value
    DatasetStatusMessageCodeServiceError = "SERVICE_ERROR"

    // DatasetStatusMessageCodeClientError is a DatasetStatusMessageCode enum value
    DatasetStatusMessageCodeClientError = "CLIENT_ERROR"
)
const (
    // DatasetTypeTrain is a DatasetType enum value
    DatasetTypeTrain = "TRAIN"

    // DatasetTypeTest is a DatasetType enum value
    DatasetTypeTest = "TEST"
)
const (
    // DetectLabelsFeatureNameGeneralLabels is a DetectLabelsFeatureName enum value
    DetectLabelsFeatureNameGeneralLabels = "GENERAL_LABELS"

    // DetectLabelsFeatureNameImageProperties is a DetectLabelsFeatureName enum value
    DetectLabelsFeatureNameImageProperties = "IMAGE_PROPERTIES"
)
const (
    // EmotionNameHappy is a EmotionName enum value
    EmotionNameHappy = "HAPPY"

    // EmotionNameSad is a EmotionName enum value
    EmotionNameSad = "SAD"

    // EmotionNameAngry is a EmotionName enum value
    EmotionNameAngry = "ANGRY"

    // EmotionNameConfused is a EmotionName enum value
    EmotionNameConfused = "CONFUSED"

    // EmotionNameDisgusted is a EmotionName enum value
    EmotionNameDisgusted = "DISGUSTED"

    // EmotionNameSurprised is a EmotionName enum value
    EmotionNameSurprised = "SURPRISED"

    // EmotionNameCalm is a EmotionName enum value
    EmotionNameCalm = "CALM"

    // EmotionNameUnknown is a EmotionName enum value
    EmotionNameUnknown = "UNKNOWN"

    // EmotionNameFear is a EmotionName enum value
    EmotionNameFear = "FEAR"
)
const (
    // FaceAttributesDefault is a FaceAttributes enum value
    FaceAttributesDefault = "DEFAULT"

    // FaceAttributesAll is a FaceAttributes enum value
    FaceAttributesAll = "ALL"
)
const (
    // FaceSearchSortByIndex is a FaceSearchSortBy enum value
    FaceSearchSortByIndex = "INDEX"

    // FaceSearchSortByTimestamp is a FaceSearchSortBy enum value
    FaceSearchSortByTimestamp = "TIMESTAMP"
)
const (
    // GenderTypeMale is a GenderType enum value
    GenderTypeMale = "Male"

    // GenderTypeFemale is a GenderType enum value
    GenderTypeFemale = "Female"
)
const (
    // KnownGenderTypeMale is a KnownGenderType enum value
    KnownGenderTypeMale = "Male"

    // KnownGenderTypeFemale is a KnownGenderType enum value
    KnownGenderTypeFemale = "Female"

    // KnownGenderTypeNonbinary is a KnownGenderType enum value
    KnownGenderTypeNonbinary = "Nonbinary"

    // KnownGenderTypeUnlisted is a KnownGenderType enum value
    KnownGenderTypeUnlisted = "Unlisted"
)

A list of enum string of possible gender values that Celebrity returns.

const (
    // LabelDetectionAggregateByTimestamps is a LabelDetectionAggregateBy enum value
    LabelDetectionAggregateByTimestamps = "TIMESTAMPS"

    // LabelDetectionAggregateBySegments is a LabelDetectionAggregateBy enum value
    LabelDetectionAggregateBySegments = "SEGMENTS"
)
const (
    // LabelDetectionSortByName is a LabelDetectionSortBy enum value
    LabelDetectionSortByName = "NAME"

    // LabelDetectionSortByTimestamp is a LabelDetectionSortBy enum value
    LabelDetectionSortByTimestamp = "TIMESTAMP"
)
const (
    // LandmarkTypeEyeLeft is a LandmarkType enum value
    LandmarkTypeEyeLeft = "eyeLeft"

    // LandmarkTypeEyeRight is a LandmarkType enum value
    LandmarkTypeEyeRight = "eyeRight"

    // LandmarkTypeNose is a LandmarkType enum value
    LandmarkTypeNose = "nose"

    // LandmarkTypeMouthLeft is a LandmarkType enum value
    LandmarkTypeMouthLeft = "mouthLeft"

    // LandmarkTypeMouthRight is a LandmarkType enum value
    LandmarkTypeMouthRight = "mouthRight"

    // LandmarkTypeLeftEyeBrowLeft is a LandmarkType enum value
    LandmarkTypeLeftEyeBrowLeft = "leftEyeBrowLeft"

    // LandmarkTypeLeftEyeBrowRight is a LandmarkType enum value
    LandmarkTypeLeftEyeBrowRight = "leftEyeBrowRight"

    // LandmarkTypeLeftEyeBrowUp is a LandmarkType enum value
    LandmarkTypeLeftEyeBrowUp = "leftEyeBrowUp"

    // LandmarkTypeRightEyeBrowLeft is a LandmarkType enum value
    LandmarkTypeRightEyeBrowLeft = "rightEyeBrowLeft"

    // LandmarkTypeRightEyeBrowRight is a LandmarkType enum value
    LandmarkTypeRightEyeBrowRight = "rightEyeBrowRight"

    // LandmarkTypeRightEyeBrowUp is a LandmarkType enum value
    LandmarkTypeRightEyeBrowUp = "rightEyeBrowUp"

    // LandmarkTypeLeftEyeLeft is a LandmarkType enum value
    LandmarkTypeLeftEyeLeft = "leftEyeLeft"

    // LandmarkTypeLeftEyeRight is a LandmarkType enum value
    LandmarkTypeLeftEyeRight = "leftEyeRight"

    // LandmarkTypeLeftEyeUp is a LandmarkType enum value
    LandmarkTypeLeftEyeUp = "leftEyeUp"

    // LandmarkTypeLeftEyeDown is a LandmarkType enum value
    LandmarkTypeLeftEyeDown = "leftEyeDown"

    // LandmarkTypeRightEyeLeft is a LandmarkType enum value
    LandmarkTypeRightEyeLeft = "rightEyeLeft"

    // LandmarkTypeRightEyeRight is a LandmarkType enum value
    LandmarkTypeRightEyeRight = "rightEyeRight"

    // LandmarkTypeRightEyeUp is a LandmarkType enum value
    LandmarkTypeRightEyeUp = "rightEyeUp"

    // LandmarkTypeRightEyeDown is a LandmarkType enum value
    LandmarkTypeRightEyeDown = "rightEyeDown"

    // LandmarkTypeNoseLeft is a LandmarkType enum value
    LandmarkTypeNoseLeft = "noseLeft"

    // LandmarkTypeNoseRight is a LandmarkType enum value
    LandmarkTypeNoseRight = "noseRight"

    // LandmarkTypeMouthUp is a LandmarkType enum value
    LandmarkTypeMouthUp = "mouthUp"

    // LandmarkTypeMouthDown is a LandmarkType enum value
    LandmarkTypeMouthDown = "mouthDown"

    // LandmarkTypeLeftPupil is a LandmarkType enum value
    LandmarkTypeLeftPupil = "leftPupil"

    // LandmarkTypeRightPupil is a LandmarkType enum value
    LandmarkTypeRightPupil = "rightPupil"

    // LandmarkTypeUpperJawlineLeft is a LandmarkType enum value
    LandmarkTypeUpperJawlineLeft = "upperJawlineLeft"

    // LandmarkTypeMidJawlineLeft is a LandmarkType enum value
    LandmarkTypeMidJawlineLeft = "midJawlineLeft"

    // LandmarkTypeChinBottom is a LandmarkType enum value
    LandmarkTypeChinBottom = "chinBottom"

    // LandmarkTypeMidJawlineRight is a LandmarkType enum value
    LandmarkTypeMidJawlineRight = "midJawlineRight"

    // LandmarkTypeUpperJawlineRight is a LandmarkType enum value
    LandmarkTypeUpperJawlineRight = "upperJawlineRight"
)
const (
    // LivenessSessionStatusCreated is a LivenessSessionStatus enum value
    LivenessSessionStatusCreated = "CREATED"

    // LivenessSessionStatusInProgress is a LivenessSessionStatus enum value
    LivenessSessionStatusInProgress = "IN_PROGRESS"

    // LivenessSessionStatusSucceeded is a LivenessSessionStatus enum value
    LivenessSessionStatusSucceeded = "SUCCEEDED"

    // LivenessSessionStatusFailed is a LivenessSessionStatus enum value
    LivenessSessionStatusFailed = "FAILED"

    // LivenessSessionStatusExpired is a LivenessSessionStatus enum value
    LivenessSessionStatusExpired = "EXPIRED"
)
const (
    // MediaAnalysisJobFailureCodeInternalError is a MediaAnalysisJobFailureCode enum value
    MediaAnalysisJobFailureCodeInternalError = "INTERNAL_ERROR"

    // MediaAnalysisJobFailureCodeInvalidS3Object is a MediaAnalysisJobFailureCode enum value
    MediaAnalysisJobFailureCodeInvalidS3Object = "INVALID_S3_OBJECT"

    // MediaAnalysisJobFailureCodeInvalidManifest is a MediaAnalysisJobFailureCode enum value
    MediaAnalysisJobFailureCodeInvalidManifest = "INVALID_MANIFEST"

    // MediaAnalysisJobFailureCodeInvalidOutputConfig is a MediaAnalysisJobFailureCode enum value
    MediaAnalysisJobFailureCodeInvalidOutputConfig = "INVALID_OUTPUT_CONFIG"

    // MediaAnalysisJobFailureCodeInvalidKmsKey is a MediaAnalysisJobFailureCode enum value
    MediaAnalysisJobFailureCodeInvalidKmsKey = "INVALID_KMS_KEY"

    // MediaAnalysisJobFailureCodeAccessDenied is a MediaAnalysisJobFailureCode enum value
    MediaAnalysisJobFailureCodeAccessDenied = "ACCESS_DENIED"

    // MediaAnalysisJobFailureCodeResourceNotFound is a MediaAnalysisJobFailureCode enum value
    MediaAnalysisJobFailureCodeResourceNotFound = "RESOURCE_NOT_FOUND"

    // MediaAnalysisJobFailureCodeResourceNotReady is a MediaAnalysisJobFailureCode enum value
    MediaAnalysisJobFailureCodeResourceNotReady = "RESOURCE_NOT_READY"

    // MediaAnalysisJobFailureCodeThrottled is a MediaAnalysisJobFailureCode enum value
    MediaAnalysisJobFailureCodeThrottled = "THROTTLED"
)
const (
    // MediaAnalysisJobStatusCreated is a MediaAnalysisJobStatus enum value
    MediaAnalysisJobStatusCreated = "CREATED"

    // MediaAnalysisJobStatusQueued is a MediaAnalysisJobStatus enum value
    MediaAnalysisJobStatusQueued = "QUEUED"

    // MediaAnalysisJobStatusInProgress is a MediaAnalysisJobStatus enum value
    MediaAnalysisJobStatusInProgress = "IN_PROGRESS"

    // MediaAnalysisJobStatusSucceeded is a MediaAnalysisJobStatus enum value
    MediaAnalysisJobStatusSucceeded = "SUCCEEDED"

    // MediaAnalysisJobStatusFailed is a MediaAnalysisJobStatus enum value
    MediaAnalysisJobStatusFailed = "FAILED"
)
const (
    // OrientationCorrectionRotate0 is a OrientationCorrection enum value
    OrientationCorrectionRotate0 = "ROTATE_0"

    // OrientationCorrectionRotate90 is a OrientationCorrection enum value
    OrientationCorrectionRotate90 = "ROTATE_90"

    // OrientationCorrectionRotate180 is a OrientationCorrection enum value
    OrientationCorrectionRotate180 = "ROTATE_180"

    // OrientationCorrectionRotate270 is a OrientationCorrection enum value
    OrientationCorrectionRotate270 = "ROTATE_270"
)
const (
    // PersonTrackingSortByIndex is a PersonTrackingSortBy enum value
    PersonTrackingSortByIndex = "INDEX"

    // PersonTrackingSortByTimestamp is a PersonTrackingSortBy enum value
    PersonTrackingSortByTimestamp = "TIMESTAMP"
)
const (
    // ProjectAutoUpdateEnabled is a ProjectAutoUpdate enum value
    ProjectAutoUpdateEnabled = "ENABLED"

    // ProjectAutoUpdateDisabled is a ProjectAutoUpdate enum value
    ProjectAutoUpdateDisabled = "DISABLED"
)
const (
    // ProjectStatusCreating is a ProjectStatus enum value
    ProjectStatusCreating = "CREATING"

    // ProjectStatusCreated is a ProjectStatus enum value
    ProjectStatusCreated = "CREATED"

    // ProjectStatusDeleting is a ProjectStatus enum value
    ProjectStatusDeleting = "DELETING"
)
const (
    // ProjectVersionStatusTrainingInProgress is a ProjectVersionStatus enum value
    ProjectVersionStatusTrainingInProgress = "TRAINING_IN_PROGRESS"

    // ProjectVersionStatusTrainingCompleted is a ProjectVersionStatus enum value
    ProjectVersionStatusTrainingCompleted = "TRAINING_COMPLETED"

    // ProjectVersionStatusTrainingFailed is a ProjectVersionStatus enum value
    ProjectVersionStatusTrainingFailed = "TRAINING_FAILED"

    // ProjectVersionStatusStarting is a ProjectVersionStatus enum value
    ProjectVersionStatusStarting = "STARTING"

    // ProjectVersionStatusRunning is a ProjectVersionStatus enum value
    ProjectVersionStatusRunning = "RUNNING"

    // ProjectVersionStatusFailed is a ProjectVersionStatus enum value
    ProjectVersionStatusFailed = "FAILED"

    // ProjectVersionStatusStopping is a ProjectVersionStatus enum value
    ProjectVersionStatusStopping = "STOPPING"

    // ProjectVersionStatusStopped is a ProjectVersionStatus enum value
    ProjectVersionStatusStopped = "STOPPED"

    // ProjectVersionStatusDeleting is a ProjectVersionStatus enum value
    ProjectVersionStatusDeleting = "DELETING"

    // ProjectVersionStatusCopyingInProgress is a ProjectVersionStatus enum value
    ProjectVersionStatusCopyingInProgress = "COPYING_IN_PROGRESS"

    // ProjectVersionStatusCopyingCompleted is a ProjectVersionStatus enum value
    ProjectVersionStatusCopyingCompleted = "COPYING_COMPLETED"

    // ProjectVersionStatusCopyingFailed is a ProjectVersionStatus enum value
    ProjectVersionStatusCopyingFailed = "COPYING_FAILED"

    // ProjectVersionStatusDeprecated is a ProjectVersionStatus enum value
    ProjectVersionStatusDeprecated = "DEPRECATED"

    // ProjectVersionStatusExpired is a ProjectVersionStatus enum value
    ProjectVersionStatusExpired = "EXPIRED"
)
const (
    // ProtectiveEquipmentTypeFaceCover is a ProtectiveEquipmentType enum value
    ProtectiveEquipmentTypeFaceCover = "FACE_COVER"

    // ProtectiveEquipmentTypeHandCover is a ProtectiveEquipmentType enum value
    ProtectiveEquipmentTypeHandCover = "HAND_COVER"

    // ProtectiveEquipmentTypeHeadCover is a ProtectiveEquipmentType enum value
    ProtectiveEquipmentTypeHeadCover = "HEAD_COVER"
)
const (
    // QualityFilterNone is a QualityFilter enum value
    QualityFilterNone = "NONE"

    // QualityFilterAuto is a QualityFilter enum value
    QualityFilterAuto = "AUTO"

    // QualityFilterLow is a QualityFilter enum value
    QualityFilterLow = "LOW"

    // QualityFilterMedium is a QualityFilter enum value
    QualityFilterMedium = "MEDIUM"

    // QualityFilterHigh is a QualityFilter enum value
    QualityFilterHigh = "HIGH"
)
const (
    // ReasonExceedsMaxFaces is a Reason enum value
    ReasonExceedsMaxFaces = "EXCEEDS_MAX_FACES"

    // ReasonExtremePose is a Reason enum value
    ReasonExtremePose = "EXTREME_POSE"

    // ReasonLowBrightness is a Reason enum value
    ReasonLowBrightness = "LOW_BRIGHTNESS"

    // ReasonLowSharpness is a Reason enum value
    ReasonLowSharpness = "LOW_SHARPNESS"

    // ReasonLowConfidence is a Reason enum value
    ReasonLowConfidence = "LOW_CONFIDENCE"

    // ReasonSmallBoundingBox is a Reason enum value
    ReasonSmallBoundingBox = "SMALL_BOUNDING_BOX"

    // ReasonLowFaceQuality is a Reason enum value
    ReasonLowFaceQuality = "LOW_FACE_QUALITY"
)
const (
    // SegmentTypeTechnicalCue is a SegmentType enum value
    SegmentTypeTechnicalCue = "TECHNICAL_CUE"

    // SegmentTypeShot is a SegmentType enum value
    SegmentTypeShot = "SHOT"
)
const (
    // StreamProcessorParameterToDeleteConnectedHomeMinConfidence is a StreamProcessorParameterToDelete enum value
    StreamProcessorParameterToDeleteConnectedHomeMinConfidence = "ConnectedHomeMinConfidence"

    // StreamProcessorParameterToDeleteRegionsOfInterest is a StreamProcessorParameterToDelete enum value
    StreamProcessorParameterToDeleteRegionsOfInterest = "RegionsOfInterest"
)
const (
    // StreamProcessorStatusStopped is a StreamProcessorStatus enum value
    StreamProcessorStatusStopped = "STOPPED"

    // StreamProcessorStatusStarting is a StreamProcessorStatus enum value
    StreamProcessorStatusStarting = "STARTING"

    // StreamProcessorStatusRunning is a StreamProcessorStatus enum value
    StreamProcessorStatusRunning = "RUNNING"

    // StreamProcessorStatusFailed is a StreamProcessorStatus enum value
    StreamProcessorStatusFailed = "FAILED"

    // StreamProcessorStatusStopping is a StreamProcessorStatus enum value
    StreamProcessorStatusStopping = "STOPPING"

    // StreamProcessorStatusUpdating is a StreamProcessorStatus enum value
    StreamProcessorStatusUpdating = "UPDATING"
)
const (
    // TechnicalCueTypeColorBars is a TechnicalCueType enum value
    TechnicalCueTypeColorBars = "ColorBars"

    // TechnicalCueTypeEndCredits is a TechnicalCueType enum value
    TechnicalCueTypeEndCredits = "EndCredits"

    // TechnicalCueTypeBlackFrames is a TechnicalCueType enum value
    TechnicalCueTypeBlackFrames = "BlackFrames"

    // TechnicalCueTypeOpeningCredits is a TechnicalCueType enum value
    TechnicalCueTypeOpeningCredits = "OpeningCredits"

    // TechnicalCueTypeStudioLogo is a TechnicalCueType enum value
     = "StudioLogo"

    // TechnicalCueTypeSlate is a TechnicalCueType enum value
    TechnicalCueTypeSlate = "Slate"

    // TechnicalCueTypeContent is a TechnicalCueType enum value
    TechnicalCueTypeContent = "Content"
)
const (
    // TextTypesLine is a TextTypes enum value
    TextTypesLine = "LINE"

    // TextTypesWord is a TextTypes enum value
    TextTypesWord = "WORD"
)
const (
    // UnsearchedFaceReasonFaceNotLargest is a UnsearchedFaceReason enum value
    UnsearchedFaceReasonFaceNotLargest = "FACE_NOT_LARGEST"

    // UnsearchedFaceReasonExceedsMaxFaces is a UnsearchedFaceReason enum value
    UnsearchedFaceReasonExceedsMaxFaces = "EXCEEDS_MAX_FACES"

    // UnsearchedFaceReasonExtremePose is a UnsearchedFaceReason enum value
    UnsearchedFaceReasonExtremePose = "EXTREME_POSE"

    // UnsearchedFaceReasonLowBrightness is a UnsearchedFaceReason enum value
    UnsearchedFaceReasonLowBrightness = "LOW_BRIGHTNESS"

    // UnsearchedFaceReasonLowSharpness is a UnsearchedFaceReason enum value
    UnsearchedFaceReasonLowSharpness = "LOW_SHARPNESS"

    // UnsearchedFaceReasonLowConfidence is a UnsearchedFaceReason enum value
    UnsearchedFaceReasonLowConfidence = "LOW_CONFIDENCE"

    // UnsearchedFaceReasonSmallBoundingBox is a UnsearchedFaceReason enum value
    UnsearchedFaceReasonSmallBoundingBox = "SMALL_BOUNDING_BOX"

    // UnsearchedFaceReasonLowFaceQuality is a UnsearchedFaceReason enum value
    UnsearchedFaceReasonLowFaceQuality = "LOW_FACE_QUALITY"
)
const (
    // UnsuccessfulFaceAssociationReasonFaceNotFound is a UnsuccessfulFaceAssociationReason enum value
    UnsuccessfulFaceAssociationReasonFaceNotFound = "FACE_NOT_FOUND"

    // UnsuccessfulFaceAssociationReasonAssociatedToADifferentUser is a UnsuccessfulFaceAssociationReason enum value
    UnsuccessfulFaceAssociationReasonAssociatedToADifferentUser = "ASSOCIATED_TO_A_DIFFERENT_USER"

    // UnsuccessfulFaceAssociationReasonLowMatchConfidence is a UnsuccessfulFaceAssociationReason enum value
    UnsuccessfulFaceAssociationReasonLowMatchConfidence = "LOW_MATCH_CONFIDENCE"
)
const (
    // UnsuccessfulFaceDeletionReasonAssociatedToAnExistingUser is a UnsuccessfulFaceDeletionReason enum value
    UnsuccessfulFaceDeletionReasonAssociatedToAnExistingUser = "ASSOCIATED_TO_AN_EXISTING_USER"

    // UnsuccessfulFaceDeletionReasonFaceNotFound is a UnsuccessfulFaceDeletionReason enum value
    UnsuccessfulFaceDeletionReasonFaceNotFound = "FACE_NOT_FOUND"
)
const (
    // UnsuccessfulFaceDisassociationReasonFaceNotFound is a UnsuccessfulFaceDisassociationReason enum value
    UnsuccessfulFaceDisassociationReasonFaceNotFound = "FACE_NOT_FOUND"

    // UnsuccessfulFaceDisassociationReasonAssociatedToADifferentUser is a UnsuccessfulFaceDisassociationReason enum value
    UnsuccessfulFaceDisassociationReasonAssociatedToADifferentUser = "ASSOCIATED_TO_A_DIFFERENT_USER"
)
const (
    // UserStatusActive is a UserStatus enum value
    UserStatusActive = "ACTIVE"

    // UserStatusUpdating is a UserStatus enum value
    UserStatusUpdating = "UPDATING"

    // UserStatusCreating is a UserStatus enum value
    UserStatusCreating = "CREATING"

    // UserStatusCreated is a UserStatus enum value
    UserStatusCreated = "CREATED"
)
const (
    // VideoColorRangeFull is a VideoColorRange enum value
    VideoColorRangeFull = "FULL"

    // VideoColorRangeLimited is a VideoColorRange enum value
    VideoColorRangeLimited = "LIMITED"
)
const (
    // VideoJobStatusInProgress is a VideoJobStatus enum value
    VideoJobStatusInProgress = "IN_PROGRESS"

    // VideoJobStatusSucceeded is a VideoJobStatus enum value
    VideoJobStatusSucceeded = "SUCCEEDED"

    // VideoJobStatusFailed is a VideoJobStatus enum value
    VideoJobStatusFailed = "FAILED"
)
const (

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // You are not authorized to perform the action.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // A User with the same Id already exists within the collection, or the update
    // or deletion of the User caused an inconsistent state. **
    ErrCodeConflictException = "ConflictException"

    // ErrCodeHumanLoopQuotaExceededException for service response error code
    // "HumanLoopQuotaExceededException".
    //
    // The number of in-progress human reviews you have has exceeded the number
    // allowed.
    ErrCodeHumanLoopQuotaExceededException = "HumanLoopQuotaExceededException"

    // ErrCodeIdempotentParameterMismatchException for service response error code
    // "IdempotentParameterMismatchException".
    //
    // A ClientRequestToken input parameter was reused with an operation, but at
    // least one of the other input parameters is different from the previous call
    // to the operation.
    ErrCodeIdempotentParameterMismatchException = "IdempotentParameterMismatchException"

    // ErrCodeImageTooLargeException for service response error code
    // "ImageTooLargeException".
    //
    // The input image size exceeds the allowed limit. If you are calling DetectProtectiveEquipment,
    // the image size or resolution exceeds the allowed limit. For more information,
    // see Guidelines and quotas in Amazon Rekognition in the Amazon Rekognition
    // Developer Guide.
    ErrCodeImageTooLargeException = "ImageTooLargeException"

    // ErrCodeInternalServerError for service response error code
    // "InternalServerError".
    //
    // Amazon Rekognition experienced a service issue. Try your call again.
    ErrCodeInternalServerError = "InternalServerError"

    // ErrCodeInvalidImageFormatException for service response error code
    // "InvalidImageFormatException".
    //
    // The provided image format is not supported.
    ErrCodeInvalidImageFormatException = "InvalidImageFormatException"

    // ErrCodeInvalidManifestException for service response error code
    // "InvalidManifestException".
    //
    // Indicates that a provided manifest file is empty or larger than the allowed
    // limit.
    ErrCodeInvalidManifestException = "InvalidManifestException"

    // ErrCodeInvalidPaginationTokenException for service response error code
    // "InvalidPaginationTokenException".
    //
    // Pagination token in the request is not valid.
    ErrCodeInvalidPaginationTokenException = "InvalidPaginationTokenException"

    // ErrCodeInvalidParameterException for service response error code
    // "InvalidParameterException".
    //
    // Input parameter violated a constraint. Validate your parameter before calling
    // the API operation again.
    ErrCodeInvalidParameterException = "InvalidParameterException"

    // ErrCodeInvalidPolicyRevisionIdException for service response error code
    // "InvalidPolicyRevisionIdException".
    //
    // The supplied revision id for the project policy is invalid.
    ErrCodeInvalidPolicyRevisionIdException = "InvalidPolicyRevisionIdException"

    // ErrCodeInvalidS3ObjectException for service response error code
    // "InvalidS3ObjectException".
    //
    // Amazon Rekognition is unable to access the S3 object specified in the request.
    ErrCodeInvalidS3ObjectException = "InvalidS3ObjectException"

    // ErrCodeLimitExceededException for service response error code
    // "LimitExceededException".
    //
    // An Amazon Rekognition service limit was exceeded. For example, if you start
    // too many jobs concurrently, subsequent calls to start operations (ex: StartLabelDetection)
    // will raise a LimitExceededException exception (HTTP status code: 400) until
    // the number of concurrently running jobs is below the Amazon Rekognition service
    // limit.
    ErrCodeLimitExceededException = "LimitExceededException"

    // ErrCodeMalformedPolicyDocumentException for service response error code
    // "MalformedPolicyDocumentException".
    //
    // The format of the project policy document that you supplied to PutProjectPolicy
    // is incorrect.
    ErrCodeMalformedPolicyDocumentException = "MalformedPolicyDocumentException"

    // ErrCodeProvisionedThroughputExceededException for service response error code
    // "ProvisionedThroughputExceededException".
    //
    // The number of requests exceeded your throughput limit. If you want to increase
    // this limit, contact Amazon Rekognition.
    ErrCodeProvisionedThroughputExceededException = "ProvisionedThroughputExceededException"

    // ErrCodeResourceAlreadyExistsException for service response error code
    // "ResourceAlreadyExistsException".
    //
    // A resource with the specified ID already exists.
    ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"

    // ErrCodeResourceInUseException for service response error code
    // "ResourceInUseException".
    //
    // The specified resource is already being used.
    ErrCodeResourceInUseException = "ResourceInUseException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // The resource specified in the request cannot be found.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeResourceNotReadyException for service response error code
    // "ResourceNotReadyException".
    //
    // The requested resource isn't ready. For example, this exception occurs when
    // you call DetectCustomLabels with a model version that isn't deployed.
    ErrCodeResourceNotReadyException = "ResourceNotReadyException"

    // ErrCodeServiceQuotaExceededException for service response error code
    // "ServiceQuotaExceededException".
    //
    //
    // The size of the collection exceeds the allowed limit. For more information,
    // see Guidelines and quotas in Amazon Rekognition in the Amazon Rekognition
    // Developer Guide.
    ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException"

    // ErrCodeSessionNotFoundException for service response error code
    // "SessionNotFoundException".
    //
    // Occurs when a given sessionId is not found.
    ErrCodeSessionNotFoundException = "SessionNotFoundException"

    // ErrCodeThrottlingException for service response error code
    // "ThrottlingException".
    //
    // Amazon Rekognition is temporarily unable to process the request. Try your
    // call again.
    ErrCodeThrottlingException = "ThrottlingException"

    // ErrCodeVideoTooLargeException for service response error code
    // "VideoTooLargeException".
    //
    // The file size or duration of the supplied media is too large. The maximum
    // file size is 10GB. The maximum duration is 6 hours.
    ErrCodeVideoTooLargeException = "VideoTooLargeException"
)
const (
    ServiceName = "rekognition" // Name of service.
    EndpointsID = ServiceName   // ID to lookup a service endpoint with.
    ServiceID   = "Rekognition" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // LabelDetectionFeatureNameGeneralLabels is a LabelDetectionFeatureName enum value
    LabelDetectionFeatureNameGeneralLabels = "GENERAL_LABELS"
)

func Attribute_Values

func Attribute_Values() []string

Attribute_Values returns all elements of the Attribute enum

func BodyPart_Values

func BodyPart_Values() []string

BodyPart_Values returns all elements of the BodyPart enum

func CelebrityRecognitionSortBy_Values

func CelebrityRecognitionSortBy_Values() []string

CelebrityRecognitionSortBy_Values returns all elements of the CelebrityRecognitionSortBy enum

func ContentClassifier_Values

func ContentClassifier_Values() []string

ContentClassifier_Values returns all elements of the ContentClassifier enum

func ContentModerationAggregateBy_Values

func ContentModerationAggregateBy_Values() []string

ContentModerationAggregateBy_Values returns all elements of the ContentModerationAggregateBy enum

func ContentModerationSortBy_Values

func ContentModerationSortBy_Values() []string

ContentModerationSortBy_Values returns all elements of the ContentModerationSortBy enum

func CustomizationFeature_Values

func CustomizationFeature_Values() []string

CustomizationFeature_Values returns all elements of the CustomizationFeature enum

func DatasetStatusMessageCode_Values

func DatasetStatusMessageCode_Values() []string

DatasetStatusMessageCode_Values returns all elements of the DatasetStatusMessageCode enum

func DatasetStatus_Values

func DatasetStatus_Values() []string

DatasetStatus_Values returns all elements of the DatasetStatus enum

func DatasetType_Values

func DatasetType_Values() []string

DatasetType_Values returns all elements of the DatasetType enum

func DetectLabelsFeatureName_Values

func DetectLabelsFeatureName_Values() []string

DetectLabelsFeatureName_Values returns all elements of the DetectLabelsFeatureName enum

func EmotionName_Values

func EmotionName_Values() []string

EmotionName_Values returns all elements of the EmotionName enum

func FaceAttributes_Values

func FaceAttributes_Values() []string

FaceAttributes_Values returns all elements of the FaceAttributes enum

func FaceSearchSortBy_Values

func FaceSearchSortBy_Values() []string

FaceSearchSortBy_Values returns all elements of the FaceSearchSortBy enum

func GenderType_Values

func GenderType_Values() []string

GenderType_Values returns all elements of the GenderType enum

func KnownGenderType_Values

func KnownGenderType_Values() []string

KnownGenderType_Values returns all elements of the KnownGenderType enum

func LabelDetectionAggregateBy_Values

func LabelDetectionAggregateBy_Values() []string

LabelDetectionAggregateBy_Values returns all elements of the LabelDetectionAggregateBy enum

func LabelDetectionFeatureName_Values

func LabelDetectionFeatureName_Values() []string

LabelDetectionFeatureName_Values returns all elements of the LabelDetectionFeatureName enum

func LabelDetectionSortBy_Values

func LabelDetectionSortBy_Values() []string

LabelDetectionSortBy_Values returns all elements of the LabelDetectionSortBy enum

func LandmarkType_Values

func LandmarkType_Values() []string

LandmarkType_Values returns all elements of the LandmarkType enum

func LivenessSessionStatus_Values

func LivenessSessionStatus_Values() []string

LivenessSessionStatus_Values returns all elements of the LivenessSessionStatus enum

func MediaAnalysisJobFailureCode_Values

func MediaAnalysisJobFailureCode_Values() []string

MediaAnalysisJobFailureCode_Values returns all elements of the MediaAnalysisJobFailureCode enum

func MediaAnalysisJobStatus_Values

func MediaAnalysisJobStatus_Values() []string

MediaAnalysisJobStatus_Values returns all elements of the MediaAnalysisJobStatus enum

func OrientationCorrection_Values

func OrientationCorrection_Values() []string

OrientationCorrection_Values returns all elements of the OrientationCorrection enum

func PersonTrackingSortBy_Values

func PersonTrackingSortBy_Values() []string

PersonTrackingSortBy_Values returns all elements of the PersonTrackingSortBy enum

func ProjectAutoUpdate_Values

func ProjectAutoUpdate_Values() []string

ProjectAutoUpdate_Values returns all elements of the ProjectAutoUpdate enum

func ProjectStatus_Values

func ProjectStatus_Values() []string

ProjectStatus_Values returns all elements of the ProjectStatus enum

func ProjectVersionStatus_Values

func ProjectVersionStatus_Values() []string

ProjectVersionStatus_Values returns all elements of the ProjectVersionStatus enum

func ProtectiveEquipmentType_Values

func ProtectiveEquipmentType_Values() []string

ProtectiveEquipmentType_Values returns all elements of the ProtectiveEquipmentType enum

func QualityFilter_Values

func QualityFilter_Values() []string

QualityFilter_Values returns all elements of the QualityFilter enum

func Reason_Values

func Reason_Values() []string

Reason_Values returns all elements of the Reason enum

func SegmentType_Values

func SegmentType_Values() []string

SegmentType_Values returns all elements of the SegmentType enum

func StreamProcessorParameterToDelete_Values

func StreamProcessorParameterToDelete_Values() []string

StreamProcessorParameterToDelete_Values returns all elements of the StreamProcessorParameterToDelete enum

func StreamProcessorStatus_Values

func StreamProcessorStatus_Values() []string

StreamProcessorStatus_Values returns all elements of the StreamProcessorStatus enum

func TechnicalCueType_Values

func TechnicalCueType_Values() []string

TechnicalCueType_Values returns all elements of the TechnicalCueType enum

func TextTypes_Values

func TextTypes_Values() []string

TextTypes_Values returns all elements of the TextTypes enum

func UnsearchedFaceReason_Values

func UnsearchedFaceReason_Values() []string

UnsearchedFaceReason_Values returns all elements of the UnsearchedFaceReason enum

func UnsuccessfulFaceAssociationReason_Values

func UnsuccessfulFaceAssociationReason_Values() []string

UnsuccessfulFaceAssociationReason_Values returns all elements of the UnsuccessfulFaceAssociationReason enum

func UnsuccessfulFaceDeletionReason_Values

func UnsuccessfulFaceDeletionReason_Values() []string

UnsuccessfulFaceDeletionReason_Values returns all elements of the UnsuccessfulFaceDeletionReason enum

func UnsuccessfulFaceDisassociationReason_Values

func UnsuccessfulFaceDisassociationReason_Values() []string

UnsuccessfulFaceDisassociationReason_Values returns all elements of the UnsuccessfulFaceDisassociationReason enum

func UserStatus_Values

func UserStatus_Values() []string

UserStatus_Values returns all elements of the UserStatus enum

func VideoColorRange_Values

func VideoColorRange_Values() []string

VideoColorRange_Values returns all elements of the VideoColorRange enum

func VideoJobStatus_Values

func VideoJobStatus_Values() []string

VideoJobStatus_Values returns all elements of the VideoJobStatus enum

type AccessDeniedException

type AccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You are not authorized to perform the action.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AgeRange

type AgeRange struct {

    // The highest estimated age.
    High *int64 `type:"integer"`

    // The lowest estimated age.
    Low *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Structure containing the estimated age range, in years, for a face.

Amazon Rekognition estimates an age range for faces detected in the input image. Estimated age ranges can overlap. A face of a 5-year-old might have an estimated range of 4-6, while the face of a 6-year-old might have an estimated range of 4-8.

func (AgeRange) GoString

func (s AgeRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AgeRange) SetHigh

func (s *AgeRange) SetHigh(v int64) *AgeRange

SetHigh sets the High field's value.

func (*AgeRange) SetLow

func (s *AgeRange) SetLow(v int64) *AgeRange

SetLow sets the Low field's value.

func (AgeRange) String

func (s AgeRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Asset

type Asset struct {

    // The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest
    // file.
    GroundTruthManifest *GroundTruthManifest `type:"structure"`
    // contains filtered or unexported fields
}

Assets are the images that you use to train and evaluate a model version. Assets can also contain validation information that you use to debug a failed model training.

func (Asset) GoString

func (s Asset) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Asset) SetGroundTruthManifest

func (s *Asset) SetGroundTruthManifest(v *GroundTruthManifest) *Asset

SetGroundTruthManifest sets the GroundTruthManifest field's value.

func (Asset) String

func (s Asset) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Asset) Validate

func (s *Asset) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateFacesInput

type AssociateFacesInput struct {

    // Idempotent token used to identify the request to AssociateFaces. If you use
    // the same token with multiple AssociateFaces requests, the same response is
    // returned. Use ClientRequestToken to prevent the same request from being processed
    // more than once.
    ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // The ID of an existing collection containing the UserID.
    //
    // CollectionId is a required field
    CollectionId *string `min:"1" type:"string" required:"true"`

    // An array of FaceIDs to associate with the UserID.
    //
    // FaceIds is a required field
    FaceIds []*string `min:"1" type:"list" required:"true"`

    // The ID for the existing UserID.
    //
    // UserId is a required field
    UserId *string `min:"1" type:"string" required:"true"`

    // An optional value specifying the minimum confidence in the UserID match to
    // return. The default value is 75.
    UserMatchThreshold *float64 `type:"float"`
    // contains filtered or unexported fields
}

func (AssociateFacesInput) GoString

func (s AssociateFacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateFacesInput) SetClientRequestToken

func (s *AssociateFacesInput) SetClientRequestToken(v string) *AssociateFacesInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*AssociateFacesInput) SetCollectionId

func (s *AssociateFacesInput) SetCollectionId(v string) *AssociateFacesInput

SetCollectionId sets the CollectionId field's value.

func (*AssociateFacesInput) SetFaceIds

func (s *AssociateFacesInput) SetFaceIds(v []*string) *AssociateFacesInput

SetFaceIds sets the FaceIds field's value.

func (*AssociateFacesInput) SetUserId

func (s *AssociateFacesInput) SetUserId(v string) *AssociateFacesInput

SetUserId sets the UserId field's value.

func (*AssociateFacesInput) SetUserMatchThreshold

func (s *AssociateFacesInput) SetUserMatchThreshold(v float64) *AssociateFacesInput

SetUserMatchThreshold sets the UserMatchThreshold field's value.

func (AssociateFacesInput) String

func (s AssociateFacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateFacesInput) Validate

func (s *AssociateFacesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateFacesOutput

type AssociateFacesOutput struct {

    // An array of AssociatedFace objects containing FaceIDs that have been successfully
    // associated with the UserID. Returned if the AssociateFaces action is successful.
    AssociatedFaces []*AssociatedFace `type:"list"`

    // An array of UnsuccessfulAssociation objects containing FaceIDs that are not
    // successfully associated along with the reasons. Returned if the AssociateFaces
    // action is successful.
    UnsuccessfulFaceAssociations []*UnsuccessfulFaceAssociation `type:"list"`

    // The status of an update made to a UserID. Reflects if the UserID has been
    // updated for every requested change.
    UserStatus *string `type:"string" enum:"UserStatus"`
    // contains filtered or unexported fields
}

func (AssociateFacesOutput) GoString

func (s AssociateFacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateFacesOutput) SetAssociatedFaces

func (s *AssociateFacesOutput) SetAssociatedFaces(v []*AssociatedFace) *AssociateFacesOutput

SetAssociatedFaces sets the AssociatedFaces field's value.

func (*AssociateFacesOutput) SetUnsuccessfulFaceAssociations

func (s *AssociateFacesOutput) SetUnsuccessfulFaceAssociations(v []*UnsuccessfulFaceAssociation) *AssociateFacesOutput

SetUnsuccessfulFaceAssociations sets the UnsuccessfulFaceAssociations field's value.

func (*AssociateFacesOutput) SetUserStatus

func (s *AssociateFacesOutput) SetUserStatus(v string) *AssociateFacesOutput

SetUserStatus sets the UserStatus field's value.

func (AssociateFacesOutput) String

func (s AssociateFacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociatedFace

type AssociatedFace struct {

    // Unique identifier assigned to the face.
    FaceId *string `type:"string"`
    // contains filtered or unexported fields
}

Provides face metadata for the faces that are associated to a specific UserID.

func (AssociatedFace) GoString

func (s AssociatedFace) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociatedFace) SetFaceId

func (s *AssociatedFace) SetFaceId(v string) *AssociatedFace

SetFaceId sets the FaceId field's value.

func (AssociatedFace) String

func (s AssociatedFace) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AudioMetadata

type AudioMetadata struct {

    // The audio codec used to encode or decode the audio stream.
    Codec *string `type:"string"`

    // The duration of the audio stream in milliseconds.
    DurationMillis *int64 `type:"long"`

    // The number of audio channels in the segment.
    NumberOfChannels *int64 `type:"long"`

    // The sample rate for the audio stream.
    SampleRate *int64 `type:"long"`
    // contains filtered or unexported fields
}

Metadata information about an audio stream. An array of AudioMetadata objects for the audio streams found in a stored video is returned by GetSegmentDetection.

func (AudioMetadata) GoString

func (s AudioMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioMetadata) SetCodec

func (s *AudioMetadata) SetCodec(v string) *AudioMetadata

SetCodec sets the Codec field's value.

func (*AudioMetadata) SetDurationMillis

func (s *AudioMetadata) SetDurationMillis(v int64) *AudioMetadata

SetDurationMillis sets the DurationMillis field's value.

func (*AudioMetadata) SetNumberOfChannels

func (s *AudioMetadata) SetNumberOfChannels(v int64) *AudioMetadata

SetNumberOfChannels sets the NumberOfChannels field's value.

func (*AudioMetadata) SetSampleRate

func (s *AudioMetadata) SetSampleRate(v int64) *AudioMetadata

SetSampleRate sets the SampleRate field's value.

func (AudioMetadata) String

func (s AudioMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuditImage

type AuditImage struct {

    // Identifies the bounding box around the label, face, text, object of interest,
    // or personal protective equipment. The left (x-coordinate) and top (y-coordinate)
    // are coordinates representing the top and left sides of the bounding box.
    // Note that the upper-left corner of the image is the origin (0,0).
    //
    // The top and left values returned are ratios of the overall image size. For
    // example, if the input image is 700x200 pixels, and the top-left coordinate
    // of the bounding box is 350x50 pixels, the API returns a left value of 0.5
    // (350/700) and a top value of 0.25 (50/200).
    //
    // The width and height values represent the dimensions of the bounding box
    // as a ratio of the overall image dimension. For example, if the input image
    // is 700x200 pixels, and the bounding box width is 70 pixels, the width returned
    // is 0.1.
    //
    // The bounding box coordinates can have negative values. For example, if Amazon
    // Rekognition is able to detect a face that is at the image edge and is only
    // partially visible, the service can return coordinates that are outside the
    // image bounds and, depending on the image edge, you might get negative values
    // or values greater than 1 for the left or top values.
    BoundingBox *BoundingBox `type:"structure"`

    // The Base64-encoded bytes representing an image selected from the Face Liveness
    // video and returned for audit purposes.
    //
    // Bytes is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by AuditImage's
    // String and GoString methods.
    //
    // Bytes is automatically base64 encoded/decoded by the SDK.
    Bytes []byte `min:"1" type:"blob" sensitive:"true"`

    // Provides the S3 bucket name and object name.
    //
    // The region for the S3 bucket containing the S3 object must match the region
    // you use for Amazon Rekognition operations.
    //
    // For Amazon Rekognition to process an S3 object, the user must have permission
    // to access the S3 object. For more information, see How Amazon Rekognition
    // works with IAM in the Amazon Rekognition Developer Guide.
    S3Object *S3Object `type:"structure"`
    // contains filtered or unexported fields
}

An image that is picked from the Face Liveness video and returned for audit trail purposes, returned as Base64-encoded bytes.

func (AuditImage) GoString

func (s AuditImage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuditImage) SetBoundingBox

func (s *AuditImage) SetBoundingBox(v *BoundingBox) *AuditImage

SetBoundingBox sets the BoundingBox field's value.

func (*AuditImage) SetBytes

func (s *AuditImage) SetBytes(v []byte) *AuditImage

SetBytes sets the Bytes field's value.

func (*AuditImage) SetS3Object

func (s *AuditImage) SetS3Object(v *S3Object) *AuditImage

SetS3Object sets the S3Object field's value.

func (AuditImage) String

func (s AuditImage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Beard

type Beard struct {

    // Level of confidence in the determination.
    Confidence *float64 `type:"float"`

    // Boolean value that indicates whether the face has beard or not.
    Value *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Indicates whether or not the face has a beard, and the confidence level in the determination.

func (Beard) GoString

func (s Beard) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Beard) SetConfidence

func (s *Beard) SetConfidence(v float64) *Beard

SetConfidence sets the Confidence field's value.

func (*Beard) SetValue

func (s *Beard) SetValue(v bool) *Beard

SetValue sets the Value field's value.

func (Beard) String

func (s Beard) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BlackFrame

type BlackFrame struct {

    // A threshold used to determine the maximum luminance value for a pixel to
    // be considered black. In a full color range video, luminance values range
    // from 0-255. A pixel value of 0 is pure black, and the most strict filter.
    // The maximum black pixel value is computed as follows: max_black_pixel_value
    // = minimum_luminance + MaxPixelThreshold *luminance_range.
    //
    // For example, for a full range video with BlackPixelThreshold = 0.1, max_black_pixel_value
    // is 0 + 0.1 * (255-0) = 25.5.
    //
    // The default value of MaxPixelThreshold is 0.2, which maps to a max_black_pixel_value
    // of 51 for a full range video. You can lower this threshold to be more strict
    // on black levels.
    MaxPixelThreshold *float64 `type:"float"`

    // The minimum percentage of pixels in a frame that need to have a luminance
    // below the max_black_pixel_value for a frame to be considered a black frame.
    // Luminance is calculated using the BT.709 matrix.
    //
    // The default value is 99, which means at least 99% of all pixels in the frame
    // are black pixels as per the MaxPixelThreshold set. You can reduce this value
    // to allow more noise on the black frame.
    MinCoveragePercentage *float64 `type:"float"`
    // contains filtered or unexported fields
}

A filter that allows you to control the black frame detection by specifying the black levels and pixel coverage of black pixels in a frame. As videos can come from multiple sources, formats, and time periods, they may contain different standards and varying noise levels for black frames that need to be accounted for. For more information, see StartSegmentDetection.

func (BlackFrame) GoString

func (s BlackFrame) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BlackFrame) SetMaxPixelThreshold

func (s *BlackFrame) SetMaxPixelThreshold(v float64) *BlackFrame

SetMaxPixelThreshold sets the MaxPixelThreshold field's value.

func (*BlackFrame) SetMinCoveragePercentage

func (s *BlackFrame) SetMinCoveragePercentage(v float64) *BlackFrame

SetMinCoveragePercentage sets the MinCoveragePercentage field's value.

func (BlackFrame) String

func (s BlackFrame) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BoundingBox

type BoundingBox struct {

    // Height of the bounding box as a ratio of the overall image height.
    Height *float64 `type:"float"`

    // Left coordinate of the bounding box as a ratio of overall image width.
    Left *float64 `type:"float"`

    // Top coordinate of the bounding box as a ratio of overall image height.
    Top *float64 `type:"float"`

    // Width of the bounding box as a ratio of the overall image width.
    Width *float64 `type:"float"`
    // contains filtered or unexported fields
}

Identifies the bounding box around the label, face, text, object of interest, or personal protective equipment. The left (x-coordinate) and top (y-coordinate) are coordinates representing the top and left sides of the bounding box. Note that the upper-left corner of the image is the origin (0,0).

The top and left values returned are ratios of the overall image size. For example, if the input image is 700x200 pixels, and the top-left coordinate of the bounding box is 350x50 pixels, the API returns a left value of 0.5 (350/700) and a top value of 0.25 (50/200).

The width and height values represent the dimensions of the bounding box as a ratio of the overall image dimension. For example, if the input image is 700x200 pixels, and the bounding box width is 70 pixels, the width returned is 0.1.

The bounding box coordinates can have negative values. For example, if Amazon Rekognition is able to detect a face that is at the image edge and is only partially visible, the service can return coordinates that are outside the image bounds and, depending on the image edge, you might get negative values or values greater than 1 for the left or top values.

func (BoundingBox) GoString

func (s BoundingBox) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BoundingBox) SetHeight

func (s *BoundingBox) SetHeight(v float64) *BoundingBox

SetHeight sets the Height field's value.

func (*BoundingBox) SetLeft

func (s *BoundingBox) SetLeft(v float64) *BoundingBox

SetLeft sets the Left field's value.

func (*BoundingBox) SetTop

func (s *BoundingBox) SetTop(v float64) *BoundingBox

SetTop sets the Top field's value.

func (*BoundingBox) SetWidth

func (s *BoundingBox) SetWidth(v float64) *BoundingBox

SetWidth sets the Width field's value.

func (BoundingBox) String

func (s BoundingBox) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Celebrity

type Celebrity struct {

    // Provides information about the celebrity's face, such as its location on
    // the image.
    Face *ComparedFace `type:"structure"`

    // A unique identifier for the celebrity.
    Id *string `type:"string"`

    // The known gender identity for the celebrity that matches the provided ID.
    // The known gender identity can be Male, Female, Nonbinary, or Unlisted.
    KnownGender *KnownGender `type:"structure"`

    // The confidence, in percentage, that Amazon Rekognition has that the recognized
    // face is the celebrity.
    MatchConfidence *float64 `type:"float"`

    // The name of the celebrity.
    Name *string `type:"string"`

    // An array of URLs pointing to additional information about the celebrity.
    // If there is no additional information about the celebrity, this list is empty.
    Urls []*string `type:"list"`
    // contains filtered or unexported fields
}

Provides information about a celebrity recognized by the RecognizeCelebrities operation.

func (Celebrity) GoString

func (s Celebrity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Celebrity) SetFace

func (s *Celebrity) SetFace(v *ComparedFace) *Celebrity

SetFace sets the Face field's value.

func (*Celebrity) SetId

func (s *Celebrity) SetId(v string) *Celebrity

SetId sets the Id field's value.

func (*Celebrity) SetKnownGender

func (s *Celebrity) SetKnownGender(v *KnownGender) *Celebrity

SetKnownGender sets the KnownGender field's value.

func (*Celebrity) SetMatchConfidence

func (s *Celebrity) SetMatchConfidence(v float64) *Celebrity

SetMatchConfidence sets the MatchConfidence field's value.

func (*Celebrity) SetName

func (s *Celebrity) SetName(v string) *Celebrity

SetName sets the Name field's value.

func (*Celebrity) SetUrls

func (s *Celebrity) SetUrls(v []*string) *Celebrity

SetUrls sets the Urls field's value.

func (Celebrity) String

func (s Celebrity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CelebrityDetail

type CelebrityDetail struct {

    // Bounding box around the body of a celebrity.
    BoundingBox *BoundingBox `type:"structure"`

    // The confidence, in percentage, that Amazon Rekognition has that the recognized
    // face is the celebrity.
    Confidence *float64 `type:"float"`

    // Face details for the recognized celebrity.
    Face *FaceDetail `type:"structure"`

    // The unique identifier for the celebrity.
    Id *string `type:"string"`

    // Retrieves the known gender for the celebrity.
    KnownGender *KnownGender `type:"structure"`

    // The name of the celebrity.
    Name *string `type:"string"`

    // An array of URLs pointing to additional celebrity information.
    Urls []*string `type:"list"`
    // contains filtered or unexported fields
}

Information about a recognized celebrity.

func (CelebrityDetail) GoString

func (s CelebrityDetail) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CelebrityDetail) SetBoundingBox

func (s *CelebrityDetail) SetBoundingBox(v *BoundingBox) *CelebrityDetail

SetBoundingBox sets the BoundingBox field's value.

func (*CelebrityDetail) SetConfidence

func (s *CelebrityDetail) SetConfidence(v float64) *CelebrityDetail

SetConfidence sets the Confidence field's value.

func (*CelebrityDetail) SetFace

func (s *CelebrityDetail) SetFace(v *FaceDetail) *CelebrityDetail

SetFace sets the Face field's value.

func (*CelebrityDetail) SetId

func (s *CelebrityDetail) SetId(v string) *CelebrityDetail

SetId sets the Id field's value.

func (*CelebrityDetail) SetKnownGender

func (s *CelebrityDetail) SetKnownGender(v *KnownGender) *CelebrityDetail

SetKnownGender sets the KnownGender field's value.

func (*CelebrityDetail) SetName

func (s *CelebrityDetail) SetName(v string) *CelebrityDetail

SetName sets the Name field's value.

func (*CelebrityDetail) SetUrls

func (s *CelebrityDetail) SetUrls(v []*string) *CelebrityDetail

SetUrls sets the Urls field's value.

func (CelebrityDetail) String

func (s CelebrityDetail) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CelebrityRecognition

type CelebrityRecognition struct {

    // Information about a recognized celebrity.
    Celebrity *CelebrityDetail `type:"structure"`

    // The time, in milliseconds from the start of the video, that the celebrity
    // was recognized. Note that Timestamp is not guaranteed to be accurate to the
    // individual frame where the celebrity first appears.
    Timestamp *int64 `type:"long"`
    // contains filtered or unexported fields
}

Information about a detected celebrity and the time the celebrity was detected in a stored video. For more information, see GetCelebrityRecognition in the Amazon Rekognition Developer Guide.

func (CelebrityRecognition) GoString

func (s CelebrityRecognition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CelebrityRecognition) SetCelebrity

func (s *CelebrityRecognition) SetCelebrity(v *CelebrityDetail) *CelebrityRecognition

SetCelebrity sets the Celebrity field's value.

func (*CelebrityRecognition) SetTimestamp

func (s *CelebrityRecognition) SetTimestamp(v int64) *CelebrityRecognition

SetTimestamp sets the Timestamp field's value.

func (CelebrityRecognition) String

func (s CelebrityRecognition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CompareFacesInput

type CompareFacesInput struct {

    // A filter that specifies a quality bar for how much filtering is done to identify
    // faces. Filtered faces aren't compared. If you specify AUTO, Amazon Rekognition
    // chooses the quality bar. If you specify LOW, MEDIUM, or HIGH, filtering removes
    // all faces that don’t meet the chosen quality bar. The quality bar is based
    // on a variety of common use cases. Low-quality detections can occur for a
    // number of reasons. Some examples are an object that's misidentified as a
    // face, a face that's too blurry, or a face with a pose that's too extreme
    // to use. If you specify NONE, no filtering is performed. The default value
    // is NONE.
    //
    // To use quality filtering, the collection you are using must be associated
    // with version 3 of the face model or higher.
    QualityFilter *string `type:"string" enum:"QualityFilter"`

    // The minimum level of confidence in the face matches that a match must meet
    // to be included in the FaceMatches array.
    SimilarityThreshold *float64 `type:"float"`

    // The input image as base64-encoded bytes or an S3 object. If you use the AWS
    // CLI to call Amazon Rekognition operations, passing base64-encoded image bytes
    // is not supported.
    //
    // If you are using an AWS SDK to call Amazon Rekognition, you might not need
    // to base64-encode image bytes passed using the Bytes field. For more information,
    // see Images in the Amazon Rekognition developer guide.
    //
    // SourceImage is a required field
    SourceImage *Image `type:"structure" required:"true"`

    // The target image as base64-encoded bytes or an S3 object. If you use the
    // AWS CLI to call Amazon Rekognition operations, passing base64-encoded image
    // bytes is not supported.
    //
    // If you are using an AWS SDK to call Amazon Rekognition, you might not need
    // to base64-encode image bytes passed using the Bytes field. For more information,
    // see Images in the Amazon Rekognition developer guide.
    //
    // TargetImage is a required field
    TargetImage *Image `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CompareFacesInput) GoString

func (s CompareFacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CompareFacesInput) SetQualityFilter

func (s *CompareFacesInput) SetQualityFilter(v string) *CompareFacesInput

SetQualityFilter sets the QualityFilter field's value.

func (*CompareFacesInput) SetSimilarityThreshold

func (s *CompareFacesInput) SetSimilarityThreshold(v float64) *CompareFacesInput

SetSimilarityThreshold sets the SimilarityThreshold field's value.

func (*CompareFacesInput) SetSourceImage

func (s *CompareFacesInput) SetSourceImage(v *Image) *CompareFacesInput

SetSourceImage sets the SourceImage field's value.

func (*CompareFacesInput) SetTargetImage

func (s *CompareFacesInput) SetTargetImage(v *Image) *CompareFacesInput

SetTargetImage sets the TargetImage field's value.

func (CompareFacesInput) String

func (s CompareFacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CompareFacesInput) Validate

func (s *CompareFacesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CompareFacesMatch

type CompareFacesMatch struct {

    // Provides face metadata (bounding box and confidence that the bounding box
    // actually contains a face).
    Face *ComparedFace `type:"structure"`

    // Level of confidence that the faces match.
    Similarity *float64 `type:"float"`
    // contains filtered or unexported fields
}

Provides information about a face in a target image that matches the source image face analyzed by CompareFaces. The Face property contains the bounding box of the face in the target image. The Similarity property is the confidence that the source image face matches the face in the bounding box.

func (CompareFacesMatch) GoString

func (s CompareFacesMatch) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CompareFacesMatch) SetFace

func (s *CompareFacesMatch) SetFace(v *ComparedFace) *CompareFacesMatch

SetFace sets the Face field's value.

func (*CompareFacesMatch) SetSimilarity

func (s *CompareFacesMatch) SetSimilarity(v float64) *CompareFacesMatch

SetSimilarity sets the Similarity field's value.

func (CompareFacesMatch) String

func (s CompareFacesMatch) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CompareFacesOutput

type CompareFacesOutput struct {

    // An array of faces in the target image that match the source image face. Each
    // CompareFacesMatch object provides the bounding box, the confidence level
    // that the bounding box contains a face, and the similarity score for the face
    // in the bounding box and the face in the source image.
    FaceMatches []*CompareFacesMatch `type:"list"`

    // The face in the source image that was used for comparison.
    SourceImageFace *ComparedSourceImageFace `type:"structure"`

    // The value of SourceImageOrientationCorrection is always null.
    //
    // If the input image is in .jpeg format, it might contain exchangeable image
    // file format (Exif) metadata that includes the image's orientation. Amazon
    // Rekognition uses this orientation information to perform image correction.
    // The bounding box coordinates are translated to represent object locations
    // after the orientation information in the Exif metadata is used to correct
    // the image orientation. Images in .png format don't contain Exif metadata.
    //
    // Amazon Rekognition doesn’t perform image correction for images in .png
    // format and .jpeg images without orientation information in the image Exif
    // metadata. The bounding box coordinates aren't translated and represent the
    // object locations before the image is rotated.
    SourceImageOrientationCorrection *string `type:"string" enum:"OrientationCorrection"`

    // The value of TargetImageOrientationCorrection is always null.
    //
    // If the input image is in .jpeg format, it might contain exchangeable image
    // file format (Exif) metadata that includes the image's orientation. Amazon
    // Rekognition uses this orientation information to perform image correction.
    // The bounding box coordinates are translated to represent object locations
    // after the orientation information in the Exif metadata is used to correct
    // the image orientation. Images in .png format don't contain Exif metadata.
    //
    // Amazon Rekognition doesn’t perform image correction for images in .png
    // format and .jpeg images without orientation information in the image Exif
    // metadata. The bounding box coordinates aren't translated and represent the
    // object locations before the image is rotated.
    TargetImageOrientationCorrection *string `type:"string" enum:"OrientationCorrection"`

    // An array of faces in the target image that did not match the source image
    // face.
    UnmatchedFaces []*ComparedFace `type:"list"`
    // contains filtered or unexported fields
}

func (CompareFacesOutput) GoString

func (s CompareFacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CompareFacesOutput) SetFaceMatches

func (s *CompareFacesOutput) SetFaceMatches(v []*CompareFacesMatch) *CompareFacesOutput

SetFaceMatches sets the FaceMatches field's value.

func (*CompareFacesOutput) SetSourceImageFace

func (s *CompareFacesOutput) SetSourceImageFace(v *ComparedSourceImageFace) *CompareFacesOutput

SetSourceImageFace sets the SourceImageFace field's value.

func (*CompareFacesOutput) SetSourceImageOrientationCorrection

func (s *CompareFacesOutput) SetSourceImageOrientationCorrection(v string) *CompareFacesOutput

SetSourceImageOrientationCorrection sets the SourceImageOrientationCorrection field's value.

func (*CompareFacesOutput) SetTargetImageOrientationCorrection

func (s *CompareFacesOutput) SetTargetImageOrientationCorrection(v string) *CompareFacesOutput

SetTargetImageOrientationCorrection sets the TargetImageOrientationCorrection field's value.

func (*CompareFacesOutput) SetUnmatchedFaces

func (s *CompareFacesOutput) SetUnmatchedFaces(v []*ComparedFace) *CompareFacesOutput

SetUnmatchedFaces sets the UnmatchedFaces field's value.

func (CompareFacesOutput) String

func (s CompareFacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComparedFace

type ComparedFace struct {

    // Bounding box of the face.
    BoundingBox *BoundingBox `type:"structure"`

    // Level of confidence that what the bounding box contains is a face.
    Confidence *float64 `type:"float"`

    // The emotions that appear to be expressed on the face, and the confidence
    // level in the determination. Valid values include "Happy", "Sad", "Angry",
    // "Confused", "Disgusted", "Surprised", "Calm", "Unknown", and "Fear".
    Emotions []*Emotion `type:"list"`

    // An array of facial landmarks.
    Landmarks []*Landmark `type:"list"`

    // Indicates the pose of the face as determined by its pitch, roll, and yaw.
    Pose *Pose `type:"structure"`

    // Identifies face image brightness and sharpness.
    Quality *ImageQuality `type:"structure"`

    // Indicates whether or not the face is smiling, and the confidence level in
    // the determination.
    Smile *Smile `type:"structure"`
    // contains filtered or unexported fields
}

Provides face metadata for target image faces that are analyzed by CompareFaces and RecognizeCelebrities.

func (ComparedFace) GoString

func (s ComparedFace) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComparedFace) SetBoundingBox

func (s *ComparedFace) SetBoundingBox(v *BoundingBox) *ComparedFace

SetBoundingBox sets the BoundingBox field's value.

func (*ComparedFace) SetConfidence

func (s *ComparedFace) SetConfidence(v float64) *ComparedFace

SetConfidence sets the Confidence field's value.

func (*ComparedFace) SetEmotions

func (s *ComparedFace) SetEmotions(v []*Emotion) *ComparedFace

SetEmotions sets the Emotions field's value.

func (*ComparedFace) SetLandmarks

func (s *ComparedFace) SetLandmarks(v []*Landmark) *ComparedFace

SetLandmarks sets the Landmarks field's value.

func (*ComparedFace) SetPose

func (s *ComparedFace) SetPose(v *Pose) *ComparedFace

SetPose sets the Pose field's value.

func (*ComparedFace) SetQuality

func (s *ComparedFace) SetQuality(v *ImageQuality) *ComparedFace

SetQuality sets the Quality field's value.

func (*ComparedFace) SetSmile

func (s *ComparedFace) SetSmile(v *Smile) *ComparedFace

SetSmile sets the Smile field's value.

func (ComparedFace) String

func (s ComparedFace) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComparedSourceImageFace

type ComparedSourceImageFace struct {

    // Bounding box of the face.
    BoundingBox *BoundingBox `type:"structure"`

    // Confidence level that the selected bounding box contains a face.
    Confidence *float64 `type:"float"`
    // contains filtered or unexported fields
}

Type that describes the face Amazon Rekognition chose to compare with the faces in the target. This contains a bounding box for the selected face and confidence level that the bounding box contains a face. Note that Amazon Rekognition selects the largest face in the source image for this comparison.

func (ComparedSourceImageFace) GoString

func (s ComparedSourceImageFace) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComparedSourceImageFace) SetBoundingBox

func (s *ComparedSourceImageFace) SetBoundingBox(v *BoundingBox) *ComparedSourceImageFace

SetBoundingBox sets the BoundingBox field's value.

func (*ComparedSourceImageFace) SetConfidence

func (s *ComparedSourceImageFace) SetConfidence(v float64) *ComparedSourceImageFace

SetConfidence sets the Confidence field's value.

func (ComparedSourceImageFace) String

func (s ComparedSourceImageFace) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException

type ConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

A User with the same Id already exists within the collection, or the update or deletion of the User caused an inconsistent state. **

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConnectedHomeSettings

type ConnectedHomeSettings struct {

    // Specifies what you want to detect in the video, such as people, packages,
    // or pets. The current valid labels you can include in this list are: "PERSON",
    // "PET", "PACKAGE", and "ALL".
    //
    // Labels is a required field
    Labels []*string `min:"1" type:"list" required:"true"`

    // The minimum confidence required to label an object in the video.
    MinConfidence *float64 `type:"float"`
    // contains filtered or unexported fields
}

Label detection settings to use on a streaming video. Defining the settings is required in the request parameter for CreateStreamProcessor. Including this setting in the CreateStreamProcessor request enables you to use the stream processor for label detection. You can then select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For example, if packages and pets are selected, one SNS notification is published the first time a package is detected and one SNS notification is published the first time a pet is detected, as well as an end-of-session summary.

func (ConnectedHomeSettings) GoString

func (s ConnectedHomeSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectedHomeSettings) SetLabels

func (s *ConnectedHomeSettings) SetLabels(v []*string) *ConnectedHomeSettings

SetLabels sets the Labels field's value.

func (*ConnectedHomeSettings) SetMinConfidence

func (s *ConnectedHomeSettings) SetMinConfidence(v float64) *ConnectedHomeSettings

SetMinConfidence sets the MinConfidence field's value.

func (ConnectedHomeSettings) String

func (s ConnectedHomeSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectedHomeSettings) Validate

func (s *ConnectedHomeSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConnectedHomeSettingsForUpdate

type ConnectedHomeSettingsForUpdate struct {

    // Specifies what you want to detect in the video, such as people, packages,
    // or pets. The current valid labels you can include in this list are: "PERSON",
    // "PET", "PACKAGE", and "ALL".
    Labels []*string `min:"1" type:"list"`

    // The minimum confidence required to label an object in the video.
    MinConfidence *float64 `type:"float"`
    // contains filtered or unexported fields
}

The label detection settings you want to use in your stream processor. This includes the labels you want the stream processor to detect and the minimum confidence level allowed to label objects.

func (ConnectedHomeSettingsForUpdate) GoString

func (s ConnectedHomeSettingsForUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectedHomeSettingsForUpdate) SetLabels

func (s *ConnectedHomeSettingsForUpdate) SetLabels(v []*string) *ConnectedHomeSettingsForUpdate

SetLabels sets the Labels field's value.

func (*ConnectedHomeSettingsForUpdate) SetMinConfidence

func (s *ConnectedHomeSettingsForUpdate) SetMinConfidence(v float64) *ConnectedHomeSettingsForUpdate

SetMinConfidence sets the MinConfidence field's value.

func (ConnectedHomeSettingsForUpdate) String

func (s ConnectedHomeSettingsForUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectedHomeSettingsForUpdate) Validate

func (s *ConnectedHomeSettingsForUpdate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ContentModerationDetection

type ContentModerationDetection struct {

    // A list of predicted results for the type of content an image contains. For
    // example, the image content might be from animation, sports, or a video game.
    ContentTypes []*ContentType `type:"list"`

    // The time duration of a segment in milliseconds, I.e. time elapsed from StartTimestampMillis
    // to EndTimestampMillis.
    DurationMillis *int64 `type:"long"`

    // The time in milliseconds defining the end of the timeline segment containing
    // a continuously detected moderation label.
    EndTimestampMillis *int64 `type:"long"`

    // The content moderation label detected by in the stored video.
    ModerationLabel *ModerationLabel `type:"structure"`

    // The time in milliseconds defining the start of the timeline segment containing
    // a continuously detected moderation label.
    StartTimestampMillis *int64 `type:"long"`

    // Time, in milliseconds from the beginning of the video, that the content moderation
    // label was detected. Note that Timestamp is not guaranteed to be accurate
    // to the individual frame where the moderated content first appears.
    Timestamp *int64 `type:"long"`
    // contains filtered or unexported fields
}

Information about an inappropriate, unwanted, or offensive content label detection in a stored video.

func (ContentModerationDetection) GoString

func (s ContentModerationDetection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContentModerationDetection) SetContentTypes

func (s *ContentModerationDetection) SetContentTypes(v []*ContentType) *ContentModerationDetection

SetContentTypes sets the ContentTypes field's value.

func (*ContentModerationDetection) SetDurationMillis

func (s *ContentModerationDetection) SetDurationMillis(v int64) *ContentModerationDetection

SetDurationMillis sets the DurationMillis field's value.

func (*ContentModerationDetection) SetEndTimestampMillis

func (s *ContentModerationDetection) SetEndTimestampMillis(v int64) *ContentModerationDetection

SetEndTimestampMillis sets the EndTimestampMillis field's value.

func (*ContentModerationDetection) SetModerationLabel

func (s *ContentModerationDetection) SetModerationLabel(v *ModerationLabel) *ContentModerationDetection

SetModerationLabel sets the ModerationLabel field's value.

func (*ContentModerationDetection) SetStartTimestampMillis

func (s *ContentModerationDetection) SetStartTimestampMillis(v int64) *ContentModerationDetection

SetStartTimestampMillis sets the StartTimestampMillis field's value.

func (*ContentModerationDetection) SetTimestamp

func (s *ContentModerationDetection) SetTimestamp(v int64) *ContentModerationDetection

SetTimestamp sets the Timestamp field's value.

func (ContentModerationDetection) String

func (s ContentModerationDetection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ContentType

type ContentType struct {

    // The confidence level of the label given
    Confidence *float64 `type:"float"`

    // The name of the label
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

Contains information regarding the confidence and name of a detected content type.

func (ContentType) GoString

func (s ContentType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContentType) SetConfidence

func (s *ContentType) SetConfidence(v float64) *ContentType

SetConfidence sets the Confidence field's value.

func (*ContentType) SetName

func (s *ContentType) SetName(v string) *ContentType

SetName sets the Name field's value.

func (ContentType) String

func (s ContentType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CopyProjectVersionInput

type CopyProjectVersionInput struct {

    // The ARN of the project in the trusted AWS account that you want to copy the
    // model version to.
    //
    // DestinationProjectArn is a required field
    DestinationProjectArn *string `min:"20" type:"string" required:"true"`

    // The identifier for your AWS Key Management Service key (AWS KMS key). You
    // can supply the Amazon Resource Name (ARN) of your KMS key, the ID of your
    // KMS key, an alias for your KMS key, or an alias ARN. The key is used to encrypt
    // training results and manifest files written to the output Amazon S3 bucket
    // (OutputConfig).
    //
    // If you choose to use your own KMS key, you need the following permissions
    // on the KMS key.
    //
    //    * kms:CreateGrant
    //
    //    * kms:DescribeKey
    //
    //    * kms:GenerateDataKey
    //
    //    * kms:Decrypt
    //
    // If you don't specify a value for KmsKeyId, images copied into the service
    // are encrypted using a key that AWS owns and manages.
    KmsKeyId *string `min:"1" type:"string"`

    // The S3 bucket and folder location where the training output for the source
    // model version is placed.
    //
    // OutputConfig is a required field
    OutputConfig *OutputConfig `type:"structure" required:"true"`

    // The ARN of the source project in the trusting AWS account.
    //
    // SourceProjectArn is a required field
    SourceProjectArn *string `min:"20" type:"string" required:"true"`

    // The ARN of the model version in the source project that you want to copy
    // to a destination project.
    //
    // SourceProjectVersionArn is a required field
    SourceProjectVersionArn *string `min:"20" type:"string" required:"true"`

    // The key-value tags to assign to the model version.
    Tags map[string]*string `type:"map"`

    // A name for the version of the model that's copied to the destination project.
    //
    // VersionName is a required field
    VersionName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CopyProjectVersionInput) GoString

func (s CopyProjectVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyProjectVersionInput) SetDestinationProjectArn

func (s *CopyProjectVersionInput) SetDestinationProjectArn(v string) *CopyProjectVersionInput

SetDestinationProjectArn sets the DestinationProjectArn field's value.

func (*CopyProjectVersionInput) SetKmsKeyId

func (s *CopyProjectVersionInput) SetKmsKeyId(v string) *CopyProjectVersionInput

SetKmsKeyId sets the KmsKeyId field's value.

func (*CopyProjectVersionInput) SetOutputConfig

func (s *CopyProjectVersionInput) SetOutputConfig(v *OutputConfig) *CopyProjectVersionInput

SetOutputConfig sets the OutputConfig field's value.

func (*CopyProjectVersionInput) SetSourceProjectArn

func (s *CopyProjectVersionInput) SetSourceProjectArn(v string) *CopyProjectVersionInput

SetSourceProjectArn sets the SourceProjectArn field's value.

func (*CopyProjectVersionInput) SetSourceProjectVersionArn

func (s *CopyProjectVersionInput) SetSourceProjectVersionArn(v string) *CopyProjectVersionInput

SetSourceProjectVersionArn sets the SourceProjectVersionArn field's value.

func (*CopyProjectVersionInput) SetTags

func (s *CopyProjectVersionInput) SetTags(v map[string]*string) *CopyProjectVersionInput

SetTags sets the Tags field's value.

func (*CopyProjectVersionInput) SetVersionName

func (s *CopyProjectVersionInput) SetVersionName(v string) *CopyProjectVersionInput

SetVersionName sets the VersionName field's value.

func (CopyProjectVersionInput) String

func (s CopyProjectVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyProjectVersionInput) Validate

func (s *CopyProjectVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CopyProjectVersionOutput

type CopyProjectVersionOutput struct {

    // The ARN of the copied model version in the destination project.
    ProjectVersionArn *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (CopyProjectVersionOutput) GoString

func (s CopyProjectVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyProjectVersionOutput) SetProjectVersionArn

func (s *CopyProjectVersionOutput) SetProjectVersionArn(v string) *CopyProjectVersionOutput

SetProjectVersionArn sets the ProjectVersionArn field's value.

func (CopyProjectVersionOutput) String

func (s CopyProjectVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CoversBodyPart

type CoversBodyPart struct {

    // The confidence that Amazon Rekognition has in the value of Value.
    Confidence *float64 `type:"float"`

    // True if the PPE covers the corresponding body part, otherwise false.
    Value *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Information about an item of Personal Protective Equipment covering a corresponding body part. For more information, see DetectProtectiveEquipment.

func (CoversBodyPart) GoString

func (s CoversBodyPart) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CoversBodyPart) SetConfidence

func (s *CoversBodyPart) SetConfidence(v float64) *CoversBodyPart

SetConfidence sets the Confidence field's value.

func (*CoversBodyPart) SetValue

func (s *CoversBodyPart) SetValue(v bool) *CoversBodyPart

SetValue sets the Value field's value.

func (CoversBodyPart) String

func (s CoversBodyPart) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateCollectionInput

type CreateCollectionInput struct {

    // ID for the collection that you are creating.
    //
    // CollectionId is a required field
    CollectionId *string `min:"1" type:"string" required:"true"`

    // A set of tags (key-value pairs) that you want to attach to the collection.
    Tags map[string]*string `type:"map"`
    // contains filtered or unexported fields
}

func (CreateCollectionInput) GoString

func (s CreateCollectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCollectionInput) SetCollectionId

func (s *CreateCollectionInput) SetCollectionId(v string) *CreateCollectionInput

SetCollectionId sets the CollectionId field's value.

func (*CreateCollectionInput) SetTags

func (s *CreateCollectionInput) SetTags(v map[string]*string) *CreateCollectionInput

SetTags sets the Tags field's value.

func (CreateCollectionInput) String

func (s CreateCollectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCollectionInput) Validate

func (s *CreateCollectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateCollectionOutput

type CreateCollectionOutput struct {

    // Amazon Resource Name (ARN) of the collection. You can use this to manage
    // permissions on your resources.
    CollectionArn *string `type:"string"`

    // Version number of the face detection model associated with the collection
    // you are creating.
    FaceModelVersion *string `type:"string"`

    // HTTP status code indicating the result of the operation.
    StatusCode *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (CreateCollectionOutput) GoString

func (s CreateCollectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCollectionOutput) SetCollectionArn

func (s *CreateCollectionOutput) SetCollectionArn(v string) *CreateCollectionOutput

SetCollectionArn sets the CollectionArn field's value.

func (*CreateCollectionOutput) SetFaceModelVersion

func (s *CreateCollectionOutput) SetFaceModelVersion(v string) *CreateCollectionOutput

SetFaceModelVersion sets the FaceModelVersion field's value.

func (*CreateCollectionOutput) SetStatusCode

func (s *CreateCollectionOutput) SetStatusCode(v int64) *CreateCollectionOutput

SetStatusCode sets the StatusCode field's value.

func (CreateCollectionOutput) String

func (s CreateCollectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDatasetInput

type CreateDatasetInput struct {

    // The source files for the dataset. You can specify the ARN of an existing
    // dataset or specify the Amazon S3 bucket location of an Amazon Sagemaker format
    // manifest file. If you don't specify datasetSource, an empty dataset is created.
    // To add labeled images to the dataset, You can use the console or call UpdateDatasetEntries.
    DatasetSource *DatasetSource `type:"structure"`

    // The type of the dataset. Specify TRAIN to create a training dataset. Specify
    // TEST to create a test dataset.
    //
    // DatasetType is a required field
    DatasetType *string `type:"string" required:"true" enum:"DatasetType"`

    // The ARN of the Amazon Rekognition Custom Labels project to which you want
    // to asssign the dataset.
    //
    // ProjectArn is a required field
    ProjectArn *string `min:"20" type:"string" required:"true"`

    // A set of tags (key-value pairs) that you want to attach to the dataset.
    Tags map[string]*string `type:"map"`
    // contains filtered or unexported fields
}

func (CreateDatasetInput) GoString

func (s CreateDatasetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatasetInput) SetDatasetSource

func (s *CreateDatasetInput) SetDatasetSource(v *DatasetSource) *CreateDatasetInput

SetDatasetSource sets the DatasetSource field's value.

func (*CreateDatasetInput) SetDatasetType

func (s *CreateDatasetInput) SetDatasetType(v string) *CreateDatasetInput

SetDatasetType sets the DatasetType field's value.

func (*CreateDatasetInput) SetProjectArn

func (s *CreateDatasetInput) SetProjectArn(v string) *CreateDatasetInput

SetProjectArn sets the ProjectArn field's value.

func (*CreateDatasetInput) SetTags

func (s *CreateDatasetInput) SetTags(v map[string]*string) *CreateDatasetInput

SetTags sets the Tags field's value.

func (CreateDatasetInput) String

func (s CreateDatasetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatasetInput) Validate

func (s *CreateDatasetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDatasetOutput

type CreateDatasetOutput struct {

    // The ARN of the created Amazon Rekognition Custom Labels dataset.
    DatasetArn *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (CreateDatasetOutput) GoString

func (s CreateDatasetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatasetOutput) SetDatasetArn

func (s *CreateDatasetOutput) SetDatasetArn(v string) *CreateDatasetOutput

SetDatasetArn sets the DatasetArn field's value.

func (CreateDatasetOutput) String

func (s CreateDatasetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateFaceLivenessSessionInput

type CreateFaceLivenessSessionInput struct {

    // Idempotent token is used to recognize the Face Liveness request. If the same
    // token is used with multiple CreateFaceLivenessSession requests, the same
    // session is returned. This token is employed to avoid unintentionally creating
    // the same session multiple times.
    ClientRequestToken *string `min:"1" type:"string"`

    // The identifier for your AWS Key Management Service key (AWS KMS key). Used
    // to encrypt audit images and reference images.
    KmsKeyId *string `min:"1" type:"string"`

    // A session settings object. It contains settings for the operation to be performed.
    // For Face Liveness, it accepts OutputConfig and AuditImagesLimit.
    Settings *CreateFaceLivenessSessionRequestSettings `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateFaceLivenessSessionInput) GoString

func (s CreateFaceLivenessSessionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFaceLivenessSessionInput) SetClientRequestToken

func (s *CreateFaceLivenessSessionInput) SetClientRequestToken(v string) *CreateFaceLivenessSessionInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateFaceLivenessSessionInput) SetKmsKeyId

func (s *CreateFaceLivenessSessionInput) SetKmsKeyId(v string) *CreateFaceLivenessSessionInput

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateFaceLivenessSessionInput) SetSettings

func (s *CreateFaceLivenessSessionInput) SetSettings(v *CreateFaceLivenessSessionRequestSettings) *CreateFaceLivenessSessionInput

SetSettings sets the Settings field's value.

func (CreateFaceLivenessSessionInput) String

func (s CreateFaceLivenessSessionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFaceLivenessSessionInput) Validate

func (s *CreateFaceLivenessSessionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFaceLivenessSessionOutput

type CreateFaceLivenessSessionOutput struct {

    // A unique 128-bit UUID identifying a Face Liveness session. A new sessionID
    // must be used for every Face Liveness check. If a given sessionID is used
    // for subsequent Face Liveness checks, the checks will fail. Additionally,
    // a SessionId expires 3 minutes after it's sent, making all Liveness data associated
    // with the session (e.g., sessionID, reference image, audit images, etc.) unavailable.
    //
    // SessionId is a required field
    SessionId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateFaceLivenessSessionOutput) GoString

func (s CreateFaceLivenessSessionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFaceLivenessSessionOutput) SetSessionId

func (s *CreateFaceLivenessSessionOutput) SetSessionId(v string) *CreateFaceLivenessSessionOutput

SetSessionId sets the SessionId field's value.

func (CreateFaceLivenessSessionOutput) String

func (s CreateFaceLivenessSessionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateFaceLivenessSessionRequestSettings

type CreateFaceLivenessSessionRequestSettings struct {

    // Number of audit images to be returned back. Takes an integer between 0-4.
    // Any integer less than 0 will return 0, any integer above 4 will return 4
    // images in the response. By default, it is set to 0. The limit is best effort
    // and is based on the actual duration of the selfie-video.
    AuditImagesLimit *int64 `type:"integer"`

    // Can specify the location of an Amazon S3 bucket, where reference and audit
    // images will be stored. Note that the Amazon S3 bucket must be located in
    // the caller's AWS account and in the same region as the Face Liveness end-point.
    // Additionally, the Amazon S3 object keys are auto-generated by the Face Liveness
    // system. Requires that the caller has the s3:PutObject permission on the Amazon
    // S3 bucket.
    OutputConfig *LivenessOutputConfig `type:"structure"`
    // contains filtered or unexported fields
}

A session settings object. It contains settings for the operation to be performed. It accepts arguments for OutputConfig and AuditImagesLimit.

func (CreateFaceLivenessSessionRequestSettings) GoString

func (s CreateFaceLivenessSessionRequestSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFaceLivenessSessionRequestSettings) SetAuditImagesLimit

func (s *CreateFaceLivenessSessionRequestSettings) SetAuditImagesLimit(v int64) *CreateFaceLivenessSessionRequestSettings

SetAuditImagesLimit sets the AuditImagesLimit field's value.

func (*CreateFaceLivenessSessionRequestSettings) SetOutputConfig

func (s *CreateFaceLivenessSessionRequestSettings) SetOutputConfig(v *LivenessOutputConfig) *CreateFaceLivenessSessionRequestSettings

SetOutputConfig sets the OutputConfig field's value.

func (CreateFaceLivenessSessionRequestSettings) String

func (s CreateFaceLivenessSessionRequestSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFaceLivenessSessionRequestSettings) Validate

func (s *CreateFaceLivenessSessionRequestSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateProjectInput

type CreateProjectInput struct {

    // Specifies whether automatic retraining should be attempted for the versions
    // of the project. Automatic retraining is done as a best effort. Required argument
    // for Content Moderation. Applicable only to adapters.
    AutoUpdate *string `type:"string" enum:"ProjectAutoUpdate"`

    // Specifies feature that is being customized. If no value is provided CUSTOM_LABELS
    // is used as a default.
    Feature *string `type:"string" enum:"CustomizationFeature"`

    // The name of the project to create.
    //
    // ProjectName is a required field
    ProjectName *string `min:"1" type:"string" required:"true"`

    // A set of tags (key-value pairs) that you want to attach to the project.
    Tags map[string]*string `type:"map"`
    // contains filtered or unexported fields
}

func (CreateProjectInput) GoString

func (s CreateProjectInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProjectInput) SetAutoUpdate

func (s *CreateProjectInput) SetAutoUpdate(v string) *CreateProjectInput

SetAutoUpdate sets the AutoUpdate field's value.

func (*CreateProjectInput) SetFeature

func (s *CreateProjectInput) SetFeature(v string) *CreateProjectInput

SetFeature sets the Feature field's value.

func (*CreateProjectInput) SetProjectName

func (s *CreateProjectInput) SetProjectName(v string) *CreateProjectInput

SetProjectName sets the ProjectName field's value.

func (*CreateProjectInput) SetTags

func (s *CreateProjectInput) SetTags(v map[string]*string) *CreateProjectInput

SetTags sets the Tags field's value.

func (CreateProjectInput) String

func (s CreateProjectInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProjectInput) Validate

func (s *CreateProjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateProjectOutput

type CreateProjectOutput struct {

    // The Amazon Resource Name (ARN) of the new project. You can use the ARN to
    // configure IAM access to the project.
    ProjectArn *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (CreateProjectOutput) GoString

func (s CreateProjectOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProjectOutput) SetProjectArn

func (s *CreateProjectOutput) SetProjectArn(v string) *CreateProjectOutput

SetProjectArn sets the ProjectArn field's value.

func (CreateProjectOutput) String

func (s CreateProjectOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateProjectVersionInput

type CreateProjectVersionInput struct {

    // Feature-specific configuration of the training job. If the job configuration
    // does not match the feature type associated with the project, an InvalidParameterException
    // is returned.
    FeatureConfig *CustomizationFeatureConfig `type:"structure"`

    // The identifier for your AWS Key Management Service key (AWS KMS key). You
    // can supply the Amazon Resource Name (ARN) of your KMS key, the ID of your
    // KMS key, an alias for your KMS key, or an alias ARN. The key is used to encrypt
    // training images, test images, and manifest files copied into the service
    // for the project version. Your source images are unaffected. The key is also
    // used to encrypt training results and manifest files written to the output
    // Amazon S3 bucket (OutputConfig).
    //
    // If you choose to use your own KMS key, you need the following permissions
    // on the KMS key.
    //
    //    * kms:CreateGrant
    //
    //    * kms:DescribeKey
    //
    //    * kms:GenerateDataKey
    //
    //    * kms:Decrypt
    //
    // If you don't specify a value for KmsKeyId, images copied into the service
    // are encrypted using a key that AWS owns and manages.
    KmsKeyId *string `min:"1" type:"string"`

    // The Amazon S3 bucket location to store the results of training. The bucket
    // can be any S3 bucket in your AWS account. You need s3:PutObject permission
    // on the bucket.
    //
    // OutputConfig is a required field
    OutputConfig *OutputConfig `type:"structure" required:"true"`

    // The ARN of the Amazon Rekognition project that will manage the project version
    // you want to train.
    //
    // ProjectArn is a required field
    ProjectArn *string `min:"20" type:"string" required:"true"`

    // A set of tags (key-value pairs) that you want to attach to the project version.
    Tags map[string]*string `type:"map"`

    // Specifies an external manifest that the service uses to test the project
    // version. If you specify TestingData you must also specify TrainingData. The
    // project must not have any associated datasets.
    TestingData *TestingData `type:"structure"`

    // Specifies an external manifest that the services uses to train the project
    // version. If you specify TrainingData you must also specify TestingData. The
    // project must not have any associated datasets.
    TrainingData *TrainingData `type:"structure"`

    // A description applied to the project version being created.
    VersionDescription *string `min:"1" type:"string"`

    // A name for the version of the project version. This value must be unique.
    //
    // VersionName is a required field
    VersionName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateProjectVersionInput) GoString

func (s CreateProjectVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProjectVersionInput) SetFeatureConfig

func (s *CreateProjectVersionInput) SetFeatureConfig(v *CustomizationFeatureConfig) *CreateProjectVersionInput

SetFeatureConfig sets the FeatureConfig field's value.

func (*CreateProjectVersionInput) SetKmsKeyId

func (s *CreateProjectVersionInput) SetKmsKeyId(v string) *CreateProjectVersionInput

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateProjectVersionInput) SetOutputConfig

func (s *CreateProjectVersionInput) SetOutputConfig(v *OutputConfig) *CreateProjectVersionInput

SetOutputConfig sets the OutputConfig field's value.

func (*CreateProjectVersionInput) SetProjectArn

func (s *CreateProjectVersionInput) SetProjectArn(v string) *CreateProjectVersionInput

SetProjectArn sets the ProjectArn field's value.

func (*CreateProjectVersionInput) SetTags

func (s *CreateProjectVersionInput) SetTags(v map[string]*string) *CreateProjectVersionInput

SetTags sets the Tags field's value.

func (*CreateProjectVersionInput) SetTestingData

func (s *CreateProjectVersionInput) SetTestingData(v *TestingData) *CreateProjectVersionInput

SetTestingData sets the TestingData field's value.

func (*CreateProjectVersionInput) SetTrainingData

func (s *CreateProjectVersionInput) SetTrainingData(v *TrainingData) *CreateProjectVersionInput

SetTrainingData sets the TrainingData field's value.

func (*CreateProjectVersionInput) SetVersionDescription

func (s *CreateProjectVersionInput) SetVersionDescription(v string) *CreateProjectVersionInput

SetVersionDescription sets the VersionDescription field's value.

func (*CreateProjectVersionInput) SetVersionName

func (s *CreateProjectVersionInput) SetVersionName(v string) *CreateProjectVersionInput

SetVersionName sets the VersionName field's value.

func (CreateProjectVersionInput) String

func (s CreateProjectVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProjectVersionInput) Validate

func (s *CreateProjectVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateProjectVersionOutput

type CreateProjectVersionOutput struct {

    // The ARN of the model or the project version that was created. Use DescribeProjectVersion
    // to get the current status of the training operation.
    ProjectVersionArn *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (CreateProjectVersionOutput) GoString

func (s CreateProjectVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProjectVersionOutput) SetProjectVersionArn

func (s *CreateProjectVersionOutput) SetProjectVersionArn(v string) *CreateProjectVersionOutput

SetProjectVersionArn sets the ProjectVersionArn field's value.

func (CreateProjectVersionOutput) String

func (s CreateProjectVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateStreamProcessorInput

type CreateStreamProcessorInput struct {

    // Shows whether you are sharing data with Rekognition to improve model performance.
    // You can choose this option at the account level or on a per-stream basis.
    // Note that if you opt out at the account level this setting is ignored on
    // individual streams.
    DataSharingPreference *StreamProcessorDataSharingPreference `type:"structure"`

    // Kinesis video stream stream that provides the source streaming video. If
    // you are using the AWS CLI, the parameter name is StreamProcessorInput. This
    // is required for both face search and label detection stream processors.
    //
    // Input is a required field
    Input *StreamProcessorInput `type:"structure" required:"true"`

    // The identifier for your AWS Key Management Service key (AWS KMS key). This
    // is an optional parameter for label detection stream processors and should
    // not be used to create a face search stream processor. You can supply the
    // Amazon Resource Name (ARN) of your KMS key, the ID of your KMS key, an alias
    // for your KMS key, or an alias ARN. The key is used to encrypt results and
    // data published to your Amazon S3 bucket, which includes image frames and
    // hero images. Your source images are unaffected.
    KmsKeyId *string `min:"1" type:"string"`

    // An identifier you assign to the stream processor. You can use Name to manage
    // the stream processor. For example, you can get the current status of the
    // stream processor by calling DescribeStreamProcessor. Name is idempotent.
    // This is required for both face search and label detection stream processors.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // The Amazon Simple Notification Service topic to which Amazon Rekognition
    // publishes the object detection results and completion status of a video analysis
    // operation.
    //
    // Amazon Rekognition publishes a notification the first time an object of interest
    // or a person is detected in the video stream. For example, if Amazon Rekognition
    // detects a person at second 2, a pet at second 4, and a person again at second
    // 5, Amazon Rekognition sends 2 object class detected notifications, one for
    // a person at second 2 and one for a pet at second 4.
    //
    // Amazon Rekognition also publishes an an end-of-session notification with
    // a summary when the stream processing session is complete.
    NotificationChannel *StreamProcessorNotificationChannel `type:"structure"`

    // Kinesis data stream stream or Amazon S3 bucket location to which Amazon Rekognition
    // Video puts the analysis results. If you are using the AWS CLI, the parameter
    // name is StreamProcessorOutput. This must be a S3Destination of an Amazon
    // S3 bucket that you own for a label detection stream processor or a Kinesis
    // data stream ARN for a face search stream processor.
    //
    // Output is a required field
    Output *StreamProcessorOutput `type:"structure" required:"true"`

    // Specifies locations in the frames where Amazon Rekognition checks for objects
    // or people. You can specify up to 10 regions of interest, and each region
    // has either a polygon or a bounding box. This is an optional parameter for
    // label detection stream processors and should not be used to create a face
    // search stream processor.
    RegionsOfInterest []*RegionOfInterest `type:"list"`

    // The Amazon Resource Number (ARN) of the IAM role that allows access to the
    // stream processor. The IAM role provides Rekognition read permissions for
    // a Kinesis stream. It also provides write permissions to an Amazon S3 bucket
    // and Amazon Simple Notification Service topic for a label detection stream
    // processor. This is required for both face search and label detection stream
    // processors.
    //
    // RoleArn is a required field
    RoleArn *string `type:"string" required:"true"`

    // Input parameters used in a streaming video analyzed by a stream processor.
    // You can use FaceSearch to recognize faces in a streaming video, or you can
    // use ConnectedHome to detect labels.
    //
    // Settings is a required field
    Settings *StreamProcessorSettings `type:"structure" required:"true"`

    // A set of tags (key-value pairs) that you want to attach to the stream processor.
    Tags map[string]*string `type:"map"`
    // contains filtered or unexported fields
}

func (CreateStreamProcessorInput) GoString

func (s CreateStreamProcessorInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStreamProcessorInput) SetDataSharingPreference

func (s *CreateStreamProcessorInput) SetDataSharingPreference(v *StreamProcessorDataSharingPreference) *CreateStreamProcessorInput

SetDataSharingPreference sets the DataSharingPreference field's value.

func (*CreateStreamProcessorInput) SetInput

func (s *CreateStreamProcessorInput) SetInput(v *StreamProcessorInput) *CreateStreamProcessorInput

SetInput sets the Input field's value.

func (*CreateStreamProcessorInput) SetKmsKeyId

func (s *CreateStreamProcessorInput) SetKmsKeyId(v string) *CreateStreamProcessorInput

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateStreamProcessorInput) SetName

func (s *CreateStreamProcessorInput) SetName(v string) *CreateStreamProcessorInput

SetName sets the Name field's value.

func (*CreateStreamProcessorInput) SetNotificationChannel

func (s *CreateStreamProcessorInput) SetNotificationChannel(v *StreamProcessorNotificationChannel) *CreateStreamProcessorInput

SetNotificationChannel sets the NotificationChannel field's value.

func (*CreateStreamProcessorInput) SetOutput

func (s *CreateStreamProcessorInput) SetOutput(v *StreamProcessorOutput) *CreateStreamProcessorInput

SetOutput sets the Output field's value.

func (*CreateStreamProcessorInput) SetRegionsOfInterest

func (s *CreateStreamProcessorInput) SetRegionsOfInterest(v []*RegionOfInterest) *CreateStreamProcessorInput

SetRegionsOfInterest sets the RegionsOfInterest field's value.

func (*CreateStreamProcessorInput) SetRoleArn

func (s *CreateStreamProcessorInput) SetRoleArn(v string) *CreateStreamProcessorInput

SetRoleArn sets the RoleArn field's value.

func (*CreateStreamProcessorInput) SetSettings

func (s *CreateStreamProcessorInput) SetSettings(v *StreamProcessorSettings) *CreateStreamProcessorInput

SetSettings sets the Settings field's value.

func (*CreateStreamProcessorInput) SetTags

func (s *CreateStreamProcessorInput) SetTags(v map[string]*string) *CreateStreamProcessorInput

SetTags sets the Tags field's value.

func (CreateStreamProcessorInput) String

func (s CreateStreamProcessorInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStreamProcessorInput) Validate

func (s *CreateStreamProcessorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateStreamProcessorOutput

type CreateStreamProcessorOutput struct {

    // Amazon Resource Number for the newly created stream processor.
    StreamProcessorArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateStreamProcessorOutput) GoString

func (s CreateStreamProcessorOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStreamProcessorOutput) SetStreamProcessorArn

func (s *CreateStreamProcessorOutput) SetStreamProcessorArn(v string) *CreateStreamProcessorOutput

SetStreamProcessorArn sets the StreamProcessorArn field's value.

func (CreateStreamProcessorOutput) String

func (s CreateStreamProcessorOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateUserInput

type CreateUserInput struct {

    // Idempotent token used to identify the request to CreateUser. If you use the
    // same token with multiple CreateUser requests, the same response is returned.
    // Use ClientRequestToken to prevent the same request from being processed more
    // than once.
    ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // The ID of an existing collection to which the new UserID needs to be created.
    //
    // CollectionId is a required field
    CollectionId *string `min:"1" type:"string" required:"true"`

    // ID for the UserID to be created. This ID needs to be unique within the collection.
    //
    // UserId is a required field
    UserId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateUserInput) GoString

func (s CreateUserInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUserInput) SetClientRequestToken

func (s *CreateUserInput) SetClientRequestToken(v string) *CreateUserInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateUserInput) SetCollectionId

func (s *CreateUserInput) SetCollectionId(v string) *CreateUserInput

SetCollectionId sets the CollectionId field's value.

func (*CreateUserInput) SetUserId

func (s *CreateUserInput) SetUserId(v string) *CreateUserInput

SetUserId sets the UserId field's value.

func (CreateUserInput) String

func (s CreateUserInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUserInput) Validate

func (s *CreateUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateUserOutput

type CreateUserOutput struct {
    // contains filtered or unexported fields
}

func (CreateUserOutput) GoString

func (s CreateUserOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateUserOutput) String

func (s CreateUserOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomLabel

type CustomLabel struct {

    // The confidence that the model has in the detection of the custom label. The
    // range is 0-100. A higher value indicates a higher confidence.
    Confidence *float64 `type:"float"`

    // The location of the detected object on the image that corresponds to the
    // custom label. Includes an axis aligned coarse bounding box surrounding the
    // object and a finer grain polygon for more accurate spatial information.
    Geometry *Geometry `type:"structure"`

    // The name of the custom label.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

A custom label detected in an image by a call to DetectCustomLabels.

func (CustomLabel) GoString

func (s CustomLabel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomLabel) SetConfidence

func (s *CustomLabel) SetConfidence(v float64) *CustomLabel

SetConfidence sets the Confidence field's value.

func (*CustomLabel) SetGeometry

func (s *CustomLabel) SetGeometry(v *Geometry) *CustomLabel

SetGeometry sets the Geometry field's value.

func (*CustomLabel) SetName

func (s *CustomLabel) SetName(v string) *CustomLabel

SetName sets the Name field's value.

func (CustomLabel) String

func (s CustomLabel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomizationFeatureConfig

type CustomizationFeatureConfig struct {

    // Configuration options for Custom Moderation training.
    ContentModeration *CustomizationFeatureContentModerationConfig `type:"structure"`
    // contains filtered or unexported fields
}

Feature specific configuration for the training job. Configuration provided for the job must match the feature type parameter associated with project. If configuration and feature type do not match an InvalidParameterException is returned.

func (CustomizationFeatureConfig) GoString

func (s CustomizationFeatureConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomizationFeatureConfig) SetContentModeration

func (s *CustomizationFeatureConfig) SetContentModeration(v *CustomizationFeatureContentModerationConfig) *CustomizationFeatureConfig

SetContentModeration sets the ContentModeration field's value.

func (CustomizationFeatureConfig) String

func (s CustomizationFeatureConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomizationFeatureContentModerationConfig

type CustomizationFeatureContentModerationConfig struct {

    // The confidence level you plan to use to identify if unsafe content is present
    // during inference.
    ConfidenceThreshold *float64 `type:"float"`
    // contains filtered or unexported fields
}

Configuration options for Content Moderation training.

func (CustomizationFeatureContentModerationConfig) GoString

func (s CustomizationFeatureContentModerationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomizationFeatureContentModerationConfig) SetConfidenceThreshold

func (s *CustomizationFeatureContentModerationConfig) SetConfidenceThreshold(v float64) *CustomizationFeatureContentModerationConfig

SetConfidenceThreshold sets the ConfidenceThreshold field's value.

func (CustomizationFeatureContentModerationConfig) String

func (s CustomizationFeatureContentModerationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DatasetChanges

type DatasetChanges struct {

    // A Base64-encoded binary data object containing one or JSON lines that either
    // update the dataset or are additions to the dataset. You change a dataset
    // by calling UpdateDatasetEntries. If you are using an AWS SDK to call UpdateDatasetEntries,
    // you don't need to encode Changes as the SDK encodes the data for you.
    //
    // For example JSON lines, see Image-Level labels in manifest files and and
    // Object localization in manifest files in the Amazon Rekognition Custom Labels
    // Developer Guide.
    // GroundTruth is automatically base64 encoded/decoded by the SDK.
    //
    // GroundTruth is a required field
    GroundTruth []byte `min:"1" type:"blob" required:"true"`
    // contains filtered or unexported fields
}

Describes updates or additions to a dataset. A Single update or addition is an entry (JSON Line) that provides information about a single image. To update an existing entry, you match the source-ref field of the update entry with the source-ref filed of the entry that you want to update. If the source-ref field doesn't match an existing entry, the entry is added to dataset as a new entry.

func (DatasetChanges) GoString

func (s DatasetChanges) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetChanges) SetGroundTruth

func (s *DatasetChanges) SetGroundTruth(v []byte) *DatasetChanges

SetGroundTruth sets the GroundTruth field's value.

func (DatasetChanges) String

func (s DatasetChanges) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetChanges) Validate

func (s *DatasetChanges) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DatasetDescription

type DatasetDescription struct {

    // The Unix timestamp for the time and date that the dataset was created.
    CreationTimestamp *time.Time `type:"timestamp"`

    // The status message code for the dataset.
    DatasetStats *DatasetStats `type:"structure"`

    // The Unix timestamp for the date and time that the dataset was last updated.
    LastUpdatedTimestamp *time.Time `type:"timestamp"`

    // The status of the dataset.
    Status *string `type:"string" enum:"DatasetStatus"`

    // The status message for the dataset.
    StatusMessage *string `type:"string"`

    // The status message code for the dataset operation. If a service error occurs,
    // try the API call again later. If a client error occurs, check the input parameters
    // to the dataset API call that failed.
    StatusMessageCode *string `type:"string" enum:"DatasetStatusMessageCode"`
    // contains filtered or unexported fields
}

A description for a dataset. For more information, see DescribeDataset.

The status fields Status, StatusMessage, and StatusMessageCode reflect the last operation on the dataset.

func (DatasetDescription) GoString

func (s DatasetDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetDescription) SetCreationTimestamp

func (s *DatasetDescription) SetCreationTimestamp(v time.Time) *DatasetDescription

SetCreationTimestamp sets the CreationTimestamp field's value.

func (*DatasetDescription) SetDatasetStats

func (s *DatasetDescription) SetDatasetStats(v *DatasetStats) *DatasetDescription

SetDatasetStats sets the DatasetStats field's value.

func (*DatasetDescription) SetLastUpdatedTimestamp

func (s *DatasetDescription) SetLastUpdatedTimestamp(v time.Time) *DatasetDescription

SetLastUpdatedTimestamp sets the LastUpdatedTimestamp field's value.

func (*DatasetDescription) SetStatus

func (s *DatasetDescription) SetStatus(v string) *DatasetDescription

SetStatus sets the Status field's value.

func (*DatasetDescription) SetStatusMessage

func (s *DatasetDescription) SetStatusMessage(v string) *DatasetDescription

SetStatusMessage sets the StatusMessage field's value.

func (*DatasetDescription) SetStatusMessageCode

func (s *DatasetDescription) SetStatusMessageCode(v string) *DatasetDescription

SetStatusMessageCode sets the StatusMessageCode field's value.

func (DatasetDescription) String

func (s DatasetDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DatasetLabelDescription

type DatasetLabelDescription struct {

    // The name of the label.
    LabelName *string `min:"1" type:"string"`

    // Statistics about the label.
    LabelStats *DatasetLabelStats `type:"structure"`
    // contains filtered or unexported fields
}

Describes a dataset label. For more information, see ListDatasetLabels.

func (DatasetLabelDescription) GoString

func (s DatasetLabelDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetLabelDescription) SetLabelName

func (s *DatasetLabelDescription) SetLabelName(v string) *DatasetLabelDescription

SetLabelName sets the LabelName field's value.

func (*DatasetLabelDescription) SetLabelStats

func (s *DatasetLabelDescription) SetLabelStats(v *DatasetLabelStats) *DatasetLabelDescription

SetLabelStats sets the LabelStats field's value.

func (DatasetLabelDescription) String

func (s DatasetLabelDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DatasetLabelStats

type DatasetLabelStats struct {

    // The total number of images that have the label assigned to a bounding box.
    BoundingBoxCount *int64 `type:"integer"`

    // The total number of images that use the label.
    EntryCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Statistics about a label used in a dataset. For more information, see DatasetLabelDescription.

func (DatasetLabelStats) GoString

func (s DatasetLabelStats) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetLabelStats) SetBoundingBoxCount

func (s *DatasetLabelStats) SetBoundingBoxCount(v int64) *DatasetLabelStats

SetBoundingBoxCount sets the BoundingBoxCount field's value.

func (*DatasetLabelStats) SetEntryCount

func (s *DatasetLabelStats) SetEntryCount(v int64) *DatasetLabelStats

SetEntryCount sets the EntryCount field's value.

func (DatasetLabelStats) String

func (s DatasetLabelStats) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DatasetMetadata

type DatasetMetadata struct {

    // The Unix timestamp for the date and time that the dataset was created.
    CreationTimestamp *time.Time `type:"timestamp"`

    // The Amazon Resource Name (ARN) for the dataset.
    DatasetArn *string `min:"20" type:"string"`

    // The type of the dataset.
    DatasetType *string `type:"string" enum:"DatasetType"`

    // The status for the dataset.
    Status *string `type:"string" enum:"DatasetStatus"`

    // The status message for the dataset.
    StatusMessage *string `type:"string"`

    // The status message code for the dataset operation. If a service error occurs,
    // try the API call again later. If a client error occurs, check the input parameters
    // to the dataset API call that failed.
    StatusMessageCode *string `type:"string" enum:"DatasetStatusMessageCode"`
    // contains filtered or unexported fields
}

Summary information for an Amazon Rekognition Custom Labels dataset. For more information, see ProjectDescription.

func (DatasetMetadata) GoString

func (s DatasetMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetMetadata) SetCreationTimestamp

func (s *DatasetMetadata) SetCreationTimestamp(v time.Time) *DatasetMetadata

SetCreationTimestamp sets the CreationTimestamp field's value.

func (*DatasetMetadata) SetDatasetArn

func (s *DatasetMetadata) SetDatasetArn(v string) *DatasetMetadata

SetDatasetArn sets the DatasetArn field's value.

func (*DatasetMetadata) SetDatasetType

func (s *DatasetMetadata) SetDatasetType(v string) *DatasetMetadata

SetDatasetType sets the DatasetType field's value.

func (*DatasetMetadata) SetStatus

func (s *DatasetMetadata) SetStatus(v string) *DatasetMetadata

SetStatus sets the Status field's value.

func (*DatasetMetadata) SetStatusMessage

func (s *DatasetMetadata) SetStatusMessage(v string) *DatasetMetadata

SetStatusMessage sets the StatusMessage field's value.

func (*DatasetMetadata) SetStatusMessageCode

func (s *DatasetMetadata) SetStatusMessageCode(v string) *DatasetMetadata

SetStatusMessageCode sets the StatusMessageCode field's value.

func (DatasetMetadata) String

func (s DatasetMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DatasetSource

type DatasetSource struct {

    // The ARN of an Amazon Rekognition Custom Labels dataset that you want to copy.
    DatasetArn *string `min:"20" type:"string"`

    // The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest
    // file.
    GroundTruthManifest *GroundTruthManifest `type:"structure"`
    // contains filtered or unexported fields
}

The source that Amazon Rekognition Custom Labels uses to create a dataset. To use an Amazon Sagemaker format manifest file, specify the S3 bucket location in the GroundTruthManifest field. The S3 bucket must be in your AWS account. To create a copy of an existing dataset, specify the Amazon Resource Name (ARN) of an existing dataset in DatasetArn.

You need to specify a value for DatasetArn or GroundTruthManifest, but not both. if you supply both values, or if you don't specify any values, an InvalidParameterException exception occurs.

For more information, see CreateDataset.

func (DatasetSource) GoString

func (s DatasetSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetSource) SetDatasetArn

func (s *DatasetSource) SetDatasetArn(v string) *DatasetSource

SetDatasetArn sets the DatasetArn field's value.

func (*DatasetSource) SetGroundTruthManifest

func (s *DatasetSource) SetGroundTruthManifest(v *GroundTruthManifest) *DatasetSource

SetGroundTruthManifest sets the GroundTruthManifest field's value.

func (DatasetSource) String

func (s DatasetSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetSource) Validate

func (s *DatasetSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DatasetStats

type DatasetStats struct {

    // The total number of entries that contain at least one error.
    ErrorEntries *int64 `type:"integer"`

    // The total number of images in the dataset that have labels.
    LabeledEntries *int64 `type:"integer"`

    // The total number of images in the dataset.
    TotalEntries *int64 `type:"integer"`

    // The total number of labels declared in the dataset.
    TotalLabels *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides statistics about a dataset. For more information, see DescribeDataset.

func (DatasetStats) GoString

func (s DatasetStats) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetStats) SetErrorEntries

func (s *DatasetStats) SetErrorEntries(v int64) *DatasetStats

SetErrorEntries sets the ErrorEntries field's value.

func (*DatasetStats) SetLabeledEntries

func (s *DatasetStats) SetLabeledEntries(v int64) *DatasetStats

SetLabeledEntries sets the LabeledEntries field's value.

func (*DatasetStats) SetTotalEntries

func (s *DatasetStats) SetTotalEntries(v int64) *DatasetStats

SetTotalEntries sets the TotalEntries field's value.

func (*DatasetStats) SetTotalLabels

func (s *DatasetStats) SetTotalLabels(v int64) *DatasetStats

SetTotalLabels sets the TotalLabels field's value.

func (DatasetStats) String

func (s DatasetStats) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteCollectionInput

type DeleteCollectionInput struct {

    // ID of the collection to delete.
    //
    // CollectionId is a required field
    CollectionId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteCollectionInput) GoString

func (s DeleteCollectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCollectionInput) SetCollectionId

func (s *DeleteCollectionInput) SetCollectionId(v string) *DeleteCollectionInput

SetCollectionId sets the CollectionId field's value.

func (DeleteCollectionInput) String

func (s DeleteCollectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCollectionInput) Validate

func (s *DeleteCollectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteCollectionOutput

type DeleteCollectionOutput struct {

    // HTTP status code that indicates the result of the operation.
    StatusCode *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (DeleteCollectionOutput) GoString

func (s DeleteCollectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCollectionOutput) SetStatusCode

func (s *DeleteCollectionOutput) SetStatusCode(v int64) *DeleteCollectionOutput

SetStatusCode sets the StatusCode field's value.

func (DeleteCollectionOutput) String

func (s DeleteCollectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDatasetInput

type DeleteDatasetInput struct {

    // The ARN of the Amazon Rekognition Custom Labels dataset that you want to
    // delete.
    //
    // DatasetArn is a required field
    DatasetArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteDatasetInput) GoString

func (s DeleteDatasetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDatasetInput) SetDatasetArn

func (s *DeleteDatasetInput) SetDatasetArn(v string) *DeleteDatasetInput

SetDatasetArn sets the DatasetArn field's value.

func (DeleteDatasetInput) String

func (s DeleteDatasetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDatasetInput) Validate

func (s *DeleteDatasetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDatasetOutput

type DeleteDatasetOutput struct {
    // contains filtered or unexported fields
}

func (DeleteDatasetOutput) GoString

func (s DeleteDatasetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDatasetOutput) String

func (s DeleteDatasetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteFacesInput

type DeleteFacesInput struct {

    // Collection from which to remove the specific faces.
    //
    // CollectionId is a required field
    CollectionId *string `min:"1" type:"string" required:"true"`

    // An array of face IDs to delete.
    //
    // FaceIds is a required field
    FaceIds []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteFacesInput) GoString

func (s DeleteFacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFacesInput) SetCollectionId

func (s *DeleteFacesInput) SetCollectionId(v string) *DeleteFacesInput

SetCollectionId sets the CollectionId field's value.

func (*DeleteFacesInput) SetFaceIds

func (s *DeleteFacesInput) SetFaceIds(v []*string) *DeleteFacesInput

SetFaceIds sets the FaceIds field's value.

func (DeleteFacesInput) String

func (s DeleteFacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFacesInput) Validate

func (s *DeleteFacesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteFacesOutput

type DeleteFacesOutput struct {

    // An array of strings (face IDs) of the faces that were deleted.
    DeletedFaces []*string `min:"1" type:"list"`

    // An array of any faces that weren't deleted.
    UnsuccessfulFaceDeletions []*UnsuccessfulFaceDeletion `type:"list"`
    // contains filtered or unexported fields
}

func (DeleteFacesOutput) GoString

func (s DeleteFacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFacesOutput) SetDeletedFaces

func (s *DeleteFacesOutput) SetDeletedFaces(v []*string) *DeleteFacesOutput

SetDeletedFaces sets the DeletedFaces field's value.

func (*DeleteFacesOutput) SetUnsuccessfulFaceDeletions

func (s *DeleteFacesOutput) SetUnsuccessfulFaceDeletions(v []*UnsuccessfulFaceDeletion) *DeleteFacesOutput

SetUnsuccessfulFaceDeletions sets the UnsuccessfulFaceDeletions field's value.

func (DeleteFacesOutput) String

func (s DeleteFacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteProjectInput

type DeleteProjectInput struct {

    // The Amazon Resource Name (ARN) of the project that you want to delete.
    //
    // ProjectArn is a required field
    ProjectArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteProjectInput) GoString

func (s DeleteProjectInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProjectInput) SetProjectArn

func (s *DeleteProjectInput) SetProjectArn(v string) *DeleteProjectInput

SetProjectArn sets the ProjectArn field's value.

func (DeleteProjectInput) String

func (s DeleteProjectInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProjectInput) Validate

func (s *DeleteProjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProjectOutput

type DeleteProjectOutput struct {

    // The current status of the delete project operation.
    Status *string `type:"string" enum:"ProjectStatus"`
    // contains filtered or unexported fields
}

func (DeleteProjectOutput) GoString

func (s DeleteProjectOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProjectOutput) SetStatus

func (s *DeleteProjectOutput) SetStatus(v string) *DeleteProjectOutput

SetStatus sets the Status field's value.

func (DeleteProjectOutput) String

func (s DeleteProjectOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteProjectPolicyInput

type DeleteProjectPolicyInput struct {

    // The name of the policy that you want to delete.
    //
    // PolicyName is a required field
    PolicyName *string `min:"1" type:"string" required:"true"`

    // The ID of the project policy revision that you want to delete.
    PolicyRevisionId *string `type:"string"`

    // The Amazon Resource Name (ARN) of the project that the project policy you
    // want to delete is attached to.
    //
    // ProjectArn is a required field
    ProjectArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteProjectPolicyInput) GoString

func (s DeleteProjectPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProjectPolicyInput) SetPolicyName

func (s *DeleteProjectPolicyInput) SetPolicyName(v string) *DeleteProjectPolicyInput

SetPolicyName sets the PolicyName field's value.

func (*DeleteProjectPolicyInput) SetPolicyRevisionId

func (s *DeleteProjectPolicyInput) SetPolicyRevisionId(v string) *DeleteProjectPolicyInput

SetPolicyRevisionId sets the PolicyRevisionId field's value.

func (*DeleteProjectPolicyInput) SetProjectArn

func (s *DeleteProjectPolicyInput) SetProjectArn(v string) *DeleteProjectPolicyInput

SetProjectArn sets the ProjectArn field's value.

func (DeleteProjectPolicyInput) String

func (s DeleteProjectPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProjectPolicyInput) Validate

func (s *DeleteProjectPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProjectPolicyOutput

type DeleteProjectPolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeleteProjectPolicyOutput) GoString

func (s DeleteProjectPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteProjectPolicyOutput) String

func (s DeleteProjectPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteProjectVersionInput

type DeleteProjectVersionInput struct {

    // The Amazon Resource Name (ARN) of the project version that you want to delete.
    //
    // ProjectVersionArn is a required field
    ProjectVersionArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteProjectVersionInput) GoString

func (s DeleteProjectVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProjectVersionInput) SetProjectVersionArn

func (s *DeleteProjectVersionInput) SetProjectVersionArn(v string) *DeleteProjectVersionInput

SetProjectVersionArn sets the ProjectVersionArn field's value.

func (DeleteProjectVersionInput) String

func (s DeleteProjectVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProjectVersionInput) Validate

func (s *DeleteProjectVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProjectVersionOutput

type DeleteProjectVersionOutput struct {

    // The status of the deletion operation.
    Status *string `type:"string" enum:"ProjectVersionStatus"`
    // contains filtered or unexported fields
}

func (DeleteProjectVersionOutput) GoString

func (s DeleteProjectVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProjectVersionOutput) SetStatus

func (s *DeleteProjectVersionOutput) SetStatus(v string) *DeleteProjectVersionOutput

SetStatus sets the Status field's value.

func (DeleteProjectVersionOutput) String

func (s DeleteProjectVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteStreamProcessorInput

type DeleteStreamProcessorInput struct {

    // The name of the stream processor you want to delete.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteStreamProcessorInput) GoString

func (s DeleteStreamProcessorInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteStreamProcessorInput) SetName

func (s *DeleteStreamProcessorInput) SetName(v string) *DeleteStreamProcessorInput

SetName sets the Name field's value.

func (DeleteStreamProcessorInput) String

func (s DeleteStreamProcessorInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteStreamProcessorInput) Validate

func (s *DeleteStreamProcessorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteStreamProcessorOutput

type DeleteStreamProcessorOutput struct {
    // contains filtered or unexported fields
}

func (DeleteStreamProcessorOutput) GoString

func (s DeleteStreamProcessorOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteStreamProcessorOutput) String

func (s DeleteStreamProcessorOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteUserInput

type DeleteUserInput struct {

    // Idempotent token used to identify the request to DeleteUser. If you use the
    // same token with multiple DeleteUser requests, the same response is returned.
    // Use ClientRequestToken to prevent the same request from being processed more
    // than once.
    ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // The ID of an existing collection from which the UserID needs to be deleted.
    //
    // CollectionId is a required field
    CollectionId *string `min:"1" type:"string" required:"true"`

    // ID for the UserID to be deleted.
    //
    // UserId is a required field
    UserId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteUserInput) GoString

func (s DeleteUserInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUserInput) SetClientRequestToken

func (s *DeleteUserInput) SetClientRequestToken(v string) *DeleteUserInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*DeleteUserInput) SetCollectionId

func (s *DeleteUserInput) SetCollectionId(v string) *DeleteUserInput

SetCollectionId sets the CollectionId field's value.

func (*DeleteUserInput) SetUserId

func (s *DeleteUserInput) SetUserId(v string) *DeleteUserInput

SetUserId sets the UserId field's value.

func (DeleteUserInput) String

func (s DeleteUserInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUserInput) Validate

func (s *DeleteUserInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteUserOutput

type DeleteUserOutput struct {
    // contains filtered or unexported fields
}

func (DeleteUserOutput) GoString

func (s DeleteUserOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteUserOutput) String

func (s DeleteUserOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeCollectionInput

type DescribeCollectionInput struct {

    // The ID of the collection to describe.
    //
    // CollectionId is a required field
    CollectionId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeCollectionInput) GoString

func (s DescribeCollectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCollectionInput) SetCollectionId

func (s *DescribeCollectionInput) SetCollectionId(v string) *DescribeCollectionInput

SetCollectionId sets the CollectionId field's value.

func (DescribeCollectionInput) String

func (s DescribeCollectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCollectionInput) Validate

func (s *DescribeCollectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCollectionOutput

type DescribeCollectionOutput struct {

    // The Amazon Resource Name (ARN) of the collection.
    CollectionARN *string `type:"string"`

    // The number of milliseconds since the Unix epoch time until the creation of
    // the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time
    // (UTC), Thursday, 1 January 1970.
    CreationTimestamp *time.Time `type:"timestamp"`

    // The number of faces that are indexed into the collection. To index faces
    // into a collection, use IndexFaces.
    FaceCount *int64 `type:"long"`

    // The version of the face model that's used by the collection for face detection.
    //
    // For more information, see Model versioning in the Amazon Rekognition Developer
    // Guide.
    FaceModelVersion *string `type:"string"`

    // The number of UserIDs assigned to the specified colleciton.
    UserCount *int64 `type:"long"`
    // contains filtered or unexported fields
}

func (DescribeCollectionOutput) GoString

func (s DescribeCollectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCollectionOutput) SetCollectionARN

func (s *DescribeCollectionOutput) SetCollectionARN(v string) *DescribeCollectionOutput

SetCollectionARN sets the CollectionARN field's value.

func (*DescribeCollectionOutput) SetCreationTimestamp

func (s *DescribeCollectionOutput) SetCreationTimestamp(v time.Time) *DescribeCollectionOutput

SetCreationTimestamp sets the CreationTimestamp field's value.

func (*DescribeCollectionOutput) SetFaceCount

func (s *DescribeCollectionOutput) SetFaceCount(v int64) *DescribeCollectionOutput

SetFaceCount sets the FaceCount field's value.

func (*DescribeCollectionOutput) SetFaceModelVersion

func (s *DescribeCollectionOutput) SetFaceModelVersion(v string) *DescribeCollectionOutput

SetFaceModelVersion sets the FaceModelVersion field's value.

func (*DescribeCollectionOutput) SetUserCount

func (s *DescribeCollectionOutput) SetUserCount(v int64) *DescribeCollectionOutput

SetUserCount sets the UserCount field's value.

func (DescribeCollectionOutput) String

func (s DescribeCollectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDatasetInput

type DescribeDatasetInput struct {

    // The Amazon Resource Name (ARN) of the dataset that you want to describe.
    //
    // DatasetArn is a required field
    DatasetArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeDatasetInput) GoString

func (s DescribeDatasetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDatasetInput) SetDatasetArn

func (s *DescribeDatasetInput) SetDatasetArn(v string) *DescribeDatasetInput

SetDatasetArn sets the DatasetArn field's value.

func (DescribeDatasetInput) String

func (s DescribeDatasetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDatasetInput) Validate

func (s *DescribeDatasetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDatasetOutput

type DescribeDatasetOutput struct {

    // The description for the dataset.
    DatasetDescription *DatasetDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeDatasetOutput) GoString

func (s DescribeDatasetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDatasetOutput) SetDatasetDescription

func (s *DescribeDatasetOutput) SetDatasetDescription(v *DatasetDescription) *DescribeDatasetOutput

SetDatasetDescription sets the DatasetDescription field's value.

func (DescribeDatasetOutput) String

func (s DescribeDatasetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeProjectVersionsInput

type DescribeProjectVersionsInput struct {

    // The maximum number of results to return per paginated call. The largest value
    // you can specify is 100. If you specify a value greater than 100, a ValidationException
    // error occurs. The default value is 100.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there is more results to
    // retrieve), Amazon Rekognition returns a pagination token in the response.
    // You can use this pagination token to retrieve the next set of results.
    NextToken *string `type:"string"`

    // The Amazon Resource Name (ARN) of the project that contains the model/adapter
    // you want to describe.
    //
    // ProjectArn is a required field
    ProjectArn *string `min:"20" type:"string" required:"true"`

    // A list of model or project version names that you want to describe. You can
    // add up to 10 model or project version names to the list. If you don't specify
    // a value, all project version descriptions are returned. A version name is
    // part of a project version ARN. For example, my-model.2020-01-21T09.10.15
    // is the version name in the following ARN. arn:aws:rekognition:us-east-1:123456789012:project/getting-started/version/my-model.2020-01-21T09.10.15/1234567890123.
    VersionNames []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeProjectVersionsInput) GoString

func (s DescribeProjectVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProjectVersionsInput) SetMaxResults

func (s *DescribeProjectVersionsInput) SetMaxResults(v int64) *DescribeProjectVersionsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeProjectVersionsInput) SetNextToken

func (s *DescribeProjectVersionsInput) SetNextToken(v string) *DescribeProjectVersionsInput

SetNextToken sets the NextToken field's value.

func (*DescribeProjectVersionsInput) SetProjectArn

func (s *DescribeProjectVersionsInput) SetProjectArn(v string) *DescribeProjectVersionsInput

SetProjectArn sets the ProjectArn field's value.

func (*DescribeProjectVersionsInput) SetVersionNames

func (s *DescribeProjectVersionsInput) SetVersionNames(v []*string) *DescribeProjectVersionsInput

SetVersionNames sets the VersionNames field's value.

func (DescribeProjectVersionsInput) String

func (s DescribeProjectVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProjectVersionsInput) Validate

func (s *DescribeProjectVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProjectVersionsOutput

type DescribeProjectVersionsOutput struct {

    // If the previous response was incomplete (because there is more results to
    // retrieve), Amazon Rekognition returns a pagination token in the response.
    // You can use this pagination token to retrieve the next set of results.
    NextToken *string `type:"string"`

    // A list of project version descriptions. The list is sorted by the creation
    // date and time of the project versions, latest to earliest.
    ProjectVersionDescriptions []*ProjectVersionDescription `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeProjectVersionsOutput) GoString

func (s DescribeProjectVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProjectVersionsOutput) SetNextToken

func (s *DescribeProjectVersionsOutput) SetNextToken(v string) *DescribeProjectVersionsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeProjectVersionsOutput) SetProjectVersionDescriptions

func (s *DescribeProjectVersionsOutput) SetProjectVersionDescriptions(v []*ProjectVersionDescription) *DescribeProjectVersionsOutput

SetProjectVersionDescriptions sets the ProjectVersionDescriptions field's value.

func (DescribeProjectVersionsOutput) String

func (s DescribeProjectVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeProjectsInput

type DescribeProjectsInput struct {

    // Specifies the type of customization to filter projects by. If no value is
    // specified, CUSTOM_LABELS is used as a default.
    Features []*string `min:"1" type:"list" enum:"CustomizationFeature"`

    // The maximum number of results to return per paginated call. The largest value
    // you can specify is 100. If you specify a value greater than 100, a ValidationException
    // error occurs. The default value is 100.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there is more results to
    // retrieve), Rekognition returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `type:"string"`

    // A list of the projects that you want Rekognition to describe. If you don't
    // specify a value, the response includes descriptions for all the projects
    // in your AWS account.
    ProjectNames []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeProjectsInput) GoString

func (s DescribeProjectsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProjectsInput) SetFeatures

func (s *DescribeProjectsInput) SetFeatures(v []*string) *DescribeProjectsInput

SetFeatures sets the Features field's value.

func (*DescribeProjectsInput) SetMaxResults

func (s *DescribeProjectsInput) SetMaxResults(v int64) *DescribeProjectsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeProjectsInput) SetNextToken

func (s *DescribeProjectsInput) SetNextToken(v string) *DescribeProjectsInput

SetNextToken sets the NextToken field's value.

func (*DescribeProjectsInput) SetProjectNames

func (s *DescribeProjectsInput) SetProjectNames(v []*string) *DescribeProjectsInput

SetProjectNames sets the ProjectNames field's value.

func (DescribeProjectsInput) String

func (s DescribeProjectsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProjectsInput) Validate

func (s *DescribeProjectsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProjectsOutput

type DescribeProjectsOutput struct {

    // If the previous response was incomplete (because there is more results to
    // retrieve), Amazon Rekognition returns a pagination token in the response.
    // You can use this pagination token to retrieve the next set of results.
    NextToken *string `type:"string"`

    // A list of project descriptions. The list is sorted by the date and time the
    // projects are created.
    ProjectDescriptions []*ProjectDescription `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeProjectsOutput) GoString

func (s DescribeProjectsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProjectsOutput) SetNextToken

func (s *DescribeProjectsOutput) SetNextToken(v string) *DescribeProjectsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeProjectsOutput) SetProjectDescriptions

func (s *DescribeProjectsOutput) SetProjectDescriptions(v []*ProjectDescription) *DescribeProjectsOutput

SetProjectDescriptions sets the ProjectDescriptions field's value.

func (DescribeProjectsOutput) String

func (s DescribeProjectsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeStreamProcessorInput

type DescribeStreamProcessorInput struct {

    // Name of the stream processor for which you want information.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeStreamProcessorInput) GoString

func (s DescribeStreamProcessorInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeStreamProcessorInput) SetName

func (s *DescribeStreamProcessorInput) SetName(v string) *DescribeStreamProcessorInput

SetName sets the Name field's value.

func (DescribeStreamProcessorInput) String

func (s DescribeStreamProcessorInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeStreamProcessorInput) Validate

func (s *DescribeStreamProcessorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeStreamProcessorOutput

type DescribeStreamProcessorOutput struct {

    // Date and time the stream processor was created
    CreationTimestamp *time.Time `type:"timestamp"`

    // Shows whether you are sharing data with Rekognition to improve model performance.
    // You can choose this option at the account level or on a per-stream basis.
    // Note that if you opt out at the account level this setting is ignored on
    // individual streams.
    DataSharingPreference *StreamProcessorDataSharingPreference `type:"structure"`

    // Kinesis video stream that provides the source streaming video.
    Input *StreamProcessorInput `type:"structure"`

    // The identifier for your AWS Key Management Service key (AWS KMS key). This
    // is an optional parameter for label detection stream processors.
    KmsKeyId *string `min:"1" type:"string"`

    // The time, in Unix format, the stream processor was last updated. For example,
    // when the stream processor moves from a running state to a failed state, or
    // when the user starts or stops the stream processor.
    LastUpdateTimestamp *time.Time `type:"timestamp"`

    // Name of the stream processor.
    Name *string `min:"1" type:"string"`

    // The Amazon Simple Notification Service topic to which Amazon Rekognition
    // publishes the object detection results and completion status of a video analysis
    // operation.
    //
    // Amazon Rekognition publishes a notification the first time an object of interest
    // or a person is detected in the video stream. For example, if Amazon Rekognition
    // detects a person at second 2, a pet at second 4, and a person again at second
    // 5, Amazon Rekognition sends 2 object class detected notifications, one for
    // a person at second 2 and one for a pet at second 4.
    //
    // Amazon Rekognition also publishes an an end-of-session notification with
    // a summary when the stream processing session is complete.
    NotificationChannel *StreamProcessorNotificationChannel `type:"structure"`

    // Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
    Output *StreamProcessorOutput `type:"structure"`

    // Specifies locations in the frames where Amazon Rekognition checks for objects
    // or people. This is an optional parameter for label detection stream processors.
    RegionsOfInterest []*RegionOfInterest `type:"list"`

    // ARN of the IAM role that allows access to the stream processor.
    RoleArn *string `type:"string"`

    // Input parameters used in a streaming video analyzed by a stream processor.
    // You can use FaceSearch to recognize faces in a streaming video, or you can
    // use ConnectedHome to detect labels.
    Settings *StreamProcessorSettings `type:"structure"`

    // Current status of the stream processor.
    Status *string `type:"string" enum:"StreamProcessorStatus"`

    // Detailed status message about the stream processor.
    StatusMessage *string `type:"string"`

    // ARN of the stream processor.
    StreamProcessorArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeStreamProcessorOutput) GoString

func (s DescribeStreamProcessorOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeStreamProcessorOutput) SetCreationTimestamp

func (s *DescribeStreamProcessorOutput) SetCreationTimestamp(v time.Time) *DescribeStreamProcessorOutput

SetCreationTimestamp sets the CreationTimestamp field's value.

func (*DescribeStreamProcessorOutput) SetDataSharingPreference

func (s *DescribeStreamProcessorOutput) SetDataSharingPreference(v *StreamProcessorDataSharingPreference) *DescribeStreamProcessorOutput

SetDataSharingPreference sets the DataSharingPreference field's value.

func (*DescribeStreamProcessorOutput) SetInput

func (s *DescribeStreamProcessorOutput) SetInput(v *StreamProcessorInput) *DescribeStreamProcessorOutput

SetInput sets the Input field's value.

func (*DescribeStreamProcessorOutput) SetKmsKeyId

func (s *DescribeStreamProcessorOutput) SetKmsKeyId(v string) *DescribeStreamProcessorOutput

SetKmsKeyId sets the KmsKeyId field's value.

func (*DescribeStreamProcessorOutput) SetLastUpdateTimestamp

func (s *DescribeStreamProcessorOutput) SetLastUpdateTimestamp(v time.Time) *DescribeStreamProcessorOutput

SetLastUpdateTimestamp sets the LastUpdateTimestamp field's value.

func (*DescribeStreamProcessorOutput) SetName

func (s *DescribeStreamProcessorOutput) SetName(v string) *DescribeStreamProcessorOutput

SetName sets the Name field's value.

func (*DescribeStreamProcessorOutput) SetNotificationChannel

func (s *DescribeStreamProcessorOutput) SetNotificationChannel(v *StreamProcessorNotificationChannel) *DescribeStreamProcessorOutput

SetNotificationChannel sets the NotificationChannel field's value.

func (*DescribeStreamProcessorOutput) SetOutput

func (s *DescribeStreamProcessorOutput) SetOutput(v *StreamProcessorOutput) *DescribeStreamProcessorOutput

SetOutput sets the Output field's value.

func (*DescribeStreamProcessorOutput) SetRegionsOfInterest

func (s *DescribeStreamProcessorOutput) SetRegionsOfInterest(v []*RegionOfInterest) *DescribeStreamProcessorOutput

SetRegionsOfInterest sets the RegionsOfInterest field's value.

func (*DescribeStreamProcessorOutput) SetRoleArn

func (s *DescribeStreamProcessorOutput) SetRoleArn(v string) *DescribeStreamProcessorOutput

SetRoleArn sets the RoleArn field's value.

func (*DescribeStreamProcessorOutput) SetSettings

func (s *DescribeStreamProcessorOutput) SetSettings(v *StreamProcessorSettings) *DescribeStreamProcessorOutput

SetSettings sets the Settings field's value.

func (*DescribeStreamProcessorOutput) SetStatus

func (s *DescribeStreamProcessorOutput) SetStatus(v string) *DescribeStreamProcessorOutput

SetStatus sets the Status field's value.

func (*DescribeStreamProcessorOutput) SetStatusMessage

func (s *DescribeStreamProcessorOutput) SetStatusMessage(v string) *DescribeStreamProcessorOutput

SetStatusMessage sets the StatusMessage field's value.

func (*DescribeStreamProcessorOutput) SetStreamProcessorArn

func (s *DescribeStreamProcessorOutput) SetStreamProcessorArn(v string) *DescribeStreamProcessorOutput

SetStreamProcessorArn sets the StreamProcessorArn field's value.

func (DescribeStreamProcessorOutput) String

func (s DescribeStreamProcessorOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectCustomLabelsInput

type DetectCustomLabelsInput struct {

    // Provides the input image either as bytes or an S3 object.
    //
    // You pass image bytes to an Amazon Rekognition API operation by using the
    // Bytes property. For example, you would use the Bytes property to pass an
    // image loaded from a local file system. Image bytes passed by using the Bytes
    // property must be base64-encoded. Your code may not need to encode image bytes
    // if you are using an AWS SDK to call Amazon Rekognition API operations.
    //
    // For more information, see Analyzing an Image Loaded from a Local File System
    // in the Amazon Rekognition Developer Guide.
    //
    // You pass images stored in an S3 bucket to an Amazon Rekognition API operation
    // by using the S3Object property. Images stored in an S3 bucket do not need
    // to be base64-encoded.
    //
    // The region for the S3 bucket containing the S3 object must match the region
    // you use for Amazon Rekognition operations.
    //
    // If you use the AWS CLI to call Amazon Rekognition operations, passing image
    // bytes using the Bytes property is not supported. You must first upload the
    // image to an Amazon S3 bucket and then call the operation using the S3Object
    // property.
    //
    // For Amazon Rekognition to process an S3 object, the user must have permission
    // to access the S3 object. For more information, see How Amazon Rekognition
    // works with IAM in the Amazon Rekognition Developer Guide.
    //
    // Image is a required field
    Image *Image `type:"structure" required:"true"`

    // Maximum number of results you want the service to return in the response.
    // The service returns the specified number of highest confidence labels ranked
    // from highest confidence to lowest.
    MaxResults *int64 `type:"integer"`

    // Specifies the minimum confidence level for the labels to return. DetectCustomLabels
    // doesn't return any labels with a confidence value that's lower than this
    // specified value. If you specify a value of 0, DetectCustomLabels returns
    // all labels, regardless of the assumed threshold applied to each label. If
    // you don't specify a value for MinConfidence, DetectCustomLabels returns labels
    // based on the assumed threshold of each label.
    MinConfidence *float64 `type:"float"`

    // The ARN of the model version that you want to use. Only models associated
    // with Custom Labels projects accepted by the operation. If a provided ARN
    // refers to a model version associated with a project for a different feature
    // type, then an InvalidParameterException is returned.
    //
    // ProjectVersionArn is a required field
    ProjectVersionArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DetectCustomLabelsInput) GoString

func (s DetectCustomLabelsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectCustomLabelsInput) SetImage

func (s *DetectCustomLabelsInput) SetImage(v *Image) *DetectCustomLabelsInput

SetImage sets the Image field's value.

func (*DetectCustomLabelsInput) SetMaxResults

func (s *DetectCustomLabelsInput) SetMaxResults(v int64) *DetectCustomLabelsInput

SetMaxResults sets the MaxResults field's value.

func (*DetectCustomLabelsInput) SetMinConfidence

func (s *DetectCustomLabelsInput) SetMinConfidence(v float64) *DetectCustomLabelsInput

SetMinConfidence sets the MinConfidence field's value.

func (*DetectCustomLabelsInput) SetProjectVersionArn

func (s *DetectCustomLabelsInput) SetProjectVersionArn(v string) *DetectCustomLabelsInput

SetProjectVersionArn sets the ProjectVersionArn field's value.

func (DetectCustomLabelsInput) String

func (s DetectCustomLabelsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectCustomLabelsInput) Validate

func (s *DetectCustomLabelsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetectCustomLabelsOutput

type DetectCustomLabelsOutput struct {

    // An array of custom labels detected in the input image.
    CustomLabels []*CustomLabel `type:"list"`
    // contains filtered or unexported fields
}

func (DetectCustomLabelsOutput) GoString

func (s DetectCustomLabelsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectCustomLabelsOutput) SetCustomLabels

func (s *DetectCustomLabelsOutput) SetCustomLabels(v []*CustomLabel) *DetectCustomLabelsOutput

SetCustomLabels sets the CustomLabels field's value.

func (DetectCustomLabelsOutput) String

func (s DetectCustomLabelsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectFacesInput

type DetectFacesInput struct {

    // An array of facial attributes you want to be returned. A DEFAULT subset of
    // facial attributes - BoundingBox, Confidence, Pose, Quality, and Landmarks
    // - will always be returned. You can request for specific facial attributes
    // (in addition to the default list) - by using ["DEFAULT", "FACE_OCCLUDED"]
    // or just ["FACE_OCCLUDED"]. You can request for all facial attributes by using
    // ["ALL"]. Requesting more attributes may increase response time.
    //
    // If you provide both, ["ALL", "DEFAULT"], the service uses a logical "AND"
    // operator to determine which attributes to return (in this case, all attributes).
    //
    // Note that while the FaceOccluded and EyeDirection attributes are supported
    // when using DetectFaces, they aren't supported when analyzing videos with
    // StartFaceDetection and GetFaceDetection.
    Attributes []*string `type:"list" enum:"Attribute"`

    // The input image as base64-encoded bytes or an S3 object. If you use the AWS
    // CLI to call Amazon Rekognition operations, passing base64-encoded image bytes
    // is not supported.
    //
    // If you are using an AWS SDK to call Amazon Rekognition, you might not need
    // to base64-encode image bytes passed using the Bytes field. For more information,
    // see Images in the Amazon Rekognition developer guide.
    //
    // Image is a required field
    Image *Image `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DetectFacesInput) GoString

func (s DetectFacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectFacesInput) SetAttributes

func (s *DetectFacesInput) SetAttributes(v []*string) *DetectFacesInput

SetAttributes sets the Attributes field's value.

func (*DetectFacesInput) SetImage

func (s *DetectFacesInput) SetImage(v *Image) *DetectFacesInput

SetImage sets the Image field's value.

func (DetectFacesInput) String

func (s DetectFacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectFacesInput) Validate

func (s *DetectFacesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetectFacesOutput

type DetectFacesOutput struct {

    // Details of each face found in the image.
    FaceDetails []*FaceDetail `type:"list"`

    // The value of OrientationCorrection is always null.
    //
    // If the input image is in .jpeg format, it might contain exchangeable image
    // file format (Exif) metadata that includes the image's orientation. Amazon
    // Rekognition uses this orientation information to perform image correction.
    // The bounding box coordinates are translated to represent object locations
    // after the orientation information in the Exif metadata is used to correct
    // the image orientation. Images in .png format don't contain Exif metadata.
    //
    // Amazon Rekognition doesn’t perform image correction for images in .png
    // format and .jpeg images without orientation information in the image Exif
    // metadata. The bounding box coordinates aren't translated and represent the
    // object locations before the image is rotated.
    OrientationCorrection *string `type:"string" enum:"OrientationCorrection"`
    // contains filtered or unexported fields
}

func (DetectFacesOutput) GoString

func (s DetectFacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectFacesOutput) SetFaceDetails

func (s *DetectFacesOutput) SetFaceDetails(v []*FaceDetail) *DetectFacesOutput

SetFaceDetails sets the FaceDetails field's value.

func (*DetectFacesOutput) SetOrientationCorrection

func (s *DetectFacesOutput) SetOrientationCorrection(v string) *DetectFacesOutput

SetOrientationCorrection sets the OrientationCorrection field's value.

func (DetectFacesOutput) String

func (s DetectFacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectLabelsImageBackground

type DetectLabelsImageBackground struct {

    // The dominant colors found in the background of an image, defined with RGB
    // values, CSS color name, simplified color name, and PixelPercentage (the percentage
    // of image pixels that have a particular color).
    DominantColors []*DominantColor `type:"list"`

    // The quality of the image background as defined by brightness and sharpness.
    Quality *DetectLabelsImageQuality `type:"structure"`
    // contains filtered or unexported fields
}

The background of the image with regard to image quality and dominant colors.

func (DetectLabelsImageBackground) GoString

func (s DetectLabelsImageBackground) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectLabelsImageBackground) SetDominantColors

func (s *DetectLabelsImageBackground) SetDominantColors(v []*DominantColor) *DetectLabelsImageBackground

SetDominantColors sets the DominantColors field's value.

func (*DetectLabelsImageBackground) SetQuality

func (s *DetectLabelsImageBackground) SetQuality(v *DetectLabelsImageQuality) *DetectLabelsImageBackground

SetQuality sets the Quality field's value.

func (DetectLabelsImageBackground) String

func (s DetectLabelsImageBackground) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectLabelsImageForeground

type DetectLabelsImageForeground struct {

    // The dominant colors found in the foreground of an image, defined with RGB
    // values, CSS color name, simplified color name, and PixelPercentage (the percentage
    // of image pixels that have a particular color).
    DominantColors []*DominantColor `type:"list"`

    // The quality of the image foreground as defined by brightness and sharpness.
    Quality *DetectLabelsImageQuality `type:"structure"`
    // contains filtered or unexported fields
}

The foreground of the image with regard to image quality and dominant colors.

func (DetectLabelsImageForeground) GoString

func (s DetectLabelsImageForeground) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectLabelsImageForeground) SetDominantColors

func (s *DetectLabelsImageForeground) SetDominantColors(v []*DominantColor) *DetectLabelsImageForeground

SetDominantColors sets the DominantColors field's value.

func (*DetectLabelsImageForeground) SetQuality

func (s *DetectLabelsImageForeground) SetQuality(v *DetectLabelsImageQuality) *DetectLabelsImageForeground

SetQuality sets the Quality field's value.

func (DetectLabelsImageForeground) String

func (s DetectLabelsImageForeground) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectLabelsImageProperties

type DetectLabelsImageProperties struct {

    // Information about the properties of an image’s background, including the
    // background’s quality and dominant colors, including the quality and dominant
    // colors of the image.
    Background *DetectLabelsImageBackground `type:"structure"`

    // Information about the dominant colors found in an image, described with RGB
    // values, CSS color name, simplified color name, and PixelPercentage (the percentage
    // of image pixels that have a particular color).
    DominantColors []*DominantColor `type:"list"`

    // Information about the properties of an image’s foreground, including the
    // foreground’s quality and dominant colors, including the quality and dominant
    // colors of the image.
    Foreground *DetectLabelsImageForeground `type:"structure"`

    // Information about the quality of the image foreground as defined by brightness,
    // sharpness, and contrast. The higher the value the greater the brightness,
    // sharpness, and contrast respectively.
    Quality *DetectLabelsImageQuality `type:"structure"`
    // contains filtered or unexported fields
}

Information about the quality and dominant colors of an input image. Quality and color information is returned for the entire image, foreground, and background.

func (DetectLabelsImageProperties) GoString

func (s DetectLabelsImageProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectLabelsImageProperties) SetBackground

func (s *DetectLabelsImageProperties) SetBackground(v *DetectLabelsImageBackground) *DetectLabelsImageProperties

SetBackground sets the Background field's value.

func (*DetectLabelsImageProperties) SetDominantColors

func (s *DetectLabelsImageProperties) SetDominantColors(v []*DominantColor) *DetectLabelsImageProperties

SetDominantColors sets the DominantColors field's value.

func (*DetectLabelsImageProperties) SetForeground

func (s *DetectLabelsImageProperties) SetForeground(v *DetectLabelsImageForeground) *DetectLabelsImageProperties

SetForeground sets the Foreground field's value.

func (*DetectLabelsImageProperties) SetQuality

func (s *DetectLabelsImageProperties) SetQuality(v *DetectLabelsImageQuality) *DetectLabelsImageProperties

SetQuality sets the Quality field's value.

func (DetectLabelsImageProperties) String

func (s DetectLabelsImageProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectLabelsImagePropertiesSettings

type DetectLabelsImagePropertiesSettings struct {

    // The maximum number of dominant colors to return when detecting labels in
    // an image. The default value is 10.
    MaxDominantColors *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Settings for the IMAGE_PROPERTIES feature type.

func (DetectLabelsImagePropertiesSettings) GoString

func (s DetectLabelsImagePropertiesSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectLabelsImagePropertiesSettings) SetMaxDominantColors

func (s *DetectLabelsImagePropertiesSettings) SetMaxDominantColors(v int64) *DetectLabelsImagePropertiesSettings

SetMaxDominantColors sets the MaxDominantColors field's value.

func (DetectLabelsImagePropertiesSettings) String

func (s DetectLabelsImagePropertiesSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectLabelsImageQuality

type DetectLabelsImageQuality struct {

    // The brightness of an image provided for label detection.
    Brightness *float64 `type:"float"`

    // The contrast of an image provided for label detection.
    Contrast *float64 `type:"float"`

    // The sharpness of an image provided for label detection.
    Sharpness *float64 `type:"float"`
    // contains filtered or unexported fields
}

The quality of an image provided for label detection, with regard to brightness, sharpness, and contrast.

func (DetectLabelsImageQuality) GoString

func (s DetectLabelsImageQuality) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectLabelsImageQuality) SetBrightness

func (s *DetectLabelsImageQuality) SetBrightness(v float64) *DetectLabelsImageQuality

SetBrightness sets the Brightness field's value.

func (*DetectLabelsImageQuality) SetContrast

func (s *DetectLabelsImageQuality) SetContrast(v float64) *DetectLabelsImageQuality

SetContrast sets the Contrast field's value.

func (*DetectLabelsImageQuality) SetSharpness

func (s *DetectLabelsImageQuality) SetSharpness(v float64) *DetectLabelsImageQuality

SetSharpness sets the Sharpness field's value.

func (DetectLabelsImageQuality) String

func (s DetectLabelsImageQuality) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectLabelsInput

type DetectLabelsInput struct {

    // A list of the types of analysis to perform. Specifying GENERAL_LABELS uses
    // the label detection feature, while specifying IMAGE_PROPERTIES returns information
    // regarding image color and quality. If no option is specified GENERAL_LABELS
    // is used by default.
    Features []*string `type:"list" enum:"DetectLabelsFeatureName"`

    // The input image as base64-encoded bytes or an S3 object. If you use the AWS
    // CLI to call Amazon Rekognition operations, passing image bytes is not supported.
    // Images stored in an S3 Bucket do not need to be base64-encoded.
    //
    // If you are using an AWS SDK to call Amazon Rekognition, you might not need
    // to base64-encode image bytes passed using the Bytes field. For more information,
    // see Images in the Amazon Rekognition developer guide.
    //
    // Image is a required field
    Image *Image `type:"structure" required:"true"`

    // Maximum number of labels you want the service to return in the response.
    // The service returns the specified number of highest confidence labels. Only
    // valid when GENERAL_LABELS is specified as a feature type in the Feature input
    // parameter.
    MaxLabels *int64 `type:"integer"`

    // Specifies the minimum confidence level for the labels to return. Amazon Rekognition
    // doesn't return any labels with confidence lower than this specified value.
    //
    // If MinConfidence is not specified, the operation returns labels with a confidence
    // values greater than or equal to 55 percent. Only valid when GENERAL_LABELS
    // is specified as a feature type in the Feature input parameter.
    MinConfidence *float64 `type:"float"`

    // A list of the filters to be applied to returned detected labels and image
    // properties. Specified filters can be inclusive, exclusive, or a combination
    // of both. Filters can be used for individual labels or label categories. The
    // exact label names or label categories must be supplied. For a full list of
    // labels and label categories, see Detecting labels (https://docs.aws.amazon.com/rekognition/latest/dg/labels.html).
    Settings *DetectLabelsSettings `type:"structure"`
    // contains filtered or unexported fields
}

func (DetectLabelsInput) GoString

func (s DetectLabelsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectLabelsInput) SetFeatures

func (s *DetectLabelsInput) SetFeatures(v []*string) *DetectLabelsInput

SetFeatures sets the Features field's value.

func (*DetectLabelsInput) SetImage

func (s *DetectLabelsInput) SetImage(v *Image) *DetectLabelsInput

SetImage sets the Image field's value.

func (*DetectLabelsInput) SetMaxLabels

func (s *DetectLabelsInput) SetMaxLabels(v int64) *DetectLabelsInput

SetMaxLabels sets the MaxLabels field's value.

func (*DetectLabelsInput) SetMinConfidence

func (s *DetectLabelsInput) SetMinConfidence(v float64) *DetectLabelsInput

SetMinConfidence sets the MinConfidence field's value.

func (*DetectLabelsInput) SetSettings

func (s *DetectLabelsInput) SetSettings(v *DetectLabelsSettings) *DetectLabelsInput

SetSettings sets the Settings field's value.

func (DetectLabelsInput) String

func (s DetectLabelsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectLabelsInput) Validate

func (s *DetectLabelsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetectLabelsOutput

type DetectLabelsOutput struct {

    // Information about the properties of the input image, such as brightness,
    // sharpness, contrast, and dominant colors.
    ImageProperties *DetectLabelsImageProperties `type:"structure"`

    // Version number of the label detection model that was used to detect labels.
    LabelModelVersion *string `type:"string"`

    // An array of labels for the real-world objects detected.
    Labels []*Label `type:"list"`

    // The value of OrientationCorrection is always null.
    //
    // If the input image is in .jpeg format, it might contain exchangeable image
    // file format (Exif) metadata that includes the image's orientation. Amazon
    // Rekognition uses this orientation information to perform image correction.
    // The bounding box coordinates are translated to represent object locations
    // after the orientation information in the Exif metadata is used to correct
    // the image orientation. Images in .png format don't contain Exif metadata.
    //
    // Amazon Rekognition doesn’t perform image correction for images in .png
    // format and .jpeg images without orientation information in the image Exif
    // metadata. The bounding box coordinates aren't translated and represent the
    // object locations before the image is rotated.
    OrientationCorrection *string `type:"string" enum:"OrientationCorrection"`
    // contains filtered or unexported fields
}

func (DetectLabelsOutput) GoString

func (s DetectLabelsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectLabelsOutput) SetImageProperties

func (s *DetectLabelsOutput) SetImageProperties(v *DetectLabelsImageProperties) *DetectLabelsOutput

SetImageProperties sets the ImageProperties field's value.

func (*DetectLabelsOutput) SetLabelModelVersion

func (s *DetectLabelsOutput) SetLabelModelVersion(v string) *DetectLabelsOutput

SetLabelModelVersion sets the LabelModelVersion field's value.

func (*DetectLabelsOutput) SetLabels

func (s *DetectLabelsOutput) SetLabels(v []*Label) *DetectLabelsOutput

SetLabels sets the Labels field's value.

func (*DetectLabelsOutput) SetOrientationCorrection

func (s *DetectLabelsOutput) SetOrientationCorrection(v string) *DetectLabelsOutput

SetOrientationCorrection sets the OrientationCorrection field's value.

func (DetectLabelsOutput) String

func (s DetectLabelsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectLabelsSettings

type DetectLabelsSettings struct {

    // Contains the specified filters for GENERAL_LABELS.
    GeneralLabels *GeneralLabelsSettings `type:"structure"`

    // Contains the chosen number of maximum dominant colors in an image.
    ImageProperties *DetectLabelsImagePropertiesSettings `type:"structure"`
    // contains filtered or unexported fields
}

Settings for the DetectLabels request. Settings can include filters for both GENERAL_LABELS and IMAGE_PROPERTIES. GENERAL_LABELS filters can be inclusive or exclusive and applied to individual labels or label categories. IMAGE_PROPERTIES filters allow specification of a maximum number of dominant colors.

func (DetectLabelsSettings) GoString

func (s DetectLabelsSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectLabelsSettings) SetGeneralLabels

func (s *DetectLabelsSettings) SetGeneralLabels(v *GeneralLabelsSettings) *DetectLabelsSettings

SetGeneralLabels sets the GeneralLabels field's value.

func (*DetectLabelsSettings) SetImageProperties

func (s *DetectLabelsSettings) SetImageProperties(v *DetectLabelsImagePropertiesSettings) *DetectLabelsSettings

SetImageProperties sets the ImageProperties field's value.

func (DetectLabelsSettings) String

func (s DetectLabelsSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectModerationLabelsInput

type DetectModerationLabelsInput struct {

    // Sets up the configuration for human evaluation, including the FlowDefinition
    // the image will be sent to.
    HumanLoopConfig *HumanLoopConfig `type:"structure"`

    // The input image as base64-encoded bytes or an S3 object. If you use the AWS
    // CLI to call Amazon Rekognition operations, passing base64-encoded image bytes
    // is not supported.
    //
    // If you are using an AWS SDK to call Amazon Rekognition, you might not need
    // to base64-encode image bytes passed using the Bytes field. For more information,
    // see Images in the Amazon Rekognition developer guide.
    //
    // Image is a required field
    Image *Image `type:"structure" required:"true"`

    // Specifies the minimum confidence level for the labels to return. Amazon Rekognition
    // doesn't return any labels with a confidence level lower than this specified
    // value.
    //
    // If you don't specify MinConfidence, the operation returns labels with confidence
    // values greater than or equal to 50 percent.
    MinConfidence *float64 `type:"float"`

    // Identifier for the custom adapter. Expects the ProjectVersionArn as a value.
    // Use the CreateProject or CreateProjectVersion APIs to create a custom adapter.
    ProjectVersion *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (DetectModerationLabelsInput) GoString

func (s DetectModerationLabelsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectModerationLabelsInput) SetHumanLoopConfig

func (s *DetectModerationLabelsInput) SetHumanLoopConfig(v *HumanLoopConfig) *DetectModerationLabelsInput

SetHumanLoopConfig sets the HumanLoopConfig field's value.

func (*DetectModerationLabelsInput) SetImage

func (s *DetectModerationLabelsInput) SetImage(v *Image) *DetectModerationLabelsInput

SetImage sets the Image field's value.

func (*DetectModerationLabelsInput) SetMinConfidence

func (s *DetectModerationLabelsInput) SetMinConfidence(v float64) *DetectModerationLabelsInput

SetMinConfidence sets the MinConfidence field's value.

func (*DetectModerationLabelsInput) SetProjectVersion

func (s *DetectModerationLabelsInput) SetProjectVersion(v string) *DetectModerationLabelsInput

SetProjectVersion sets the ProjectVersion field's value.

func (DetectModerationLabelsInput) String

func (s DetectModerationLabelsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectModerationLabelsInput) Validate

func (s *DetectModerationLabelsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetectModerationLabelsOutput

type DetectModerationLabelsOutput struct {

    // A list of predicted results for the type of content an image contains. For
    // example, the image content might be from animation, sports, or a video game.
    ContentTypes []*ContentType `type:"list"`

    // Shows the results of the human in the loop evaluation.
    HumanLoopActivationOutput *HumanLoopActivationOutput `type:"structure"`

    // Array of detected Moderation labels. For video operations, this includes
    // the time, in milliseconds from the start of the video, they were detected.
    ModerationLabels []*ModerationLabel `type:"list"`

    // Version number of the base moderation detection model that was used to detect
    // unsafe content.
    ModerationModelVersion *string `type:"string"`

    // Identifier of the custom adapter that was used during inference. If during
    // inference the adapter was EXPIRED, then the parameter will not be returned,
    // indicating that a base moderation detection project version was used.
    ProjectVersion *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (DetectModerationLabelsOutput) GoString

func (s DetectModerationLabelsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectModerationLabelsOutput) SetContentTypes

func (s *DetectModerationLabelsOutput) SetContentTypes(v []*ContentType) *DetectModerationLabelsOutput

SetContentTypes sets the ContentTypes field's value.

func (*DetectModerationLabelsOutput) SetHumanLoopActivationOutput

func (s *DetectModerationLabelsOutput) SetHumanLoopActivationOutput(v *HumanLoopActivationOutput) *DetectModerationLabelsOutput

SetHumanLoopActivationOutput sets the HumanLoopActivationOutput field's value.

func (*DetectModerationLabelsOutput) SetModerationLabels

func (s *DetectModerationLabelsOutput) SetModerationLabels(v []*ModerationLabel) *DetectModerationLabelsOutput

SetModerationLabels sets the ModerationLabels field's value.

func (*DetectModerationLabelsOutput) SetModerationModelVersion

func (s *DetectModerationLabelsOutput) SetModerationModelVersion(v string) *DetectModerationLabelsOutput

SetModerationModelVersion sets the ModerationModelVersion field's value.

func (*DetectModerationLabelsOutput) SetProjectVersion

func (s *DetectModerationLabelsOutput) SetProjectVersion(v string) *DetectModerationLabelsOutput

SetProjectVersion sets the ProjectVersion field's value.

func (DetectModerationLabelsOutput) String

func (s DetectModerationLabelsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectProtectiveEquipmentInput

type DetectProtectiveEquipmentInput struct {

    // The image in which you want to detect PPE on detected persons. The image
    // can be passed as image bytes or you can reference an image stored in an Amazon
    // S3 bucket.
    //
    // Image is a required field
    Image *Image `type:"structure" required:"true"`

    // An array of PPE types that you want to summarize.
    SummarizationAttributes *ProtectiveEquipmentSummarizationAttributes `type:"structure"`
    // contains filtered or unexported fields
}

func (DetectProtectiveEquipmentInput) GoString

func (s DetectProtectiveEquipmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectProtectiveEquipmentInput) SetImage

func (s *DetectProtectiveEquipmentInput) SetImage(v *Image) *DetectProtectiveEquipmentInput

SetImage sets the Image field's value.

func (*DetectProtectiveEquipmentInput) SetSummarizationAttributes

func (s *DetectProtectiveEquipmentInput) SetSummarizationAttributes(v *ProtectiveEquipmentSummarizationAttributes) *DetectProtectiveEquipmentInput

SetSummarizationAttributes sets the SummarizationAttributes field's value.

func (DetectProtectiveEquipmentInput) String

func (s DetectProtectiveEquipmentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectProtectiveEquipmentInput) Validate

func (s *DetectProtectiveEquipmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetectProtectiveEquipmentOutput

type DetectProtectiveEquipmentOutput struct {

    // An array of persons detected in the image (including persons not wearing
    // PPE).
    Persons []*ProtectiveEquipmentPerson `type:"list"`

    // The version number of the PPE detection model used to detect PPE in the image.
    ProtectiveEquipmentModelVersion *string `type:"string"`

    // Summary information for the types of PPE specified in the SummarizationAttributes
    // input parameter.
    Summary *ProtectiveEquipmentSummary `type:"structure"`
    // contains filtered or unexported fields
}

func (DetectProtectiveEquipmentOutput) GoString

func (s DetectProtectiveEquipmentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectProtectiveEquipmentOutput) SetPersons

func (s *DetectProtectiveEquipmentOutput) SetPersons(v []*ProtectiveEquipmentPerson) *DetectProtectiveEquipmentOutput

SetPersons sets the Persons field's value.

func (*DetectProtectiveEquipmentOutput) SetProtectiveEquipmentModelVersion

func (s *DetectProtectiveEquipmentOutput) SetProtectiveEquipmentModelVersion(v string) *DetectProtectiveEquipmentOutput

SetProtectiveEquipmentModelVersion sets the ProtectiveEquipmentModelVersion field's value.

func (*DetectProtectiveEquipmentOutput) SetSummary

func (s *DetectProtectiveEquipmentOutput) SetSummary(v *ProtectiveEquipmentSummary) *DetectProtectiveEquipmentOutput

SetSummary sets the Summary field's value.

func (DetectProtectiveEquipmentOutput) String

func (s DetectProtectiveEquipmentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectTextFilters

type DetectTextFilters struct {

    // A Filter focusing on a certain area of the image. Uses a BoundingBox object
    // to set the region of the image.
    RegionsOfInterest []*RegionOfInterest `type:"list"`

    // A set of parameters that allow you to filter out certain results from your
    // returned results.
    WordFilter *DetectionFilter `type:"structure"`
    // contains filtered or unexported fields
}

A set of optional parameters that you can use to set the criteria that the text must meet to be included in your response. WordFilter looks at a word’s height, width, and minimum confidence. RegionOfInterest lets you set a specific region of the image to look for text in.

func (DetectTextFilters) GoString

func (s DetectTextFilters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectTextFilters) SetRegionsOfInterest

func (s *DetectTextFilters) SetRegionsOfInterest(v []*RegionOfInterest) *DetectTextFilters

SetRegionsOfInterest sets the RegionsOfInterest field's value.

func (*DetectTextFilters) SetWordFilter

func (s *DetectTextFilters) SetWordFilter(v *DetectionFilter) *DetectTextFilters

SetWordFilter sets the WordFilter field's value.

func (DetectTextFilters) String

func (s DetectTextFilters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectTextInput

type DetectTextInput struct {

    // Optional parameters that let you set the criteria that the text must meet
    // to be included in your response.
    Filters *DetectTextFilters `type:"structure"`

    // The input image as base64-encoded bytes or an Amazon S3 object. If you use
    // the AWS CLI to call Amazon Rekognition operations, you can't pass image bytes.
    //
    // If you are using an AWS SDK to call Amazon Rekognition, you might not need
    // to base64-encode image bytes passed using the Bytes field. For more information,
    // see Images in the Amazon Rekognition developer guide.
    //
    // Image is a required field
    Image *Image `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DetectTextInput) GoString

func (s DetectTextInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectTextInput) SetFilters

func (s *DetectTextInput) SetFilters(v *DetectTextFilters) *DetectTextInput

SetFilters sets the Filters field's value.

func (*DetectTextInput) SetImage

func (s *DetectTextInput) SetImage(v *Image) *DetectTextInput

SetImage sets the Image field's value.

func (DetectTextInput) String

func (s DetectTextInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectTextInput) Validate

func (s *DetectTextInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetectTextOutput

type DetectTextOutput struct {

    // An array of text that was detected in the input image.
    TextDetections []*TextDetection `type:"list"`

    // The model version used to detect text.
    TextModelVersion *string `type:"string"`
    // contains filtered or unexported fields
}

func (DetectTextOutput) GoString

func (s DetectTextOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectTextOutput) SetTextDetections

func (s *DetectTextOutput) SetTextDetections(v []*TextDetection) *DetectTextOutput

SetTextDetections sets the TextDetections field's value.

func (*DetectTextOutput) SetTextModelVersion

func (s *DetectTextOutput) SetTextModelVersion(v string) *DetectTextOutput

SetTextModelVersion sets the TextModelVersion field's value.

func (DetectTextOutput) String

func (s DetectTextOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DetectionFilter

type DetectionFilter struct {

    // Sets the minimum height of the word bounding box. Words with bounding box
    // heights lesser than this value will be excluded from the result. Value is
    // relative to the video frame height.
    MinBoundingBoxHeight *float64 `type:"float"`

    // Sets the minimum width of the word bounding box. Words with bounding boxes
    // widths lesser than this value will be excluded from the result. Value is
    // relative to the video frame width.
    MinBoundingBoxWidth *float64 `type:"float"`

    // Sets the confidence of word detection. Words with detection confidence below
    // this will be excluded from the result. Values should be between 0 and 100.
    // The default MinConfidence is 80.
    MinConfidence *float64 `type:"float"`
    // contains filtered or unexported fields
}

A set of parameters that allow you to filter out certain results from your returned results.

func (DetectionFilter) GoString

func (s DetectionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetectionFilter) SetMinBoundingBoxHeight

func (s *DetectionFilter) SetMinBoundingBoxHeight(v float64) *DetectionFilter

SetMinBoundingBoxHeight sets the MinBoundingBoxHeight field's value.

func (*DetectionFilter) SetMinBoundingBoxWidth

func (s *DetectionFilter) SetMinBoundingBoxWidth(v float64) *DetectionFilter

SetMinBoundingBoxWidth sets the MinBoundingBoxWidth field's value.

func (*DetectionFilter) SetMinConfidence

func (s *DetectionFilter) SetMinConfidence(v float64) *DetectionFilter

SetMinConfidence sets the MinConfidence field's value.

func (DetectionFilter) String

func (s DetectionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateFacesInput

type DisassociateFacesInput struct {

    // Idempotent token used to identify the request to DisassociateFaces. If you
    // use the same token with multiple DisassociateFaces requests, the same response
    // is returned. Use ClientRequestToken to prevent the same request from being
    // processed more than once.
    ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // The ID of an existing collection containing the UserID.
    //
    // CollectionId is a required field
    CollectionId *string `min:"1" type:"string" required:"true"`

    // An array of face IDs to disassociate from the UserID.
    //
    // FaceIds is a required field
    FaceIds []*string `min:"1" type:"list" required:"true"`

    // ID for the existing UserID.
    //
    // UserId is a required field
    UserId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisassociateFacesInput) GoString

func (s DisassociateFacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateFacesInput) SetClientRequestToken

func (s *DisassociateFacesInput) SetClientRequestToken(v string) *DisassociateFacesInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*DisassociateFacesInput) SetCollectionId

func (s *DisassociateFacesInput) SetCollectionId(v string) *DisassociateFacesInput

SetCollectionId sets the CollectionId field's value.

func (*DisassociateFacesInput) SetFaceIds

func (s *DisassociateFacesInput) SetFaceIds(v []*string) *DisassociateFacesInput

SetFaceIds sets the FaceIds field's value.

func (*DisassociateFacesInput) SetUserId

func (s *DisassociateFacesInput) SetUserId(v string) *DisassociateFacesInput

SetUserId sets the UserId field's value.

func (DisassociateFacesInput) String

func (s DisassociateFacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateFacesInput) Validate

func (s *DisassociateFacesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateFacesOutput

type DisassociateFacesOutput struct {

    // An array of DissociatedFace objects containing FaceIds that are successfully
    // disassociated with the UserID is returned. Returned if the DisassociatedFaces
    // action is successful.
    DisassociatedFaces []*DisassociatedFace `type:"list"`

    // An array of UnsuccessfulDisassociation objects containing FaceIds that are
    // not successfully associated, along with the reasons for the failure to associate.
    // Returned if the DisassociateFaces action is successful.
    UnsuccessfulFaceDisassociations []*UnsuccessfulFaceDisassociation `type:"list"`

    // The status of an update made to a User. Reflects if the User has been updated
    // for every requested change.
    UserStatus *string `type:"string" enum:"UserStatus"`
    // contains filtered or unexported fields
}

func (DisassociateFacesOutput) GoString

func (s DisassociateFacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateFacesOutput) SetDisassociatedFaces

func (s *DisassociateFacesOutput) SetDisassociatedFaces(v []*DisassociatedFace) *DisassociateFacesOutput

SetDisassociatedFaces sets the DisassociatedFaces field's value.

func (*DisassociateFacesOutput) SetUnsuccessfulFaceDisassociations

func (s *DisassociateFacesOutput) SetUnsuccessfulFaceDisassociations(v []*UnsuccessfulFaceDisassociation) *DisassociateFacesOutput

SetUnsuccessfulFaceDisassociations sets the UnsuccessfulFaceDisassociations field's value.

func (*DisassociateFacesOutput) SetUserStatus

func (s *DisassociateFacesOutput) SetUserStatus(v string) *DisassociateFacesOutput

SetUserStatus sets the UserStatus field's value.

func (DisassociateFacesOutput) String

func (s DisassociateFacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociatedFace

type DisassociatedFace struct {

    // Unique identifier assigned to the face.
    FaceId *string `type:"string"`
    // contains filtered or unexported fields
}

Provides face metadata for the faces that are disassociated from a specific UserID.

func (DisassociatedFace) GoString

func (s DisassociatedFace) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociatedFace) SetFaceId

func (s *DisassociatedFace) SetFaceId(v string) *DisassociatedFace

SetFaceId sets the FaceId field's value.

func (DisassociatedFace) String

func (s DisassociatedFace) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DistributeDataset

type DistributeDataset struct {

    // The Amazon Resource Name (ARN) of the dataset that you want to use.
    //
    // Arn is a required field
    Arn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A training dataset or a test dataset used in a dataset distribution operation. For more information, see DistributeDatasetEntries.

func (DistributeDataset) GoString

func (s DistributeDataset) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DistributeDataset) SetArn

func (s *DistributeDataset) SetArn(v string) *DistributeDataset

SetArn sets the Arn field's value.

func (DistributeDataset) String

func (s DistributeDataset) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DistributeDataset) Validate

func (s *DistributeDataset) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DistributeDatasetEntriesInput

type DistributeDatasetEntriesInput struct {

    // The ARNS for the training dataset and test dataset that you want to use.
    // The datasets must belong to the same project. The test dataset must be empty.
    //
    // Datasets is a required field
    Datasets []*DistributeDataset `min:"2" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DistributeDatasetEntriesInput) GoString

func (s DistributeDatasetEntriesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DistributeDatasetEntriesInput) SetDatasets

func (s *DistributeDatasetEntriesInput) SetDatasets(v []*DistributeDataset) *DistributeDatasetEntriesInput

SetDatasets sets the Datasets field's value.

func (DistributeDatasetEntriesInput) String

func (s DistributeDatasetEntriesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DistributeDatasetEntriesInput) Validate

func (s *DistributeDatasetEntriesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DistributeDatasetEntriesOutput

type DistributeDatasetEntriesOutput struct {
    // contains filtered or unexported fields
}

func (DistributeDatasetEntriesOutput) GoString

func (s DistributeDatasetEntriesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DistributeDatasetEntriesOutput) String

func (s DistributeDatasetEntriesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DominantColor

type DominantColor struct {

    // The Blue RGB value for a dominant color.
    Blue *int64 `type:"integer"`

    // The CSS color name of a dominant color.
    CSSColor *string `type:"string"`

    // The Green RGB value for a dominant color.
    Green *int64 `type:"integer"`

    // The Hex code equivalent of the RGB values for a dominant color.
    HexCode *string `type:"string"`

    // The percentage of image pixels that have a given dominant color.
    PixelPercent *float64 `type:"float"`

    // The Red RGB value for a dominant color.
    Red *int64 `type:"integer"`

    // One of 12 simplified color names applied to a dominant color.
    SimplifiedColor *string `type:"string"`
    // contains filtered or unexported fields
}

A description of the dominant colors in an image.

func (DominantColor) GoString

func (s DominantColor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DominantColor) SetBlue

func (s *DominantColor) SetBlue(v int64) *DominantColor

SetBlue sets the Blue field's value.

func (*DominantColor) SetCSSColor

func (s *DominantColor) SetCSSColor(v string) *DominantColor

SetCSSColor sets the CSSColor field's value.

func (*DominantColor) SetGreen

func (s *DominantColor) SetGreen(v int64) *DominantColor

SetGreen sets the Green field's value.

func (*DominantColor) SetHexCode

func (s *DominantColor) SetHexCode(v string) *DominantColor

SetHexCode sets the HexCode field's value.

func (*DominantColor) SetPixelPercent

func (s *DominantColor) SetPixelPercent(v float64) *DominantColor

SetPixelPercent sets the PixelPercent field's value.

func (*DominantColor) SetRed

func (s *DominantColor) SetRed(v int64) *DominantColor

SetRed sets the Red field's value.

func (*DominantColor) SetSimplifiedColor

func (s *DominantColor) SetSimplifiedColor(v string) *DominantColor

SetSimplifiedColor sets the SimplifiedColor field's value.

func (DominantColor) String

func (s DominantColor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Emotion

type Emotion struct {

    // Level of confidence in the determination.
    Confidence *float64 `type:"float"`

    // Type of emotion detected.
    Type *string `type:"string" enum:"EmotionName"`
    // contains filtered or unexported fields
}

The emotions that appear to be expressed on the face, and the confidence level in the determination. The API is only making a determination of the physical appearance of a person's face. It is not a determination of the person’s internal emotional state and should not be used in such a way. For example, a person pretending to have a sad face might not be sad emotionally.

func (Emotion) GoString

func (s Emotion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Emotion) SetConfidence

func (s *Emotion) SetConfidence(v float64) *Emotion

SetConfidence sets the Confidence field's value.

func (*Emotion) SetType

func (s *Emotion) SetType(v string) *Emotion

SetType sets the Type field's value.

func (Emotion) String

func (s Emotion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EquipmentDetection

type EquipmentDetection struct {

    // A bounding box surrounding the item of detected PPE.
    BoundingBox *BoundingBox `type:"structure"`

    // The confidence that Amazon Rekognition has that the bounding box (BoundingBox)
    // contains an item of PPE.
    Confidence *float64 `type:"float"`

    // Information about the body part covered by the detected PPE.
    CoversBodyPart *CoversBodyPart `type:"structure"`

    // The type of detected PPE.
    Type *string `type:"string" enum:"ProtectiveEquipmentType"`
    // contains filtered or unexported fields
}

Information about an item of Personal Protective Equipment (PPE) detected by DetectProtectiveEquipment. For more information, see DetectProtectiveEquipment.

func (EquipmentDetection) GoString

func (s EquipmentDetection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EquipmentDetection) SetBoundingBox

func (s *EquipmentDetection) SetBoundingBox(v *BoundingBox) *EquipmentDetection

SetBoundingBox sets the BoundingBox field's value.

func (*EquipmentDetection) SetConfidence

func (s *EquipmentDetection) SetConfidence(v float64) *EquipmentDetection

SetConfidence sets the Confidence field's value.

func (*EquipmentDetection) SetCoversBodyPart

func (s *EquipmentDetection) SetCoversBodyPart(v *CoversBodyPart) *EquipmentDetection

SetCoversBodyPart sets the CoversBodyPart field's value.

func (*EquipmentDetection) SetType

func (s *EquipmentDetection) SetType(v string) *EquipmentDetection

SetType sets the Type field's value.

func (EquipmentDetection) String

func (s EquipmentDetection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EvaluationResult

type EvaluationResult struct {

    // The F1 score for the evaluation of all labels. The F1 score metric evaluates
    // the overall precision and recall performance of the model as a single value.
    // A higher value indicates better precision and recall performance. A lower
    // score indicates that precision, recall, or both are performing poorly.
    F1Score *float64 `type:"float"`

    // The S3 bucket that contains the training summary.
    Summary *Summary `type:"structure"`
    // contains filtered or unexported fields
}

The evaluation results for the training of a model.

func (EvaluationResult) GoString

func (s EvaluationResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EvaluationResult) SetF1Score

func (s *EvaluationResult) SetF1Score(v float64) *EvaluationResult

SetF1Score sets the F1Score field's value.

func (*EvaluationResult) SetSummary

func (s *EvaluationResult) SetSummary(v *Summary) *EvaluationResult

SetSummary sets the Summary field's value.

func (EvaluationResult) String

func (s EvaluationResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EyeDirection

type EyeDirection struct {

    // The confidence that the service has in its predicted eye direction.
    Confidence *float64 `type:"float"`

    // Value representing eye direction on the pitch axis.
    Pitch *float64 `type:"float"`

    // Value representing eye direction on the yaw axis.
    Yaw *float64 `type:"float"`
    // contains filtered or unexported fields
}

Indicates the direction the eyes are gazing in (independent of the head pose) as determined by its pitch and yaw.

func (EyeDirection) GoString

func (s EyeDirection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EyeDirection) SetConfidence

func (s *EyeDirection) SetConfidence(v float64) *EyeDirection

SetConfidence sets the Confidence field's value.

func (*EyeDirection) SetPitch

func (s *EyeDirection) SetPitch(v float64) *EyeDirection

SetPitch sets the Pitch field's value.

func (*EyeDirection) SetYaw

func (s *EyeDirection) SetYaw(v float64) *EyeDirection

SetYaw sets the Yaw field's value.

func (EyeDirection) String

func (s EyeDirection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EyeOpen

type EyeOpen struct {

    // Level of confidence in the determination.
    Confidence *float64 `type:"float"`

    // Boolean value that indicates whether the eyes on the face are open.
    Value *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Indicates whether or not the eyes on the face are open, and the confidence level in the determination.

func (EyeOpen) GoString

func (s EyeOpen) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EyeOpen) SetConfidence

func (s *EyeOpen) SetConfidence(v float64) *EyeOpen

SetConfidence sets the Confidence field's value.

func (*EyeOpen) SetValue

func (s *EyeOpen) SetValue(v bool) *EyeOpen

SetValue sets the Value field's value.

func (EyeOpen) String

func (s EyeOpen) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Eyeglasses

type Eyeglasses struct {

    // Level of confidence in the determination.
    Confidence *float64 `type:"float"`

    // Boolean value that indicates whether the face is wearing eye glasses or not.
    Value *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.

func (Eyeglasses) GoString

func (s Eyeglasses) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Eyeglasses) SetConfidence

func (s *Eyeglasses) SetConfidence(v float64) *Eyeglasses

SetConfidence sets the Confidence field's value.

func (*Eyeglasses) SetValue

func (s *Eyeglasses) SetValue(v bool) *Eyeglasses

SetValue sets the Value field's value.

func (Eyeglasses) String

func (s Eyeglasses) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Face

type Face struct {

    // Bounding box of the face.
    BoundingBox *BoundingBox `type:"structure"`

    // Confidence level that the bounding box contains a face (and not a different
    // object such as a tree).
    Confidence *float64 `type:"float"`

    // Identifier that you assign to all the faces in the input image.
    ExternalImageId *string `min:"1" type:"string"`

    // Unique identifier that Amazon Rekognition assigns to the face.
    FaceId *string `type:"string"`

    // Unique identifier that Amazon Rekognition assigns to the input image.
    ImageId *string `type:"string"`

    // The version of the face detect and storage model that was used when indexing
    // the face vector.
    IndexFacesModelVersion *string `type:"string"`

    // Unique identifier assigned to the user.
    UserId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.

func (Face) GoString

func (s Face) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Face) SetBoundingBox

func (s *Face) SetBoundingBox(v *BoundingBox) *Face

SetBoundingBox sets the BoundingBox field's value.

func (*Face) SetConfidence

func (s *Face) SetConfidence(v float64) *Face

SetConfidence sets the Confidence field's value.

func (*Face) SetExternalImageId

func (s *Face) SetExternalImageId(v string) *Face

SetExternalImageId sets the ExternalImageId field's value.

func (*Face) SetFaceId

func (s *Face) SetFaceId(v string) *Face

SetFaceId sets the FaceId field's value.

func (*Face) SetImageId

func (s *Face) SetImageId(v string) *Face

SetImageId sets the ImageId field's value.

func (*Face) SetIndexFacesModelVersion

func (s *Face) SetIndexFacesModelVersion(v string) *Face

SetIndexFacesModelVersion sets the IndexFacesModelVersion field's value.

func (*Face) SetUserId

func (s *Face) SetUserId(v string) *Face

SetUserId sets the UserId field's value.

func (Face) String

func (s Face) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FaceDetail

type FaceDetail struct {

    // The estimated age range, in years, for the face. Low represents the lowest
    // estimated age and High represents the highest estimated age.
    AgeRange *AgeRange `type:"structure"`

    // Indicates whether or not the face has a beard, and the confidence level in
    // the determination.
    Beard *Beard `type:"structure"`

    // Bounding box of the face. Default attribute.
    BoundingBox *BoundingBox `type:"structure"`

    // Confidence level that the bounding box contains a face (and not a different
    // object such as a tree). Default attribute.
    Confidence *float64 `type:"float"`

    // The emotions that appear to be expressed on the face, and the confidence
    // level in the determination. The API is only making a determination of the
    // physical appearance of a person's face. It is not a determination of the
    // person’s internal emotional state and should not be used in such a way.
    // For example, a person pretending to have a sad face might not be sad emotionally.
    Emotions []*Emotion `type:"list"`

    // Indicates the direction the eyes are gazing in, as defined by pitch and yaw.
    EyeDirection *EyeDirection `type:"structure"`

    // Indicates whether or not the face is wearing eye glasses, and the confidence
    // level in the determination.
    Eyeglasses *Eyeglasses `type:"structure"`

    // Indicates whether or not the eyes on the face are open, and the confidence
    // level in the determination.
    EyesOpen *EyeOpen `type:"structure"`

    // FaceOccluded should return "true" with a high confidence score if a detected
    // face’s eyes, nose, and mouth are partially captured or if they are covered
    // by masks, dark sunglasses, cell phones, hands, or other objects. FaceOccluded
    // should return "false" with a high confidence score if common occurrences
    // that do not impact face verification are detected, such as eye glasses, lightly
    // tinted sunglasses, strands of hair, and others.
    FaceOccluded *FaceOccluded `type:"structure"`

    // The predicted gender of a detected face.
    Gender *Gender `type:"structure"`

    // Indicates the location of landmarks on the face. Default attribute.
    Landmarks []*Landmark `type:"list"`

    // Indicates whether or not the mouth on the face is open, and the confidence
    // level in the determination.
    MouthOpen *MouthOpen `type:"structure"`

    // Indicates whether or not the face has a mustache, and the confidence level
    // in the determination.
    Mustache *Mustache `type:"structure"`

    // Indicates the pose of the face as determined by its pitch, roll, and yaw.
    // Default attribute.
    Pose *Pose `type:"structure"`

    // Identifies image brightness and sharpness. Default attribute.
    Quality *ImageQuality `type:"structure"`

    // Indicates whether or not the face is smiling, and the confidence level in
    // the determination.
    Smile *Smile `type:"structure"`

    // Indicates whether or not the face is wearing sunglasses, and the confidence
    // level in the determination.
    Sunglasses *Sunglasses `type:"structure"`
    // contains filtered or unexported fields
}

Structure containing attributes of the face that the algorithm detected.

A FaceDetail object contains either the default facial attributes or all facial attributes. The default attributes are BoundingBox, Confidence, Landmarks, Pose, and Quality.

GetFaceDetection is the only Amazon Rekognition Video stored video operation that can return a FaceDetail object with all attributes. To specify which attributes to return, use the FaceAttributes input parameter for StartFaceDetection. The following Amazon Rekognition Video operations return only the default attributes. The corresponding Start operations don't have a FaceAttributes input parameter:

  • GetCelebrityRecognition

  • GetPersonTracking

  • GetFaceSearch

The Amazon Rekognition Image DetectFaces and IndexFaces operations can return all facial attributes. To specify which attributes to return, use the Attributes input parameter for DetectFaces. For IndexFaces, use the DetectAttributes input parameter.

func (FaceDetail) GoString

func (s FaceDetail) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FaceDetail) SetAgeRange

func (s *FaceDetail) SetAgeRange(v *AgeRange) *FaceDetail

SetAgeRange sets the AgeRange field's value.

func (*FaceDetail) SetBeard

func (s *FaceDetail) SetBeard(v *Beard) *FaceDetail

SetBeard sets the Beard field's value.

func (*FaceDetail) SetBoundingBox

func (s *FaceDetail) SetBoundingBox(v *BoundingBox) *FaceDetail

SetBoundingBox sets the BoundingBox field's value.

func (*FaceDetail) SetConfidence

func (s *FaceDetail) SetConfidence(v float64) *FaceDetail

SetConfidence sets the Confidence field's value.

func (*FaceDetail) SetEmotions

func (s *FaceDetail) SetEmotions(v []*Emotion) *FaceDetail

SetEmotions sets the Emotions field's value.

func (*FaceDetail) SetEyeDirection

func (s *FaceDetail) SetEyeDirection(v *EyeDirection) *FaceDetail

SetEyeDirection sets the EyeDirection field's value.

func (*FaceDetail) SetEyeglasses

func (s *FaceDetail) SetEyeglasses(v *Eyeglasses) *FaceDetail

SetEyeglasses sets the Eyeglasses field's value.

func (*FaceDetail) SetEyesOpen

func (s *FaceDetail) SetEyesOpen(v *EyeOpen) *FaceDetail

SetEyesOpen sets the EyesOpen field's value.

func (*FaceDetail) SetFaceOccluded

func (s *FaceDetail) SetFaceOccluded(v *FaceOccluded) *FaceDetail

SetFaceOccluded sets the FaceOccluded field's value.

func (*FaceDetail) SetGender

func (s *FaceDetail) SetGender(v *Gender) *FaceDetail

SetGender sets the Gender field's value.

func (*FaceDetail) SetLandmarks

func (s *FaceDetail) SetLandmarks(v []*Landmark) *FaceDetail

SetLandmarks sets the Landmarks field's value.

func (*FaceDetail) SetMouthOpen

func (s *FaceDetail) SetMouthOpen(v *MouthOpen) *FaceDetail

SetMouthOpen sets the MouthOpen field's value.

func (*FaceDetail) SetMustache

func (s *FaceDetail) SetMustache(v *Mustache) *FaceDetail

SetMustache sets the Mustache field's value.

func (*FaceDetail) SetPose

func (s *FaceDetail) SetPose(v *Pose) *FaceDetail

SetPose sets the Pose field's value.

func (*FaceDetail) SetQuality

func (s *FaceDetail) SetQuality(v *ImageQuality) *FaceDetail

SetQuality sets the Quality field's value.

func (*FaceDetail) SetSmile

func (s *FaceDetail) SetSmile(v *Smile) *FaceDetail

SetSmile sets the Smile field's value.

func (*FaceDetail) SetSunglasses

func (s *FaceDetail) SetSunglasses(v *Sunglasses) *FaceDetail

SetSunglasses sets the Sunglasses field's value.

func (FaceDetail) String

func (s FaceDetail) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FaceDetection

type FaceDetection struct {

    // The face properties for the detected face.
    Face *FaceDetail `type:"structure"`

    // Time, in milliseconds from the start of the video, that the face was detected.
    // Note that Timestamp is not guaranteed to be accurate to the individual frame
    // where the face first appears.
    Timestamp *int64 `type:"long"`
    // contains filtered or unexported fields
}

Information about a face detected in a video analysis request and the time the face was detected in the video.

func (FaceDetection) GoString

func (s FaceDetection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FaceDetection) SetFace

func (s *FaceDetection) SetFace(v *FaceDetail) *FaceDetection

SetFace sets the Face field's value.

func (*FaceDetection) SetTimestamp

func (s *FaceDetection) SetTimestamp(v int64) *FaceDetection

SetTimestamp sets the Timestamp field's value.

func (FaceDetection) String

func (s FaceDetection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FaceMatch

type FaceMatch struct {

    // Describes the face properties such as the bounding box, face ID, image ID
    // of the source image, and external image ID that you assigned.
    Face *Face `type:"structure"`

    // Confidence in the match of this face with the input face.
    Similarity *float64 `type:"float"`
    // contains filtered or unexported fields
}

Provides face metadata. In addition, it also provides the confidence in the match of this face with the input face.

func (FaceMatch) GoString

func (s FaceMatch) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FaceMatch) SetFace

func (s *FaceMatch) SetFace(v *Face) *FaceMatch

SetFace sets the Face field's value.

func (*FaceMatch) SetSimilarity

func (s *FaceMatch) SetSimilarity(v float64) *FaceMatch

SetSimilarity sets the Similarity field's value.

func (FaceMatch) String

func (s FaceMatch) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FaceOccluded

type FaceOccluded struct {

    // The confidence that the service has detected the presence of a face occlusion.
    Confidence *float64 `type:"float"`

    // True if a detected face’s eyes, nose, and mouth are partially captured
    // or if they are covered by masks, dark sunglasses, cell phones, hands, or
    // other objects. False if common occurrences that do not impact face verification
    // are detected, such as eye glasses, lightly tinted sunglasses, strands of
    // hair, and others.
    Value *bool `type:"boolean"`
    // contains filtered or unexported fields
}

FaceOccluded should return "true" with a high confidence score if a detected face’s eyes, nose, and mouth are partially captured or if they are covered by masks, dark sunglasses, cell phones, hands, or other objects. FaceOccluded should return "false" with a high confidence score if common occurrences that do not impact face verification are detected, such as eye glasses, lightly tinted sunglasses, strands of hair, and others.

You can use FaceOccluded to determine if an obstruction on a face negatively impacts using the image for face matching.

func (FaceOccluded) GoString

func (s FaceOccluded) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FaceOccluded) SetConfidence

func (s *FaceOccluded) SetConfidence(v float64) *FaceOccluded

SetConfidence sets the Confidence field's value.

func (*FaceOccluded) SetValue

func (s *FaceOccluded) SetValue(v bool) *FaceOccluded

SetValue sets the Value field's value.

func (FaceOccluded) String

func (s FaceOccluded) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FaceRecord

type FaceRecord struct {

    // Describes the face properties such as the bounding box, face ID, image ID
    // of the input image, and external image ID that you assigned.
    Face *Face `type:"structure"`

    // Structure containing attributes of the face that the algorithm detected.
    FaceDetail *FaceDetail `type:"structure"`
    // contains filtered or unexported fields
}

Object containing both the face metadata (stored in the backend database), and facial attributes that are detected but aren't stored in the database.

func (FaceRecord) GoString

func (s FaceRecord) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FaceRecord) SetFace

func (s *FaceRecord) SetFace(v *Face) *FaceRecord

SetFace sets the Face field's value.

func (*FaceRecord) SetFaceDetail

func (s *FaceRecord) SetFaceDetail(v *FaceDetail) *FaceRecord

SetFaceDetail sets the FaceDetail field's value.

func (FaceRecord) String

func (s FaceRecord) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FaceSearchSettings

type FaceSearchSettings struct {

    // The ID of a collection that contains faces that you want to search for.
    CollectionId *string `min:"1" type:"string"`

    // Minimum face match confidence score that must be met to return a result for
    // a recognized face. The default is 80. 0 is the lowest confidence. 100 is
    // the highest confidence. Values between 0 and 100 are accepted, and values
    // lower than 80 are set to 80.
    FaceMatchThreshold *float64 `type:"float"`
    // contains filtered or unexported fields
}

Input face recognition parameters for an Amazon Rekognition stream processor. Includes the collection to use for face recognition and the face attributes to detect. Defining the settings is required in the request parameter for CreateStreamProcessor.

func (FaceSearchSettings) GoString

func (s FaceSearchSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FaceSearchSettings) SetCollectionId

func (s *FaceSearchSettings) SetCollectionId(v string) *FaceSearchSettings

SetCollectionId sets the CollectionId field's value.

func (*FaceSearchSettings) SetFaceMatchThreshold

func (s *FaceSearchSettings) SetFaceMatchThreshold(v float64) *FaceSearchSettings

SetFaceMatchThreshold sets the FaceMatchThreshold field's value.

func (FaceSearchSettings) String

func (s FaceSearchSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FaceSearchSettings) Validate

func (s *FaceSearchSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Gender

type Gender struct {

    // Level of confidence in the prediction.
    Confidence *float64 `type:"float"`

    // The predicted gender of the face.
    Value *string `type:"string" enum:"GenderType"`
    // contains filtered or unexported fields
}

The predicted gender of a detected face.

Amazon Rekognition makes gender binary (male/female) predictions based on the physical appearance of a face in a particular image. This kind of prediction is not designed to categorize a person’s gender identity, and you shouldn't use Amazon Rekognition to make such a determination. For example, a male actor wearing a long-haired wig and earrings for a role might be predicted as female.

Using Amazon Rekognition to make gender binary predictions is best suited for use cases where aggregate gender distribution statistics need to be analyzed without identifying specific users. For example, the percentage of female users compared to male users on a social media platform.

We don't recommend using gender binary predictions to make decisions that impact an individual's rights, privacy, or access to services.

func (Gender) GoString

func (s Gender) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Gender) SetConfidence

func (s *Gender) SetConfidence(v float64) *Gender

SetConfidence sets the Confidence field's value.

func (*Gender) SetValue

func (s *Gender) SetValue(v string) *Gender

SetValue sets the Value field's value.

func (Gender) String

func (s Gender) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GeneralLabelsSettings

type GeneralLabelsSettings struct {

    // The label categories that should be excluded from the return from DetectLabels.
    LabelCategoryExclusionFilters []*string `type:"list"`

    // The label categories that should be included in the return from DetectLabels.
    LabelCategoryInclusionFilters []*string `type:"list"`

    // The labels that should be excluded from the return from DetectLabels.
    LabelExclusionFilters []*string `type:"list"`

    // The labels that should be included in the return from DetectLabels.
    LabelInclusionFilters []*string `type:"list"`
    // contains filtered or unexported fields
}

Contains filters for the object labels returned by DetectLabels. Filters can be inclusive, exclusive, or a combination of both and can be applied to individual labels or entire label categories. To see a list of label categories, see Detecting Labels (https://docs.aws.amazon.com/rekognition/latest/dg/labels.html).

func (GeneralLabelsSettings) GoString

func (s GeneralLabelsSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GeneralLabelsSettings) SetLabelCategoryExclusionFilters

func (s *GeneralLabelsSettings) SetLabelCategoryExclusionFilters(v []*string) *GeneralLabelsSettings

SetLabelCategoryExclusionFilters sets the LabelCategoryExclusionFilters field's value.

func (*GeneralLabelsSettings) SetLabelCategoryInclusionFilters

func (s *GeneralLabelsSettings) SetLabelCategoryInclusionFilters(v []*string) *GeneralLabelsSettings

SetLabelCategoryInclusionFilters sets the LabelCategoryInclusionFilters field's value.

func (*GeneralLabelsSettings) SetLabelExclusionFilters

func (s *GeneralLabelsSettings) SetLabelExclusionFilters(v []*string) *GeneralLabelsSettings

SetLabelExclusionFilters sets the LabelExclusionFilters field's value.

func (*GeneralLabelsSettings) SetLabelInclusionFilters

func (s *GeneralLabelsSettings) SetLabelInclusionFilters(v []*string) *GeneralLabelsSettings

SetLabelInclusionFilters sets the LabelInclusionFilters field's value.

func (GeneralLabelsSettings) String

func (s GeneralLabelsSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Geometry

type Geometry struct {

    // An axis-aligned coarse representation of the detected item's location on
    // the image.
    BoundingBox *BoundingBox `type:"structure"`

    // Within the bounding box, a fine-grained polygon around the detected item.
    Polygon []*Point `type:"list"`
    // contains filtered or unexported fields
}

Information about where an object (DetectCustomLabels) or text (DetectText) is located on an image.

func (Geometry) GoString

func (s Geometry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Geometry) SetBoundingBox

func (s *Geometry) SetBoundingBox(v *BoundingBox) *Geometry

SetBoundingBox sets the BoundingBox field's value.

func (*Geometry) SetPolygon

func (s *Geometry) SetPolygon(v []*Point) *Geometry

SetPolygon sets the Polygon field's value.

func (Geometry) String

func (s Geometry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetCelebrityInfoInput

type GetCelebrityInfoInput struct {

    // The ID for the celebrity. You get the celebrity ID from a call to the RecognizeCelebrities
    // operation, which recognizes celebrities in an image.
    //
    // Id is a required field
    Id *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetCelebrityInfoInput) GoString

func (s GetCelebrityInfoInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCelebrityInfoInput) SetId

func (s *GetCelebrityInfoInput) SetId(v string) *GetCelebrityInfoInput

SetId sets the Id field's value.

func (GetCelebrityInfoInput) String

func (s GetCelebrityInfoInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCelebrityInfoInput) Validate

func (s *GetCelebrityInfoInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCelebrityInfoOutput

type GetCelebrityInfoOutput struct {

    // Retrieves the known gender for the celebrity.
    KnownGender *KnownGender `type:"structure"`

    // The name of the celebrity.
    Name *string `type:"string"`

    // An array of URLs pointing to additional celebrity information.
    Urls []*string `type:"list"`
    // contains filtered or unexported fields
}

func (GetCelebrityInfoOutput) GoString

func (s GetCelebrityInfoOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCelebrityInfoOutput) SetKnownGender

func (s *GetCelebrityInfoOutput) SetKnownGender(v *KnownGender) *GetCelebrityInfoOutput

SetKnownGender sets the KnownGender field's value.

func (*GetCelebrityInfoOutput) SetName

func (s *GetCelebrityInfoOutput) SetName(v string) *GetCelebrityInfoOutput

SetName sets the Name field's value.

func (*GetCelebrityInfoOutput) SetUrls

func (s *GetCelebrityInfoOutput) SetUrls(v []*string) *GetCelebrityInfoOutput

SetUrls sets the Urls field's value.

func (GetCelebrityInfoOutput) String

func (s GetCelebrityInfoOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetCelebrityRecognitionInput

type GetCelebrityRecognitionInput struct {

    // Job identifier for the required celebrity recognition analysis. You can get
    // the job identifer from a call to StartCelebrityRecognition.
    //
    // JobId is a required field
    JobId *string `min:"1" type:"string" required:"true"`

    // Maximum number of results to return per paginated call. The largest value
    // you can specify is 1000. If you specify a value greater than 1000, a maximum
    // of 1000 results is returned. The default value is 1000.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there is more recognized
    // celebrities to retrieve), Amazon Rekognition Video returns a pagination token
    // in the response. You can use this pagination token to retrieve the next set
    // of celebrities.
    NextToken *string `type:"string"`

    // Sort to use for celebrities returned in Celebrities field. Specify ID to
    // sort by the celebrity identifier, specify TIMESTAMP to sort by the time the
    // celebrity was recognized.
    SortBy *string `type:"string" enum:"CelebrityRecognitionSortBy"`
    // contains filtered or unexported fields
}

func (GetCelebrityRecognitionInput) GoString

func (s GetCelebrityRecognitionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCelebrityRecognitionInput) SetJobId

func (s *GetCelebrityRecognitionInput) SetJobId(v string) *GetCelebrityRecognitionInput

SetJobId sets the JobId field's value.

func (*GetCelebrityRecognitionInput) SetMaxResults

func (s *GetCelebrityRecognitionInput) SetMaxResults(v int64) *GetCelebrityRecognitionInput

SetMaxResults sets the MaxResults field's value.

func (*GetCelebrityRecognitionInput) SetNextToken

func (s *GetCelebrityRecognitionInput) SetNextToken(v string) *GetCelebrityRecognitionInput

SetNextToken sets the NextToken field's value.

func (*GetCelebrityRecognitionInput) SetSortBy

func (s *GetCelebrityRecognitionInput) SetSortBy(v string) *GetCelebrityRecognitionInput

SetSortBy sets the SortBy field's value.

func (GetCelebrityRecognitionInput) String

func (s GetCelebrityRecognitionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCelebrityRecognitionInput) Validate

func (s *GetCelebrityRecognitionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCelebrityRecognitionOutput

type GetCelebrityRecognitionOutput struct {

    // Array of celebrities recognized in the video.
    Celebrities []*CelebrityRecognition `type:"list"`

    // Job identifier for the celebrity recognition operation for which you want
    // to obtain results. The job identifer is returned by an initial call to StartCelebrityRecognition.
    JobId *string `min:"1" type:"string"`

    // The current status of the celebrity recognition job.
    JobStatus *string `type:"string" enum:"VideoJobStatus"`

    // A job identifier specified in the call to StartCelebrityRecognition and returned
    // in the job completion notification sent to your Amazon Simple Notification
    // Service topic.
    JobTag *string `min:"1" type:"string"`

    // If the response is truncated, Amazon Rekognition Video returns this token
    // that you can use in the subsequent request to retrieve the next set of celebrities.
    NextToken *string `type:"string"`

    // If the job fails, StatusMessage provides a descriptive error message.
    StatusMessage *string `type:"string"`

    // Video file stored in an Amazon S3 bucket. Amazon Rekognition video start
    // operations such as StartLabelDetection use Video to specify a video for analysis.
    // The supported file formats are .mp4, .mov and .avi.
    Video *Video `type:"structure"`

    // Information about a video that Amazon Rekognition Video analyzed. Videometadata
    // is returned in every page of paginated responses from a Amazon Rekognition
    // Video operation.
    VideoMetadata *VideoMetadata `type:"structure"`
    // contains filtered or unexported fields
}

func (GetCelebrityRecognitionOutput) GoString

func (s GetCelebrityRecognitionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetCelebrityRecognitionOutput) SetCelebrities

func (s *GetCelebrityRecognitionOutput) SetCelebrities(v []*CelebrityRecognition) *GetCelebrityRecognitionOutput

SetCelebrities sets the Celebrities field's value.

func (*GetCelebrityRecognitionOutput) SetJobId

func (s *GetCelebrityRecognitionOutput) SetJobId(v string) *GetCelebrityRecognitionOutput

SetJobId sets the JobId field's value.

func (*GetCelebrityRecognitionOutput) SetJobStatus

func (s *GetCelebrityRecognitionOutput) SetJobStatus(v string) *GetCelebrityRecognitionOutput

SetJobStatus sets the JobStatus field's value.

func (*GetCelebrityRecognitionOutput) SetJobTag

func (s *GetCelebrityRecognitionOutput) SetJobTag(v string) *GetCelebrityRecognitionOutput

SetJobTag sets the JobTag field's value.

func (*GetCelebrityRecognitionOutput) SetNextToken

func (s *GetCelebrityRecognitionOutput) SetNextToken(v string) *GetCelebrityRecognitionOutput

SetNextToken sets the NextToken field's value.

func (*GetCelebrityRecognitionOutput) SetStatusMessage

func (s *GetCelebrityRecognitionOutput) SetStatusMessage(v string) *GetCelebrityRecognitionOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetCelebrityRecognitionOutput) SetVideo

func (s *GetCelebrityRecognitionOutput) SetVideo(v *Video) *GetCelebrityRecognitionOutput

SetVideo sets the Video field's value.

func (*GetCelebrityRecognitionOutput) SetVideoMetadata

func (s *GetCelebrityRecognitionOutput) SetVideoMetadata(v *VideoMetadata) *GetCelebrityRecognitionOutput

SetVideoMetadata sets the VideoMetadata field's value.

func (GetCelebrityRecognitionOutput) String

func (s GetCelebrityRecognitionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetContentModerationInput

type GetContentModerationInput struct {

    // Defines how to aggregate results of the StartContentModeration request. Default
    // aggregation option is TIMESTAMPS. SEGMENTS mode aggregates moderation labels
    // over time.
    AggregateBy *string `type:"string" enum:"ContentModerationAggregateBy"`

    // The identifier for the inappropriate, unwanted, or offensive content moderation
    // job. Use JobId to identify the job in a subsequent call to GetContentModeration.
    //
    // JobId is a required field
    JobId *string `min:"1" type:"string" required:"true"`

    // Maximum number of results to return per paginated call. The largest value
    // you can specify is 1000. If you specify a value greater than 1000, a maximum
    // of 1000 results is returned. The default value is 1000.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Rekognition returns a pagination token in the response. You can use
    // this pagination token to retrieve the next set of content moderation labels.
    NextToken *string `type:"string"`

    // Sort to use for elements in the ModerationLabelDetections array. Use TIMESTAMP
    // to sort array elements by the time labels are detected. Use NAME to alphabetically
    // group elements for a label together. Within each label group, the array element
    // are sorted by detection confidence. The default sort is by TIMESTAMP.
    SortBy *string `type:"string" enum:"ContentModerationSortBy"`
    // contains filtered or unexported fields
}

func (GetContentModerationInput) GoString

func (s GetContentModerationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContentModerationInput) SetAggregateBy

func (s *GetContentModerationInput) SetAggregateBy(v string) *GetContentModerationInput

SetAggregateBy sets the AggregateBy field's value.

func (*GetContentModerationInput) SetJobId

func (s *GetContentModerationInput) SetJobId(v string) *GetContentModerationInput

SetJobId sets the JobId field's value.

func (*GetContentModerationInput) SetMaxResults

func (s *GetContentModerationInput) SetMaxResults(v int64) *GetContentModerationInput

SetMaxResults sets the MaxResults field's value.

func (*GetContentModerationInput) SetNextToken

func (s *GetContentModerationInput) SetNextToken(v string) *GetContentModerationInput

SetNextToken sets the NextToken field's value.

func (*GetContentModerationInput) SetSortBy

func (s *GetContentModerationInput) SetSortBy(v string) *GetContentModerationInput

SetSortBy sets the SortBy field's value.

func (GetContentModerationInput) String

func (s GetContentModerationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContentModerationInput) Validate

func (s *GetContentModerationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetContentModerationOutput

type GetContentModerationOutput struct {

    // Information about the paramters used when getting a response. Includes information
    // on aggregation and sorting methods.
    GetRequestMetadata *GetContentModerationRequestMetadata `type:"structure"`

    // Job identifier for the content moderation operation for which you want to
    // obtain results. The job identifer is returned by an initial call to StartContentModeration.
    JobId *string `min:"1" type:"string"`

    // The current status of the content moderation analysis job.
    JobStatus *string `type:"string" enum:"VideoJobStatus"`

    // A job identifier specified in the call to StartContentModeration and returned
    // in the job completion notification sent to your Amazon Simple Notification
    // Service topic.
    JobTag *string `min:"1" type:"string"`

    // The detected inappropriate, unwanted, or offensive content moderation labels
    // and the time(s) they were detected.
    ModerationLabels []*ContentModerationDetection `type:"list"`

    // Version number of the moderation detection model that was used to detect
    // inappropriate, unwanted, or offensive content.
    ModerationModelVersion *string `type:"string"`

    // If the response is truncated, Amazon Rekognition Video returns this token
    // that you can use in the subsequent request to retrieve the next set of content
    // moderation labels.
    NextToken *string `type:"string"`

    // If the job fails, StatusMessage provides a descriptive error message.
    StatusMessage *string `type:"string"`

    // Video file stored in an Amazon S3 bucket. Amazon Rekognition video start
    // operations such as StartLabelDetection use Video to specify a video for analysis.
    // The supported file formats are .mp4, .mov and .avi.
    Video *Video `type:"structure"`

    // Information about a video that Amazon Rekognition analyzed. Videometadata
    // is returned in every page of paginated responses from GetContentModeration.
    VideoMetadata *VideoMetadata `type:"structure"`
    // contains filtered or unexported fields
}

func (GetContentModerationOutput) GoString

func (s GetContentModerationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContentModerationOutput) SetGetRequestMetadata

func (s *GetContentModerationOutput) SetGetRequestMetadata(v *GetContentModerationRequestMetadata) *GetContentModerationOutput

SetGetRequestMetadata sets the GetRequestMetadata field's value.

func (*GetContentModerationOutput) SetJobId

func (s *GetContentModerationOutput) SetJobId(v string) *GetContentModerationOutput

SetJobId sets the JobId field's value.

func (*GetContentModerationOutput) SetJobStatus

func (s *GetContentModerationOutput) SetJobStatus(v string) *GetContentModerationOutput

SetJobStatus sets the JobStatus field's value.

func (*GetContentModerationOutput) SetJobTag

func (s *GetContentModerationOutput) SetJobTag(v string) *GetContentModerationOutput

SetJobTag sets the JobTag field's value.

func (*GetContentModerationOutput) SetModerationLabels

func (s *GetContentModerationOutput) SetModerationLabels(v []*ContentModerationDetection) *GetContentModerationOutput

SetModerationLabels sets the ModerationLabels field's value.

func (*GetContentModerationOutput) SetModerationModelVersion

func (s *GetContentModerationOutput) SetModerationModelVersion(v string) *GetContentModerationOutput

SetModerationModelVersion sets the ModerationModelVersion field's value.

func (*GetContentModerationOutput) SetNextToken

func (s *GetContentModerationOutput) SetNextToken(v string) *GetContentModerationOutput

SetNextToken sets the NextToken field's value.

func (*GetContentModerationOutput) SetStatusMessage

func (s *GetContentModerationOutput) SetStatusMessage(v string) *GetContentModerationOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetContentModerationOutput) SetVideo

func (s *GetContentModerationOutput) SetVideo(v *Video) *GetContentModerationOutput

SetVideo sets the Video field's value.

func (*GetContentModerationOutput) SetVideoMetadata

func (s *GetContentModerationOutput) SetVideoMetadata(v *VideoMetadata) *GetContentModerationOutput

SetVideoMetadata sets the VideoMetadata field's value.

func (GetContentModerationOutput) String

func (s GetContentModerationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetContentModerationRequestMetadata

type GetContentModerationRequestMetadata struct {

    // The aggregation method chosen for a GetContentModeration request.
    AggregateBy *string `type:"string" enum:"ContentModerationAggregateBy"`

    // The sorting method chosen for a GetContentModeration request.
    SortBy *string `type:"string" enum:"ContentModerationSortBy"`
    // contains filtered or unexported fields
}

Contains metadata about a content moderation request, including the SortBy and AggregateBy options.

func (GetContentModerationRequestMetadata) GoString

func (s GetContentModerationRequestMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetContentModerationRequestMetadata) SetAggregateBy

func (s *GetContentModerationRequestMetadata) SetAggregateBy(v string) *GetContentModerationRequestMetadata

SetAggregateBy sets the AggregateBy field's value.

func (*GetContentModerationRequestMetadata) SetSortBy

func (s *GetContentModerationRequestMetadata) SetSortBy(v string) *GetContentModerationRequestMetadata

SetSortBy sets the SortBy field's value.

func (GetContentModerationRequestMetadata) String

func (s GetContentModerationRequestMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetFaceDetectionInput

type GetFaceDetectionInput struct {

    // Unique identifier for the face detection job. The JobId is returned from
    // StartFaceDetection.
    //
    // JobId is a required field
    JobId *string `min:"1" type:"string" required:"true"`

    // Maximum number of results to return per paginated call. The largest value
    // you can specify is 1000. If you specify a value greater than 1000, a maximum
    // of 1000 results is returned. The default value is 1000.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there are more faces to
    // retrieve), Amazon Rekognition Video returns a pagination token in the response.
    // You can use this pagination token to retrieve the next set of faces.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetFaceDetectionInput) GoString

func (s GetFaceDetectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFaceDetectionInput) SetJobId

func (s *GetFaceDetectionInput) SetJobId(v string) *GetFaceDetectionInput

SetJobId sets the JobId field's value.

func (*GetFaceDetectionInput) SetMaxResults

func (s *GetFaceDetectionInput) SetMaxResults(v int64) *GetFaceDetectionInput

SetMaxResults sets the MaxResults field's value.

func (*GetFaceDetectionInput) SetNextToken

func (s *GetFaceDetectionInput) SetNextToken(v string) *GetFaceDetectionInput

SetNextToken sets the NextToken field's value.

func (GetFaceDetectionInput) String

func (s GetFaceDetectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFaceDetectionInput) Validate

func (s *GetFaceDetectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetFaceDetectionOutput

type GetFaceDetectionOutput struct {

    // An array of faces detected in the video. Each element contains a detected
    // face's details and the time, in milliseconds from the start of the video,
    // the face was detected.
    Faces []*FaceDetection `type:"list"`

    // Job identifier for the face detection operation for which you want to obtain
    // results. The job identifer is returned by an initial call to StartFaceDetection.
    JobId *string `min:"1" type:"string"`

    // The current status of the face detection job.
    JobStatus *string `type:"string" enum:"VideoJobStatus"`

    // A job identifier specified in the call to StartFaceDetection and returned
    // in the job completion notification sent to your Amazon Simple Notification
    // Service topic.
    JobTag *string `min:"1" type:"string"`

    // If the response is truncated, Amazon Rekognition returns this token that
    // you can use in the subsequent request to retrieve the next set of faces.
    NextToken *string `type:"string"`

    // If the job fails, StatusMessage provides a descriptive error message.
    StatusMessage *string `type:"string"`

    // Video file stored in an Amazon S3 bucket. Amazon Rekognition video start
    // operations such as StartLabelDetection use Video to specify a video for analysis.
    // The supported file formats are .mp4, .mov and .avi.
    Video *Video `type:"structure"`

    // Information about a video that Amazon Rekognition Video analyzed. Videometadata
    // is returned in every page of paginated responses from a Amazon Rekognition
    // video operation.
    VideoMetadata *VideoMetadata `type:"structure"`
    // contains filtered or unexported fields
}

func (GetFaceDetectionOutput) GoString

func (s GetFaceDetectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFaceDetectionOutput) SetFaces

func (s *GetFaceDetectionOutput) SetFaces(v []*FaceDetection) *GetFaceDetectionOutput

SetFaces sets the Faces field's value.

func (*GetFaceDetectionOutput) SetJobId

func (s *GetFaceDetectionOutput) SetJobId(v string) *GetFaceDetectionOutput

SetJobId sets the JobId field's value.

func (*GetFaceDetectionOutput) SetJobStatus

func (s *GetFaceDetectionOutput) SetJobStatus(v string) *GetFaceDetectionOutput

SetJobStatus sets the JobStatus field's value.

func (*GetFaceDetectionOutput) SetJobTag

func (s *GetFaceDetectionOutput) SetJobTag(v string) *GetFaceDetectionOutput

SetJobTag sets the JobTag field's value.

func (*GetFaceDetectionOutput) SetNextToken

func (s *GetFaceDetectionOutput) SetNextToken(v string) *GetFaceDetectionOutput

SetNextToken sets the NextToken field's value.

func (*GetFaceDetectionOutput) SetStatusMessage

func (s *GetFaceDetectionOutput) SetStatusMessage(v string) *GetFaceDetectionOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetFaceDetectionOutput) SetVideo

func (s *GetFaceDetectionOutput) SetVideo(v *Video) *GetFaceDetectionOutput

SetVideo sets the Video field's value.

func (*GetFaceDetectionOutput) SetVideoMetadata

func (s *GetFaceDetectionOutput) SetVideoMetadata(v *VideoMetadata) *GetFaceDetectionOutput

SetVideoMetadata sets the VideoMetadata field's value.

func (GetFaceDetectionOutput) String

func (s GetFaceDetectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetFaceLivenessSessionResultsInput

type GetFaceLivenessSessionResultsInput struct {

    // A unique 128-bit UUID. This is used to uniquely identify the session and
    // also acts as an idempotency token for all operations associated with the
    // session.
    //
    // SessionId is a required field
    SessionId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetFaceLivenessSessionResultsInput) GoString

func (s GetFaceLivenessSessionResultsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFaceLivenessSessionResultsInput) SetSessionId

func (s *GetFaceLivenessSessionResultsInput) SetSessionId(v string) *GetFaceLivenessSessionResultsInput

SetSessionId sets the SessionId field's value.

func (GetFaceLivenessSessionResultsInput) String

func (s GetFaceLivenessSessionResultsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFaceLivenessSessionResultsInput) Validate

func (s *GetFaceLivenessSessionResultsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetFaceLivenessSessionResultsOutput

type GetFaceLivenessSessionResultsOutput struct {

    // A set of images from the Face Liveness video that can be used for audit purposes.
    // It includes a bounding box of the face and the Base64-encoded bytes that
    // return an image. If the CreateFaceLivenessSession request included an OutputConfig
    // argument, the image will be uploaded to an S3Object specified in the output
    // configuration. If no Amazon S3 bucket is defined, raw bytes are sent instead.
    AuditImages []*AuditImage `type:"list"`

    // Probabalistic confidence score for if the person in the given video was live,
    // represented as a float value between 0 to 100.
    Confidence *float64 `type:"float"`

    // A high-quality image from the Face Liveness video that can be used for face
    // comparison or search. It includes a bounding box of the face and the Base64-encoded
    // bytes that return an image. If the CreateFaceLivenessSession request included
    // an OutputConfig argument, the image will be uploaded to an S3Object specified
    // in the output configuration. In case the reference image is not returned,
    // it's recommended to retry the Liveness check.
    ReferenceImage *AuditImage `type:"structure"`

    // The sessionId for which this request was called.
    //
    // SessionId is a required field
    SessionId *string `min:"36" type:"string" required:"true"`

    // Represents a status corresponding to the state of the session. Possible statuses
    // are: CREATED, IN_PROGRESS, SUCCEEDED, FAILED, EXPIRED.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"LivenessSessionStatus"`
    // contains filtered or unexported fields
}

func (GetFaceLivenessSessionResultsOutput) GoString

func (s GetFaceLivenessSessionResultsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFaceLivenessSessionResultsOutput) SetAuditImages

func (s *GetFaceLivenessSessionResultsOutput) SetAuditImages(v []*AuditImage) *GetFaceLivenessSessionResultsOutput

SetAuditImages sets the AuditImages field's value.

func (*GetFaceLivenessSessionResultsOutput) SetConfidence

func (s *GetFaceLivenessSessionResultsOutput) SetConfidence(v float64) *GetFaceLivenessSessionResultsOutput

SetConfidence sets the Confidence field's value.

func (*GetFaceLivenessSessionResultsOutput) SetReferenceImage

func (s *GetFaceLivenessSessionResultsOutput) SetReferenceImage(v *AuditImage) *GetFaceLivenessSessionResultsOutput

SetReferenceImage sets the ReferenceImage field's value.

func (*GetFaceLivenessSessionResultsOutput) SetSessionId

func (s *GetFaceLivenessSessionResultsOutput) SetSessionId(v string) *GetFaceLivenessSessionResultsOutput

SetSessionId sets the SessionId field's value.

func (*GetFaceLivenessSessionResultsOutput) SetStatus

func (s *GetFaceLivenessSessionResultsOutput) SetStatus(v string) *GetFaceLivenessSessionResultsOutput

SetStatus sets the Status field's value.

func (GetFaceLivenessSessionResultsOutput) String

func (s GetFaceLivenessSessionResultsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetFaceSearchInput

type GetFaceSearchInput struct {

    // The job identifer for the search request. You get the job identifier from
    // an initial call to StartFaceSearch.
    //
    // JobId is a required field
    JobId *string `min:"1" type:"string" required:"true"`

    // Maximum number of results to return per paginated call. The largest value
    // you can specify is 1000. If you specify a value greater than 1000, a maximum
    // of 1000 results is returned. The default value is 1000.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there is more search results
    // to retrieve), Amazon Rekognition Video returns a pagination token in the
    // response. You can use this pagination token to retrieve the next set of search
    // results.
    NextToken *string `type:"string"`

    // Sort to use for grouping faces in the response. Use TIMESTAMP to group faces
    // by the time that they are recognized. Use INDEX to sort by recognized faces.
    SortBy *string `type:"string" enum:"FaceSearchSortBy"`
    // contains filtered or unexported fields
}

func (GetFaceSearchInput) GoString

func (s GetFaceSearchInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFaceSearchInput) SetJobId

func (s *GetFaceSearchInput) SetJobId(v string) *GetFaceSearchInput

SetJobId sets the JobId field's value.

func (*GetFaceSearchInput) SetMaxResults

func (s *GetFaceSearchInput) SetMaxResults(v int64) *GetFaceSearchInput

SetMaxResults sets the MaxResults field's value.

func (*GetFaceSearchInput) SetNextToken

func (s *GetFaceSearchInput) SetNextToken(v string) *GetFaceSearchInput

SetNextToken sets the NextToken field's value.

func (*GetFaceSearchInput) SetSortBy

func (s *GetFaceSearchInput) SetSortBy(v string) *GetFaceSearchInput

SetSortBy sets the SortBy field's value.

func (GetFaceSearchInput) String

func (s GetFaceSearchInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFaceSearchInput) Validate

func (s *GetFaceSearchInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetFaceSearchOutput

type GetFaceSearchOutput struct {

    // Job identifier for the face search operation for which you want to obtain
    // results. The job identifer is returned by an initial call to StartFaceSearch.
    JobId *string `min:"1" type:"string"`

    // The current status of the face search job.
    JobStatus *string `type:"string" enum:"VideoJobStatus"`

    // A job identifier specified in the call to StartFaceSearch and returned in
    // the job completion notification sent to your Amazon Simple Notification Service
    // topic.
    JobTag *string `min:"1" type:"string"`

    // If the response is truncated, Amazon Rekognition Video returns this token
    // that you can use in the subsequent request to retrieve the next set of search
    // results.
    NextToken *string `type:"string"`

    // An array of persons, PersonMatch, in the video whose face(s) match the face(s)
    // in an Amazon Rekognition collection. It also includes time information for
    // when persons are matched in the video. You specify the input collection in
    // an initial call to StartFaceSearch. Each Persons element includes a time
    // the person was matched, face match details (FaceMatches) for matching faces
    // in the collection, and person information (Person) for the matched person.
    Persons []*PersonMatch `type:"list"`

    // If the job fails, StatusMessage provides a descriptive error message.
    StatusMessage *string `type:"string"`

    // Video file stored in an Amazon S3 bucket. Amazon Rekognition video start
    // operations such as StartLabelDetection use Video to specify a video for analysis.
    // The supported file formats are .mp4, .mov and .avi.
    Video *Video `type:"structure"`

    // Information about a video that Amazon Rekognition analyzed. Videometadata
    // is returned in every page of paginated responses from a Amazon Rekognition
    // Video operation.
    VideoMetadata *VideoMetadata `type:"structure"`
    // contains filtered or unexported fields
}

func (GetFaceSearchOutput) GoString

func (s GetFaceSearchOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFaceSearchOutput) SetJobId

func (s *GetFaceSearchOutput) SetJobId(v string) *GetFaceSearchOutput

SetJobId sets the JobId field's value.

func (*GetFaceSearchOutput) SetJobStatus

func (s *GetFaceSearchOutput) SetJobStatus(v string) *GetFaceSearchOutput

SetJobStatus sets the JobStatus field's value.

func (*GetFaceSearchOutput) SetJobTag

func (s *GetFaceSearchOutput) SetJobTag(v string) *GetFaceSearchOutput

SetJobTag sets the JobTag field's value.

func (*GetFaceSearchOutput) SetNextToken

func (s *GetFaceSearchOutput) SetNextToken(v string) *GetFaceSearchOutput

SetNextToken sets the NextToken field's value.

func (*GetFaceSearchOutput) SetPersons

func (s *GetFaceSearchOutput) SetPersons(v []*PersonMatch) *GetFaceSearchOutput

SetPersons sets the Persons field's value.

func (*GetFaceSearchOutput) SetStatusMessage

func (s *GetFaceSearchOutput) SetStatusMessage(v string) *GetFaceSearchOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetFaceSearchOutput) SetVideo

func (s *GetFaceSearchOutput) SetVideo(v *Video) *GetFaceSearchOutput

SetVideo sets the Video field's value.

func (*GetFaceSearchOutput) SetVideoMetadata

func (s *GetFaceSearchOutput) SetVideoMetadata(v *VideoMetadata) *GetFaceSearchOutput

SetVideoMetadata sets the VideoMetadata field's value.

func (GetFaceSearchOutput) String

func (s GetFaceSearchOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetLabelDetectionInput

type GetLabelDetectionInput struct {

    // Defines how to aggregate the returned results. Results can be aggregated
    // by timestamps or segments.
    AggregateBy *string `type:"string" enum:"LabelDetectionAggregateBy"`

    // Job identifier for the label detection operation for which you want results
    // returned. You get the job identifer from an initial call to StartlabelDetection.
    //
    // JobId is a required field
    JobId *string `min:"1" type:"string" required:"true"`

    // Maximum number of results to return per paginated call. The largest value
    // you can specify is 1000. If you specify a value greater than 1000, a maximum
    // of 1000 results is returned. The default value is 1000.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there are more labels to
    // retrieve), Amazon Rekognition Video returns a pagination token in the response.
    // You can use this pagination token to retrieve the next set of labels.
    NextToken *string `type:"string"`

    // Sort to use for elements in the Labels array. Use TIMESTAMP to sort array
    // elements by the time labels are detected. Use NAME to alphabetically group
    // elements for a label together. Within each label group, the array element
    // are sorted by detection confidence. The default sort is by TIMESTAMP.
    SortBy *string `type:"string" enum:"LabelDetectionSortBy"`
    // contains filtered or unexported fields
}

func (GetLabelDetectionInput) GoString

func (s GetLabelDetectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLabelDetectionInput) SetAggregateBy

func (s *GetLabelDetectionInput) SetAggregateBy(v string) *GetLabelDetectionInput

SetAggregateBy sets the AggregateBy field's value.

func (*GetLabelDetectionInput) SetJobId

func (s *GetLabelDetectionInput) SetJobId(v string) *GetLabelDetectionInput

SetJobId sets the JobId field's value.

func (*GetLabelDetectionInput) SetMaxResults

func (s *GetLabelDetectionInput) SetMaxResults(v int64) *GetLabelDetectionInput

SetMaxResults sets the MaxResults field's value.

func (*GetLabelDetectionInput) SetNextToken

func (s *GetLabelDetectionInput) SetNextToken(v string) *GetLabelDetectionInput

SetNextToken sets the NextToken field's value.

func (*GetLabelDetectionInput) SetSortBy

func (s *GetLabelDetectionInput) SetSortBy(v string) *GetLabelDetectionInput

SetSortBy sets the SortBy field's value.

func (GetLabelDetectionInput) String

func (s GetLabelDetectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLabelDetectionInput) Validate

func (s *GetLabelDetectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetLabelDetectionOutput

type GetLabelDetectionOutput struct {

    // Information about the paramters used when getting a response. Includes information
    // on aggregation and sorting methods.
    GetRequestMetadata *GetLabelDetectionRequestMetadata `type:"structure"`

    // Job identifier for the label detection operation for which you want to obtain
    // results. The job identifer is returned by an initial call to StartLabelDetection.
    JobId *string `min:"1" type:"string"`

    // The current status of the label detection job.
    JobStatus *string `type:"string" enum:"VideoJobStatus"`

    // A job identifier specified in the call to StartLabelDetection and returned
    // in the job completion notification sent to your Amazon Simple Notification
    // Service topic.
    JobTag *string `min:"1" type:"string"`

    // Version number of the label detection model that was used to detect labels.
    LabelModelVersion *string `type:"string"`

    // An array of labels detected in the video. Each element contains the detected
    // label and the time, in milliseconds from the start of the video, that the
    // label was detected.
    Labels []*LabelDetection `type:"list"`

    // If the response is truncated, Amazon Rekognition Video returns this token
    // that you can use in the subsequent request to retrieve the next set of labels.
    NextToken *string `type:"string"`

    // If the job fails, StatusMessage provides a descriptive error message.
    StatusMessage *string `type:"string"`

    // Video file stored in an Amazon S3 bucket. Amazon Rekognition video start
    // operations such as StartLabelDetection use Video to specify a video for analysis.
    // The supported file formats are .mp4, .mov and .avi.
    Video *Video `type:"structure"`

    // Information about a video that Amazon Rekognition Video analyzed. Videometadata
    // is returned in every page of paginated responses from a Amazon Rekognition
    // video operation.
    VideoMetadata *VideoMetadata `type:"structure"`
    // contains filtered or unexported fields
}

func (GetLabelDetectionOutput) GoString

func (s GetLabelDetectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLabelDetectionOutput) SetGetRequestMetadata

func (s *GetLabelDetectionOutput) SetGetRequestMetadata(v *GetLabelDetectionRequestMetadata) *GetLabelDetectionOutput

SetGetRequestMetadata sets the GetRequestMetadata field's value.

func (*GetLabelDetectionOutput) SetJobId

func (s *GetLabelDetectionOutput) SetJobId(v string) *GetLabelDetectionOutput

SetJobId sets the JobId field's value.

func (*GetLabelDetectionOutput) SetJobStatus

func (s *GetLabelDetectionOutput) SetJobStatus(v string) *GetLabelDetectionOutput

SetJobStatus sets the JobStatus field's value.

func (*GetLabelDetectionOutput) SetJobTag

func (s *GetLabelDetectionOutput) SetJobTag(v string) *GetLabelDetectionOutput

SetJobTag sets the JobTag field's value.

func (*GetLabelDetectionOutput) SetLabelModelVersion

func (s *GetLabelDetectionOutput) SetLabelModelVersion(v string) *GetLabelDetectionOutput

SetLabelModelVersion sets the LabelModelVersion field's value.

func (*GetLabelDetectionOutput) SetLabels

func (s *GetLabelDetectionOutput) SetLabels(v []*LabelDetection) *GetLabelDetectionOutput

SetLabels sets the Labels field's value.

func (*GetLabelDetectionOutput) SetNextToken

func (s *GetLabelDetectionOutput) SetNextToken(v string) *GetLabelDetectionOutput

SetNextToken sets the NextToken field's value.

func (*GetLabelDetectionOutput) SetStatusMessage

func (s *GetLabelDetectionOutput) SetStatusMessage(v string) *GetLabelDetectionOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetLabelDetectionOutput) SetVideo

func (s *GetLabelDetectionOutput) SetVideo(v *Video) *GetLabelDetectionOutput

SetVideo sets the Video field's value.

func (*GetLabelDetectionOutput) SetVideoMetadata

func (s *GetLabelDetectionOutput) SetVideoMetadata(v *VideoMetadata) *GetLabelDetectionOutput

SetVideoMetadata sets the VideoMetadata field's value.

func (GetLabelDetectionOutput) String

func (s GetLabelDetectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetLabelDetectionRequestMetadata

type GetLabelDetectionRequestMetadata struct {

    // The aggregation method chosen for a GetLabelDetection request.
    AggregateBy *string `type:"string" enum:"LabelDetectionAggregateBy"`

    // The sorting method chosen for a GetLabelDetection request.
    SortBy *string `type:"string" enum:"LabelDetectionSortBy"`
    // contains filtered or unexported fields
}

Contains metadata about a label detection request, including the SortBy and AggregateBy options.

func (GetLabelDetectionRequestMetadata) GoString

func (s GetLabelDetectionRequestMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLabelDetectionRequestMetadata) SetAggregateBy

func (s *GetLabelDetectionRequestMetadata) SetAggregateBy(v string) *GetLabelDetectionRequestMetadata

SetAggregateBy sets the AggregateBy field's value.

func (*GetLabelDetectionRequestMetadata) SetSortBy

func (s *GetLabelDetectionRequestMetadata) SetSortBy(v string) *GetLabelDetectionRequestMetadata

SetSortBy sets the SortBy field's value.

func (GetLabelDetectionRequestMetadata) String

func (s GetLabelDetectionRequestMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetMediaAnalysisJobInput

type GetMediaAnalysisJobInput struct {

    // Unique identifier for the media analysis job for which you want to retrieve
    // results.
    //
    // JobId is a required field
    JobId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetMediaAnalysisJobInput) GoString

func (s GetMediaAnalysisJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMediaAnalysisJobInput) SetJobId

func (s *GetMediaAnalysisJobInput) SetJobId(v string) *GetMediaAnalysisJobInput

SetJobId sets the JobId field's value.

func (GetMediaAnalysisJobInput) String

func (s GetMediaAnalysisJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMediaAnalysisJobInput) Validate

func (s *GetMediaAnalysisJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetMediaAnalysisJobOutput

type GetMediaAnalysisJobOutput struct {

    // The Unix date and time when the job finished.
    CompletionTimestamp *time.Time `type:"timestamp"`

    // The Unix date and time when the job was started.
    //
    // CreationTimestamp is a required field
    CreationTimestamp *time.Time `type:"timestamp" required:"true"`

    // Details about the error that resulted in failure of the job.
    FailureDetails *MediaAnalysisJobFailureDetails `type:"structure"`

    // Reference to the input manifest that was provided in the job creation request.
    //
    // Input is a required field
    Input *MediaAnalysisInput_ `type:"structure" required:"true"`

    // The identifier for the media analysis job.
    //
    // JobId is a required field
    JobId *string `min:"1" type:"string" required:"true"`

    // The name of the media analysis job.
    JobName *string `min:"1" type:"string"`

    // KMS Key that was provided in the creation request.
    KmsKeyId *string `min:"1" type:"string"`

    // The summary manifest provides statistics on input manifest and errors identified
    // in the input manifest.
    ManifestSummary *MediaAnalysisManifestSummary `type:"structure"`

    // Operation configurations that were provided during job creation.
    //
    // OperationsConfig is a required field
    OperationsConfig *MediaAnalysisOperationsConfig `type:"structure" required:"true"`

    // Output configuration that was provided in the creation request.
    //
    // OutputConfig is a required field
    OutputConfig *MediaAnalysisOutputConfig `type:"structure" required:"true"`

    // Output manifest that contains prediction results.
    Results *MediaAnalysisResults `type:"structure"`

    // The current status of the media analysis job.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"MediaAnalysisJobStatus"`
    // contains filtered or unexported fields
}

func (GetMediaAnalysisJobOutput) GoString

func (s GetMediaAnalysisJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMediaAnalysisJobOutput) SetCompletionTimestamp

func (s *GetMediaAnalysisJobOutput) SetCompletionTimestamp(v time.Time) *GetMediaAnalysisJobOutput

SetCompletionTimestamp sets the CompletionTimestamp field's value.

func (*GetMediaAnalysisJobOutput) SetCreationTimestamp

func (s *GetMediaAnalysisJobOutput) SetCreationTimestamp(v time.Time) *GetMediaAnalysisJobOutput

SetCreationTimestamp sets the CreationTimestamp field's value.

func (*GetMediaAnalysisJobOutput) SetFailureDetails

func (s *GetMediaAnalysisJobOutput) SetFailureDetails(v *MediaAnalysisJobFailureDetails) *GetMediaAnalysisJobOutput

SetFailureDetails sets the FailureDetails field's value.

func (*GetMediaAnalysisJobOutput) SetInput

func (s *GetMediaAnalysisJobOutput) SetInput(v *MediaAnalysisInput_) *GetMediaAnalysisJobOutput

SetInput sets the Input field's value.

func (*GetMediaAnalysisJobOutput) SetJobId

func (s *GetMediaAnalysisJobOutput) SetJobId(v string) *GetMediaAnalysisJobOutput

SetJobId sets the JobId field's value.

func (*GetMediaAnalysisJobOutput) SetJobName

func (s *GetMediaAnalysisJobOutput) SetJobName(v string) *GetMediaAnalysisJobOutput

SetJobName sets the JobName field's value.

func (*GetMediaAnalysisJobOutput) SetKmsKeyId

func (s *GetMediaAnalysisJobOutput) SetKmsKeyId(v string) *GetMediaAnalysisJobOutput

SetKmsKeyId sets the KmsKeyId field's value.

func (*GetMediaAnalysisJobOutput) SetManifestSummary

func (s *GetMediaAnalysisJobOutput) SetManifestSummary(v *MediaAnalysisManifestSummary) *GetMediaAnalysisJobOutput

SetManifestSummary sets the ManifestSummary field's value.

func (*GetMediaAnalysisJobOutput) SetOperationsConfig

func (s *GetMediaAnalysisJobOutput) SetOperationsConfig(v *MediaAnalysisOperationsConfig) *GetMediaAnalysisJobOutput

SetOperationsConfig sets the OperationsConfig field's value.

func (*GetMediaAnalysisJobOutput) SetOutputConfig

func (s *GetMediaAnalysisJobOutput) SetOutputConfig(v *MediaAnalysisOutputConfig) *GetMediaAnalysisJobOutput

SetOutputConfig sets the OutputConfig field's value.

func (*GetMediaAnalysisJobOutput) SetResults

func (s *GetMediaAnalysisJobOutput) SetResults(v *MediaAnalysisResults) *GetMediaAnalysisJobOutput

SetResults sets the Results field's value.

func (*GetMediaAnalysisJobOutput) SetStatus

func (s *GetMediaAnalysisJobOutput) SetStatus(v string) *GetMediaAnalysisJobOutput

SetStatus sets the Status field's value.

func (GetMediaAnalysisJobOutput) String

func (s GetMediaAnalysisJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetPersonTrackingInput

type GetPersonTrackingInput struct {

    // The identifier for a job that tracks persons in a video. You get the JobId
    // from a call to StartPersonTracking.
    //
    // JobId is a required field
    JobId *string `min:"1" type:"string" required:"true"`

    // Maximum number of results to return per paginated call. The largest value
    // you can specify is 1000. If you specify a value greater than 1000, a maximum
    // of 1000 results is returned. The default value is 1000.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there are more persons to
    // retrieve), Amazon Rekognition Video returns a pagination token in the response.
    // You can use this pagination token to retrieve the next set of persons.
    NextToken *string `type:"string"`

    // Sort to use for elements in the Persons array. Use TIMESTAMP to sort array
    // elements by the time persons are detected. Use INDEX to sort by the tracked
    // persons. If you sort by INDEX, the array elements for each person are sorted
    // by detection confidence. The default sort is by TIMESTAMP.
    SortBy *string `type:"string" enum:"PersonTrackingSortBy"`
    // contains filtered or unexported fields
}

func (GetPersonTrackingInput) GoString

func (s GetPersonTrackingInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPersonTrackingInput) SetJobId

func (s *GetPersonTrackingInput) SetJobId(v string) *GetPersonTrackingInput

SetJobId sets the JobId field's value.

func (*GetPersonTrackingInput) SetMaxResults

func (s *GetPersonTrackingInput) SetMaxResults(v int64) *GetPersonTrackingInput

SetMaxResults sets the MaxResults field's value.

func (*GetPersonTrackingInput) SetNextToken

func (s *GetPersonTrackingInput) SetNextToken(v string) *GetPersonTrackingInput

SetNextToken sets the NextToken field's value.

func (*GetPersonTrackingInput) SetSortBy

func (s *GetPersonTrackingInput) SetSortBy(v string) *GetPersonTrackingInput

SetSortBy sets the SortBy field's value.

func (GetPersonTrackingInput) String

func (s GetPersonTrackingInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPersonTrackingInput) Validate

func (s *GetPersonTrackingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPersonTrackingOutput

type GetPersonTrackingOutput struct {

    // Job identifier for the person tracking operation for which you want to obtain
    // results. The job identifer is returned by an initial call to StartPersonTracking.
    JobId *string `min:"1" type:"string"`

    // The current status of the person tracking job.
    JobStatus *string `type:"string" enum:"VideoJobStatus"`

    // A job identifier specified in the call to StartCelebrityRecognition and returned
    // in the job completion notification sent to your Amazon Simple Notification
    // Service topic.
    JobTag *string `min:"1" type:"string"`

    // If the response is truncated, Amazon Rekognition Video returns this token
    // that you can use in the subsequent request to retrieve the next set of persons.
    NextToken *string `type:"string"`

    // An array of the persons detected in the video and the time(s) their path
    // was tracked throughout the video. An array element will exist for each time
    // a person's path is tracked.
    Persons []*PersonDetection `type:"list"`

    // If the job fails, StatusMessage provides a descriptive error message.
    StatusMessage *string `type:"string"`

    // Video file stored in an Amazon S3 bucket. Amazon Rekognition video start
    // operations such as StartLabelDetection use Video to specify a video for analysis.
    // The supported file formats are .mp4, .mov and .avi.
    Video *Video `type:"structure"`

    // Information about a video that Amazon Rekognition Video analyzed. Videometadata
    // is returned in every page of paginated responses from a Amazon Rekognition
    // Video operation.
    VideoMetadata *VideoMetadata `type:"structure"`
    // contains filtered or unexported fields
}

func (GetPersonTrackingOutput) GoString

func (s GetPersonTrackingOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetPersonTrackingOutput) SetJobId

func (s *GetPersonTrackingOutput) SetJobId(v string) *GetPersonTrackingOutput

SetJobId sets the JobId field's value.

func (*GetPersonTrackingOutput) SetJobStatus

func (s *GetPersonTrackingOutput) SetJobStatus(v string) *GetPersonTrackingOutput

SetJobStatus sets the JobStatus field's value.

func (*GetPersonTrackingOutput) SetJobTag

func (s *GetPersonTrackingOutput) SetJobTag(v string) *GetPersonTrackingOutput

SetJobTag sets the JobTag field's value.

func (*GetPersonTrackingOutput) SetNextToken

func (s *GetPersonTrackingOutput) SetNextToken(v string) *GetPersonTrackingOutput

SetNextToken sets the NextToken field's value.

func (*GetPersonTrackingOutput) SetPersons

func (s *GetPersonTrackingOutput) SetPersons(v []*PersonDetection) *GetPersonTrackingOutput

SetPersons sets the Persons field's value.

func (*GetPersonTrackingOutput) SetStatusMessage

func (s *GetPersonTrackingOutput) SetStatusMessage(v string) *GetPersonTrackingOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetPersonTrackingOutput) SetVideo

func (s *GetPersonTrackingOutput) SetVideo(v *Video) *GetPersonTrackingOutput

SetVideo sets the Video field's value.

func (*GetPersonTrackingOutput) SetVideoMetadata

func (s *GetPersonTrackingOutput) SetVideoMetadata(v *VideoMetadata) *GetPersonTrackingOutput

SetVideoMetadata sets the VideoMetadata field's value.

func (GetPersonTrackingOutput) String

func (s GetPersonTrackingOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSegmentDetectionInput

type GetSegmentDetectionInput struct {

    // Job identifier for the text detection operation for which you want results
    // returned. You get the job identifer from an initial call to StartSegmentDetection.
    //
    // JobId is a required field
    JobId *string `min:"1" type:"string" required:"true"`

    // Maximum number of results to return per paginated call. The largest value
    // you can specify is 1000.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the response is truncated, Amazon Rekognition Video returns this token
    // that you can use in the subsequent request to retrieve the next set of text.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetSegmentDetectionInput) GoString

func (s GetSegmentDetectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSegmentDetectionInput) SetJobId

func (s *GetSegmentDetectionInput) SetJobId(v string) *GetSegmentDetectionInput

SetJobId sets the JobId field's value.

func (*GetSegmentDetectionInput) SetMaxResults

func (s *GetSegmentDetectionInput) SetMaxResults(v int64) *GetSegmentDetectionInput

SetMaxResults sets the MaxResults field's value.

func (*GetSegmentDetectionInput) SetNextToken

func (s *GetSegmentDetectionInput) SetNextToken(v string) *GetSegmentDetectionInput

SetNextToken sets the NextToken field's value.

func (GetSegmentDetectionInput) String

func (s GetSegmentDetectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSegmentDetectionInput) Validate

func (s *GetSegmentDetectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSegmentDetectionOutput

type GetSegmentDetectionOutput struct {

    // An array of objects. There can be multiple audio streams. Each AudioMetadata
    // object contains metadata for a single audio stream. Audio information in
    // an AudioMetadata objects includes the audio codec, the number of audio channels,
    // the duration of the audio stream, and the sample rate. Audio metadata is
    // returned in each page of information returned by GetSegmentDetection.
    AudioMetadata []*AudioMetadata `type:"list"`

    // Job identifier for the segment detection operation for which you want to
    // obtain results. The job identifer is returned by an initial call to StartSegmentDetection.
    JobId *string `min:"1" type:"string"`

    // Current status of the segment detection job.
    JobStatus *string `type:"string" enum:"VideoJobStatus"`

    // A job identifier specified in the call to StartSegmentDetection and returned
    // in the job completion notification sent to your Amazon Simple Notification
    // Service topic.
    JobTag *string `min:"1" type:"string"`

    // If the previous response was incomplete (because there are more labels to
    // retrieve), Amazon Rekognition Video returns a pagination token in the response.
    // You can use this pagination token to retrieve the next set of text.
    NextToken *string `type:"string"`

    // An array of segments detected in a video. The array is sorted by the segment
    // types (TECHNICAL_CUE or SHOT) specified in the SegmentTypes input parameter
    // of StartSegmentDetection. Within each segment type the array is sorted by
    // timestamp values.
    Segments []*SegmentDetection `type:"list"`

    // An array containing the segment types requested in the call to StartSegmentDetection.
    SelectedSegmentTypes []*SegmentTypeInfo `type:"list"`

    // If the job fails, StatusMessage provides a descriptive error message.
    StatusMessage *string `type:"string"`

    // Video file stored in an Amazon S3 bucket. Amazon Rekognition video start
    // operations such as StartLabelDetection use Video to specify a video for analysis.
    // The supported file formats are .mp4, .mov and .avi.
    Video *Video `type:"structure"`

    // Currently, Amazon Rekognition Video returns a single object in the VideoMetadata
    // array. The object contains information about the video stream in the input
    // file that Amazon Rekognition Video chose to analyze. The VideoMetadata object
    // includes the video codec, video format and other information. Video metadata
    // is returned in each page of information returned by GetSegmentDetection.
    VideoMetadata []*VideoMetadata `type:"list"`
    // contains filtered or unexported fields
}

func (GetSegmentDetectionOutput) GoString

func (s GetSegmentDetectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSegmentDetectionOutput) SetAudioMetadata

func (s *GetSegmentDetectionOutput) SetAudioMetadata(v []*AudioMetadata) *GetSegmentDetectionOutput

SetAudioMetadata sets the AudioMetadata field's value.

func (*GetSegmentDetectionOutput) SetJobId

func (s *GetSegmentDetectionOutput) SetJobId(v string) *GetSegmentDetectionOutput

SetJobId sets the JobId field's value.

func (*GetSegmentDetectionOutput) SetJobStatus

func (s *GetSegmentDetectionOutput) SetJobStatus(v string) *GetSegmentDetectionOutput

SetJobStatus sets the JobStatus field's value.

func (*GetSegmentDetectionOutput) SetJobTag

func (s *GetSegmentDetectionOutput) SetJobTag(v string) *GetSegmentDetectionOutput

SetJobTag sets the JobTag field's value.

func (*GetSegmentDetectionOutput) SetNextToken

func (s *GetSegmentDetectionOutput) SetNextToken(v string) *GetSegmentDetectionOutput

SetNextToken sets the NextToken field's value.

func (*GetSegmentDetectionOutput) SetSegments

func (s *GetSegmentDetectionOutput) SetSegments(v []*SegmentDetection) *GetSegmentDetectionOutput

SetSegments sets the Segments field's value.

func (*GetSegmentDetectionOutput) SetSelectedSegmentTypes

func (s *GetSegmentDetectionOutput) SetSelectedSegmentTypes(v []*SegmentTypeInfo) *GetSegmentDetectionOutput

SetSelectedSegmentTypes sets the SelectedSegmentTypes field's value.

func (*GetSegmentDetectionOutput) SetStatusMessage

func (s *GetSegmentDetectionOutput) SetStatusMessage(v string) *GetSegmentDetectionOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetSegmentDetectionOutput) SetVideo

func (s *GetSegmentDetectionOutput) SetVideo(v *Video) *GetSegmentDetectionOutput

SetVideo sets the Video field's value.

func (*GetSegmentDetectionOutput) SetVideoMetadata

func (s *GetSegmentDetectionOutput) SetVideoMetadata(v []*VideoMetadata) *GetSegmentDetectionOutput

SetVideoMetadata sets the VideoMetadata field's value.

func (GetSegmentDetectionOutput) String

func (s GetSegmentDetectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetTextDetectionInput

type GetTextDetectionInput struct {

    // Job identifier for the text detection operation for which you want results
    // returned. You get the job identifer from an initial call to StartTextDetection.
    //
    // JobId is a required field
    JobId *string `min:"1" type:"string" required:"true"`

    // Maximum number of results to return per paginated call. The largest value
    // you can specify is 1000.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there are more labels to
    // retrieve), Amazon Rekognition Video returns a pagination token in the response.
    // You can use this pagination token to retrieve the next set of text.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetTextDetectionInput) GoString

func (s GetTextDetectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetTextDetectionInput) SetJobId

func (s *GetTextDetectionInput) SetJobId(v string) *GetTextDetectionInput

SetJobId sets the JobId field's value.

func (*GetTextDetectionInput) SetMaxResults

func (s *GetTextDetectionInput) SetMaxResults(v int64) *GetTextDetectionInput

SetMaxResults sets the MaxResults field's value.

func (*GetTextDetectionInput) SetNextToken

func (s *GetTextDetectionInput) SetNextToken(v string) *GetTextDetectionInput

SetNextToken sets the NextToken field's value.

func (GetTextDetectionInput) String

func (s GetTextDetectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetTextDetectionInput) Validate

func (s *GetTextDetectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTextDetectionOutput

type GetTextDetectionOutput struct {

    // Job identifier for the text detection operation for which you want to obtain
    // results. The job identifer is returned by an initial call to StartTextDetection.
    JobId *string `min:"1" type:"string"`

    // Current status of the text detection job.
    JobStatus *string `type:"string" enum:"VideoJobStatus"`

    // A job identifier specified in the call to StartTextDetection and returned
    // in the job completion notification sent to your Amazon Simple Notification
    // Service topic.
    JobTag *string `min:"1" type:"string"`

    // If the response is truncated, Amazon Rekognition Video returns this token
    // that you can use in the subsequent request to retrieve the next set of text.
    NextToken *string `type:"string"`

    // If the job fails, StatusMessage provides a descriptive error message.
    StatusMessage *string `type:"string"`

    // An array of text detected in the video. Each element contains the detected
    // text, the time in milliseconds from the start of the video that the text
    // was detected, and where it was detected on the screen.
    TextDetections []*TextDetectionResult `type:"list"`

    // Version number of the text detection model that was used to detect text.
    TextModelVersion *string `type:"string"`

    // Video file stored in an Amazon S3 bucket. Amazon Rekognition video start
    // operations such as StartLabelDetection use Video to specify a video for analysis.
    // The supported file formats are .mp4, .mov and .avi.
    Video *Video `type:"structure"`

    // Information about a video that Amazon Rekognition analyzed. Videometadata
    // is returned in every page of paginated responses from a Amazon Rekognition
    // video operation.
    VideoMetadata *VideoMetadata `type:"structure"`
    // contains filtered or unexported fields
}

func (GetTextDetectionOutput) GoString

func (s GetTextDetectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetTextDetectionOutput) SetJobId

func (s *GetTextDetectionOutput) SetJobId(v string) *GetTextDetectionOutput

SetJobId sets the JobId field's value.

func (*GetTextDetectionOutput) SetJobStatus

func (s *GetTextDetectionOutput) SetJobStatus(v string) *GetTextDetectionOutput

SetJobStatus sets the JobStatus field's value.

func (*GetTextDetectionOutput) SetJobTag

func (s *GetTextDetectionOutput) SetJobTag(v string) *GetTextDetectionOutput

SetJobTag sets the JobTag field's value.

func (*GetTextDetectionOutput) SetNextToken

func (s *GetTextDetectionOutput) SetNextToken(v string) *GetTextDetectionOutput

SetNextToken sets the NextToken field's value.

func (*GetTextDetectionOutput) SetStatusMessage

func (s *GetTextDetectionOutput) SetStatusMessage(v string) *GetTextDetectionOutput

SetStatusMessage sets the StatusMessage field's value.

func (*GetTextDetectionOutput) SetTextDetections

func (s *GetTextDetectionOutput) SetTextDetections(v []*TextDetectionResult) *GetTextDetectionOutput

SetTextDetections sets the TextDetections field's value.

func (*GetTextDetectionOutput) SetTextModelVersion

func (s *GetTextDetectionOutput) SetTextModelVersion(v string) *GetTextDetectionOutput

SetTextModelVersion sets the TextModelVersion field's value.

func (*GetTextDetectionOutput) SetVideo

func (s *GetTextDetectionOutput) SetVideo(v *Video) *GetTextDetectionOutput

SetVideo sets the Video field's value.

func (*GetTextDetectionOutput) SetVideoMetadata

func (s *GetTextDetectionOutput) SetVideoMetadata(v *VideoMetadata) *GetTextDetectionOutput

SetVideoMetadata sets the VideoMetadata field's value.

func (GetTextDetectionOutput) String

func (s GetTextDetectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GroundTruthManifest

type GroundTruthManifest struct {

    // Provides the S3 bucket name and object name.
    //
    // The region for the S3 bucket containing the S3 object must match the region
    // you use for Amazon Rekognition operations.
    //
    // For Amazon Rekognition to process an S3 object, the user must have permission
    // to access the S3 object. For more information, see How Amazon Rekognition
    // works with IAM in the Amazon Rekognition Developer Guide.
    S3Object *S3Object `type:"structure"`
    // contains filtered or unexported fields
}

The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.

func (GroundTruthManifest) GoString

func (s GroundTruthManifest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GroundTruthManifest) SetS3Object

func (s *GroundTruthManifest) SetS3Object(v *S3Object) *GroundTruthManifest

SetS3Object sets the S3Object field's value.

func (GroundTruthManifest) String

func (s GroundTruthManifest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GroundTruthManifest) Validate

func (s *GroundTruthManifest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HumanLoopActivationOutput

type HumanLoopActivationOutput struct {

    // Shows the result of condition evaluations, including those conditions which
    // activated a human review.
    HumanLoopActivationConditionsEvaluationResults aws.JSONValue `type:"jsonvalue"`

    // Shows if and why human review was needed.
    HumanLoopActivationReasons []*string `min:"1" type:"list"`

    // The Amazon Resource Name (ARN) of the HumanLoop created.
    HumanLoopArn *string `type:"string"`
    // contains filtered or unexported fields
}

Shows the results of the human in the loop evaluation. If there is no HumanLoopArn, the input did not trigger human review.

func (HumanLoopActivationOutput) GoString

func (s HumanLoopActivationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopActivationOutput) SetHumanLoopActivationConditionsEvaluationResults

func (s *HumanLoopActivationOutput) SetHumanLoopActivationConditionsEvaluationResults(v aws.JSONValue) *HumanLoopActivationOutput

SetHumanLoopActivationConditionsEvaluationResults sets the HumanLoopActivationConditionsEvaluationResults field's value.

func (*HumanLoopActivationOutput) SetHumanLoopActivationReasons

func (s *HumanLoopActivationOutput) SetHumanLoopActivationReasons(v []*string) *HumanLoopActivationOutput

SetHumanLoopActivationReasons sets the HumanLoopActivationReasons field's value.

func (*HumanLoopActivationOutput) SetHumanLoopArn

func (s *HumanLoopActivationOutput) SetHumanLoopArn(v string) *HumanLoopActivationOutput

SetHumanLoopArn sets the HumanLoopArn field's value.

func (HumanLoopActivationOutput) String

func (s HumanLoopActivationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HumanLoopConfig

type HumanLoopConfig struct {

    // Sets attributes of the input data.
    DataAttributes *HumanLoopDataAttributes `type:"structure"`

    // The Amazon Resource Name (ARN) of the flow definition. You can create a flow
    // definition by using the Amazon Sagemaker CreateFlowDefinition (https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateFlowDefinition.html)
    // Operation.
    //
    // FlowDefinitionArn is a required field
    FlowDefinitionArn *string `type:"string" required:"true"`

    // The name of the human review used for this image. This should be kept unique
    // within a region.
    //
    // HumanLoopName is a required field
    HumanLoopName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Sets up the flow definition the image will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.

func (HumanLoopConfig) GoString

func (s HumanLoopConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopConfig) SetDataAttributes

func (s *HumanLoopConfig) SetDataAttributes(v *HumanLoopDataAttributes) *HumanLoopConfig

SetDataAttributes sets the DataAttributes field's value.

func (*HumanLoopConfig) SetFlowDefinitionArn

func (s *HumanLoopConfig) SetFlowDefinitionArn(v string) *HumanLoopConfig

SetFlowDefinitionArn sets the FlowDefinitionArn field's value.

func (*HumanLoopConfig) SetHumanLoopName

func (s *HumanLoopConfig) SetHumanLoopName(v string) *HumanLoopConfig

SetHumanLoopName sets the HumanLoopName field's value.

func (HumanLoopConfig) String

func (s HumanLoopConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopConfig) Validate

func (s *HumanLoopConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HumanLoopDataAttributes

type HumanLoopDataAttributes struct {

    // Sets whether the input image is free of personally identifiable information.
    ContentClassifiers []*string `type:"list" enum:"ContentClassifier"`
    // contains filtered or unexported fields
}

Allows you to set attributes of the image. Currently, you can declare an image as free of personally identifiable information.

func (HumanLoopDataAttributes) GoString

func (s HumanLoopDataAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopDataAttributes) SetContentClassifiers

func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes

SetContentClassifiers sets the ContentClassifiers field's value.

func (HumanLoopDataAttributes) String

func (s HumanLoopDataAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HumanLoopQuotaExceededException

type HumanLoopQuotaExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`

    // The quota code.
    QuotaCode *string `type:"string"`

    // The resource type.
    ResourceType *string `type:"string"`

    // The service code.
    ServiceCode *string `type:"string"`
    // contains filtered or unexported fields
}

The number of in-progress human reviews you have has exceeded the number allowed.

func (*HumanLoopQuotaExceededException) Code

func (s *HumanLoopQuotaExceededException) Code() string

Code returns the exception type name.

func (*HumanLoopQuotaExceededException) Error

func (s *HumanLoopQuotaExceededException) Error() string

func (HumanLoopQuotaExceededException) GoString

func (s HumanLoopQuotaExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopQuotaExceededException) Message

func (s *HumanLoopQuotaExceededException) Message() string

Message returns the exception's message.

func (*HumanLoopQuotaExceededException) OrigErr

func (s *HumanLoopQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*HumanLoopQuotaExceededException) RequestID

func (s *HumanLoopQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*HumanLoopQuotaExceededException) StatusCode

func (s *HumanLoopQuotaExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (HumanLoopQuotaExceededException) String

func (s HumanLoopQuotaExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IdempotentParameterMismatchException

type IdempotentParameterMismatchException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

A ClientRequestToken input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.

func (*IdempotentParameterMismatchException) Code

func (s *IdempotentParameterMismatchException) Code() string

Code returns the exception type name.

func (*IdempotentParameterMismatchException) Error

func (s *IdempotentParameterMismatchException) Error() string

func (IdempotentParameterMismatchException) GoString

func (s IdempotentParameterMismatchException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IdempotentParameterMismatchException) Message

func (s *IdempotentParameterMismatchException) Message() string

Message returns the exception's message.

func (*IdempotentParameterMismatchException) OrigErr

func (s *IdempotentParameterMismatchException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*IdempotentParameterMismatchException) RequestID

func (s *IdempotentParameterMismatchException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*IdempotentParameterMismatchException) StatusCode

func (s *IdempotentParameterMismatchException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (IdempotentParameterMismatchException) String

func (s IdempotentParameterMismatchException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Image

type Image struct {

    // Blob of image bytes up to 5 MBs. Note that the maximum image size you can
    // pass to DetectCustomLabels is 4MB.
    // Bytes is automatically base64 encoded/decoded by the SDK.
    Bytes []byte `min:"1" type:"blob"`

    // Identifies an S3 object as the image source.
    S3Object *S3Object `type:"structure"`
    // contains filtered or unexported fields
}

Provides the input image either as bytes or an S3 object.

You pass image bytes to an Amazon Rekognition API operation by using the Bytes property. For example, you would use the Bytes property to pass an image loaded from a local file system. Image bytes passed by using the Bytes property must be base64-encoded. Your code may not need to encode image bytes if you are using an AWS SDK to call Amazon Rekognition API operations.

For more information, see Analyzing an Image Loaded from a Local File System in the Amazon Rekognition Developer Guide.

You pass images stored in an S3 bucket to an Amazon Rekognition API operation by using the S3Object property. Images stored in an S3 bucket do not need to be base64-encoded.

The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.

If you use the AWS CLI to call Amazon Rekognition operations, passing image bytes using the Bytes property is not supported. You must first upload the image to an Amazon S3 bucket and then call the operation using the S3Object property.

For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see How Amazon Rekognition works with IAM in the Amazon Rekognition Developer Guide.

func (Image) GoString

func (s Image) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Image) SetBytes

func (s *Image) SetBytes(v []byte) *Image

SetBytes sets the Bytes field's value.

func (*Image) SetS3Object

func (s *Image) SetS3Object(v *S3Object) *Image

SetS3Object sets the S3Object field's value.

func (Image) String

func (s Image) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Image) Validate

func (s *Image) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImageQuality

type ImageQuality struct {

    // Value representing brightness of the face. The service returns a value between
    // 0 and 100 (inclusive). A higher value indicates a brighter face image.
    Brightness *float64 `type:"float"`

    // Value representing sharpness of the face. The service returns a value between
    // 0 and 100 (inclusive). A higher value indicates a sharper face image.
    Sharpness *float64 `type:"float"`
    // contains filtered or unexported fields
}

Identifies face image brightness and sharpness.

func (ImageQuality) GoString

func (s ImageQuality) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageQuality) SetBrightness

func (s *ImageQuality) SetBrightness(v float64) *ImageQuality

SetBrightness sets the Brightness field's value.

func (*ImageQuality) SetSharpness

func (s *ImageQuality) SetSharpness(v float64) *ImageQuality

SetSharpness sets the Sharpness field's value.

func (ImageQuality) String

func (s ImageQuality) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImageTooLargeException

type ImageTooLargeException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The input image size exceeds the allowed limit. If you are calling DetectProtectiveEquipment, the image size or resolution exceeds the allowed limit. For more information, see Guidelines and quotas in Amazon Rekognition in the Amazon Rekognition Developer Guide.

func (*ImageTooLargeException) Code

func (s *ImageTooLargeException) Code() string

Code returns the exception type name.

func (*ImageTooLargeException) Error

func (s *ImageTooLargeException) Error() string

func (ImageTooLargeException) GoString

func (s ImageTooLargeException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageTooLargeException) Message

func (s *ImageTooLargeException) Message() string

Message returns the exception's message.

func (*ImageTooLargeException) OrigErr

func (s *ImageTooLargeException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ImageTooLargeException) RequestID

func (s *ImageTooLargeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ImageTooLargeException) StatusCode

func (s *ImageTooLargeException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ImageTooLargeException) String

func (s ImageTooLargeException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IndexFacesInput

type IndexFacesInput struct {

    // The ID of an existing collection to which you want to add the faces that
    // are detected in the input images.
    //
    // CollectionId is a required field
    CollectionId *string `min:"1" type:"string" required:"true"`

    // An array of facial attributes you want to be returned. A DEFAULT subset of
    // facial attributes - BoundingBox, Confidence, Pose, Quality, and Landmarks
    // - will always be returned. You can request for specific facial attributes
    // (in addition to the default list) - by using ["DEFAULT", "FACE_OCCLUDED"]
    // or just ["FACE_OCCLUDED"]. You can request for all facial attributes by using
    // ["ALL"]. Requesting more attributes may increase response time.
    //
    // If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator
    // to determine which attributes to return (in this case, all attributes).
    DetectionAttributes []*string `type:"list" enum:"Attribute"`

    // The ID you want to assign to all the faces detected in the image.
    ExternalImageId *string `min:"1" type:"string"`

    // The input image as base64-encoded bytes or an S3 object. If you use the AWS
    // CLI to call Amazon Rekognition operations, passing base64-encoded image bytes
    // isn't supported.
    //
    // If you are using an AWS SDK to call Amazon Rekognition, you might not need
    // to base64-encode image bytes passed using the Bytes field. For more information,
    // see Images in the Amazon Rekognition developer guide.
    //
    // Image is a required field
    Image *Image `type:"structure" required:"true"`

    // The maximum number of faces to index. The value of MaxFaces must be greater
    // than or equal to 1. IndexFaces returns no more than 100 detected faces in
    // an image, even if you specify a larger value for MaxFaces.
    //
    // If IndexFaces detects more faces than the value of MaxFaces, the faces with
    // the lowest quality are filtered out first. If there are still more faces
    // than the value of MaxFaces, the faces with the smallest bounding boxes are
    // filtered out (up to the number that's needed to satisfy the value of MaxFaces).
    // Information about the unindexed faces is available in the UnindexedFaces
    // array.
    //
    // The faces that are returned by IndexFaces are sorted by the largest face
    // bounding box size to the smallest size, in descending order.
    //
    // MaxFaces can be used with a collection associated with any version of the
    // face model.
    MaxFaces *int64 `min:"1" type:"integer"`

    // A filter that specifies a quality bar for how much filtering is done to identify
    // faces. Filtered faces aren't indexed. If you specify AUTO, Amazon Rekognition
    // chooses the quality bar. If you specify LOW, MEDIUM, or HIGH, filtering removes
    // all faces that don’t meet the chosen quality bar. The default value is
    // AUTO. The quality bar is based on a variety of common use cases. Low-quality
    // detections can occur for a number of reasons. Some examples are an object
    // that's misidentified as a face, a face that's too blurry, or a face with
    // a pose that's too extreme to use. If you specify NONE, no filtering is performed.
    //
    // To use quality filtering, the collection you are using must be associated
    // with version 3 of the face model or higher.
    QualityFilter *string `type:"string" enum:"QualityFilter"`
    // contains filtered or unexported fields
}

func (IndexFacesInput) GoString

func (s IndexFacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IndexFacesInput) SetCollectionId

func (s *IndexFacesInput) SetCollectionId(v string) *IndexFacesInput

SetCollectionId sets the CollectionId field's value.

func (*IndexFacesInput) SetDetectionAttributes

func (s *IndexFacesInput) SetDetectionAttributes(v []*string) *IndexFacesInput

SetDetectionAttributes sets the DetectionAttributes field's value.

func (*IndexFacesInput) SetExternalImageId

func (s *IndexFacesInput) SetExternalImageId(v string) *IndexFacesInput

SetExternalImageId sets the ExternalImageId field's value.

func (*IndexFacesInput) SetImage

func (s *IndexFacesInput) SetImage(v *Image) *IndexFacesInput

SetImage sets the Image field's value.

func (*IndexFacesInput) SetMaxFaces

func (s *IndexFacesInput) SetMaxFaces(v int64) *IndexFacesInput

SetMaxFaces sets the MaxFaces field's value.

func (*IndexFacesInput) SetQualityFilter

func (s *IndexFacesInput) SetQualityFilter(v string) *IndexFacesInput

SetQualityFilter sets the QualityFilter field's value.

func (IndexFacesInput) String

func (s IndexFacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IndexFacesInput) Validate

func (s *IndexFacesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IndexFacesOutput

type IndexFacesOutput struct {

    // The version number of the face detection model that's associated with the
    // input collection (CollectionId).
    FaceModelVersion *string `type:"string"`

    // An array of faces detected and added to the collection. For more information,
    // see Searching Faces in a Collection in the Amazon Rekognition Developer Guide.
    FaceRecords []*FaceRecord `type:"list"`

    // If your collection is associated with a face detection model that's later
    // than version 3.0, the value of OrientationCorrection is always null and no
    // orientation information is returned.
    //
    // If your collection is associated with a face detection model that's version
    // 3.0 or earlier, the following applies:
    //
    //    * If the input image is in .jpeg format, it might contain exchangeable
    //    image file format (Exif) metadata that includes the image's orientation.
    //    Amazon Rekognition uses this orientation information to perform image
    //    correction - the bounding box coordinates are translated to represent
    //    object locations after the orientation information in the Exif metadata
    //    is used to correct the image orientation. Images in .png format don't
    //    contain Exif metadata. The value of OrientationCorrection is null.
    //
    //    * If the image doesn't contain orientation information in its Exif metadata,
    //    Amazon Rekognition returns an estimated orientation (ROTATE_0, ROTATE_90,
    //    ROTATE_180, ROTATE_270). Amazon Rekognition doesn’t perform image correction
    //    for images. The bounding box coordinates aren't translated and represent
    //    the object locations before the image is rotated.
    //
    // Bounding box information is returned in the FaceRecords array. You can get
    // the version of the face detection model by calling DescribeCollection.
    OrientationCorrection *string `type:"string" enum:"OrientationCorrection"`

    // An array of faces that were detected in the image but weren't indexed. They
    // weren't indexed because the quality filter identified them as low quality,
    // or the MaxFaces request parameter filtered them out. To use the quality filter,
    // you specify the QualityFilter request parameter.
    UnindexedFaces []*UnindexedFace `type:"list"`
    // contains filtered or unexported fields
}

func (IndexFacesOutput) GoString

func (s IndexFacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IndexFacesOutput) SetFaceModelVersion

func (s *IndexFacesOutput) SetFaceModelVersion(v string) *IndexFacesOutput

SetFaceModelVersion sets the FaceModelVersion field's value.

func (*IndexFacesOutput) SetFaceRecords

func (s *IndexFacesOutput) SetFaceRecords(v []*FaceRecord) *IndexFacesOutput

SetFaceRecords sets the FaceRecords field's value.

func (*IndexFacesOutput) SetOrientationCorrection

func (s *IndexFacesOutput) SetOrientationCorrection(v string) *IndexFacesOutput

SetOrientationCorrection sets the OrientationCorrection field's value.

func (*IndexFacesOutput) SetUnindexedFaces

func (s *IndexFacesOutput) SetUnindexedFaces(v []*UnindexedFace) *IndexFacesOutput

SetUnindexedFaces sets the UnindexedFaces field's value.

func (IndexFacesOutput) String

func (s IndexFacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Instance

type Instance struct {

    // The position of the label instance on the image.
    BoundingBox *BoundingBox `type:"structure"`

    // The confidence that Amazon Rekognition has in the accuracy of the bounding
    // box.
    Confidence *float64 `type:"float"`

    // The dominant colors found in an individual instance of a label.
    DominantColors []*DominantColor `type:"list"`
    // contains filtered or unexported fields
}

An instance of a label returned by Amazon Rekognition Image (DetectLabels) or by Amazon Rekognition Video (GetLabelDetection).

func (Instance) GoString

func (s Instance) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Instance) SetBoundingBox

func (s *Instance) SetBoundingBox(v *BoundingBox) *Instance

SetBoundingBox sets the BoundingBox field's value.

func (*Instance) SetConfidence

func (s *Instance) SetConfidence(v float64) *Instance

SetConfidence sets the Confidence field's value.

func (*Instance) SetDominantColors

func (s *Instance) SetDominantColors(v []*DominantColor) *Instance

SetDominantColors sets the DominantColors field's value.

func (Instance) String

func (s Instance) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalServerError

type InternalServerError struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Amazon Rekognition experienced a service issue. Try your call again.

func (*InternalServerError) Code

func (s *InternalServerError) Code() string

Code returns the exception type name.

func (*InternalServerError) Error

func (s *InternalServerError) Error() string

func (InternalServerError) GoString

func (s InternalServerError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalServerError) Message

func (s *InternalServerError) Message() string

Message returns the exception's message.

func (*InternalServerError) OrigErr

func (s *InternalServerError) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerError) RequestID

func (s *InternalServerError) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerError) StatusCode

func (s *InternalServerError) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerError) String

func (s InternalServerError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidImageFormatException

type InvalidImageFormatException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The provided image format is not supported.

func (*InvalidImageFormatException) Code

func (s *InvalidImageFormatException) Code() string

Code returns the exception type name.

func (*InvalidImageFormatException) Error

func (s *InvalidImageFormatException) Error() string

func (InvalidImageFormatException) GoString

func (s InvalidImageFormatException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidImageFormatException) Message

func (s *InvalidImageFormatException) Message() string

Message returns the exception's message.

func (*InvalidImageFormatException) OrigErr

func (s *InvalidImageFormatException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidImageFormatException) RequestID

func (s *InvalidImageFormatException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidImageFormatException) StatusCode

func (s *InvalidImageFormatException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidImageFormatException) String

func (s InvalidImageFormatException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidManifestException

type InvalidManifestException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Indicates that a provided manifest file is empty or larger than the allowed limit.

func (*InvalidManifestException) Code

func (s *InvalidManifestException) Code() string

Code returns the exception type name.

func (*InvalidManifestException) Error

func (s *InvalidManifestException) Error() string

func (InvalidManifestException) GoString

func (s InvalidManifestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidManifestException) Message

func (s *InvalidManifestException) Message() string

Message returns the exception's message.

func (*InvalidManifestException) OrigErr

func (s *InvalidManifestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidManifestException) RequestID

func (s *InvalidManifestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidManifestException) StatusCode

func (s *InvalidManifestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidManifestException) String

func (s InvalidManifestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidPaginationTokenException

type InvalidPaginationTokenException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Pagination token in the request is not valid.

func (*InvalidPaginationTokenException) Code

func (s *InvalidPaginationTokenException) Code() string

Code returns the exception type name.

func (*InvalidPaginationTokenException) Error

func (s *InvalidPaginationTokenException) Error() string

func (InvalidPaginationTokenException) GoString

func (s InvalidPaginationTokenException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidPaginationTokenException) Message

func (s *InvalidPaginationTokenException) Message() string

Message returns the exception's message.

func (*InvalidPaginationTokenException) OrigErr

func (s *InvalidPaginationTokenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPaginationTokenException) RequestID

func (s *InvalidPaginationTokenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPaginationTokenException) StatusCode

func (s *InvalidPaginationTokenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidPaginationTokenException) String

func (s InvalidPaginationTokenException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidParameterException

type InvalidParameterException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Input parameter violated a constraint. Validate your parameter before calling the API operation again.

func (*InvalidParameterException) Code

func (s *InvalidParameterException) Code() string

Code returns the exception type name.

func (*InvalidParameterException) Error

func (s *InvalidParameterException) Error() string

func (InvalidParameterException) GoString

func (s InvalidParameterException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidParameterException) Message

func (s *InvalidParameterException) Message() string

Message returns the exception's message.

func (*InvalidParameterException) OrigErr

func (s *InvalidParameterException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidParameterException) RequestID

func (s *InvalidParameterException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidParameterException) StatusCode

func (s *InvalidParameterException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidParameterException) String

func (s InvalidParameterException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidPolicyRevisionIdException

type InvalidPolicyRevisionIdException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The supplied revision id for the project policy is invalid.

func (*InvalidPolicyRevisionIdException) Code

func (s *InvalidPolicyRevisionIdException) Code() string

Code returns the exception type name.

func (*InvalidPolicyRevisionIdException) Error

func (s *InvalidPolicyRevisionIdException) Error() string

func (InvalidPolicyRevisionIdException) GoString

func (s InvalidPolicyRevisionIdException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidPolicyRevisionIdException) Message

func (s *InvalidPolicyRevisionIdException) Message() string

Message returns the exception's message.

func (*InvalidPolicyRevisionIdException) OrigErr

func (s *InvalidPolicyRevisionIdException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidPolicyRevisionIdException) RequestID

func (s *InvalidPolicyRevisionIdException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidPolicyRevisionIdException) StatusCode

func (s *InvalidPolicyRevisionIdException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidPolicyRevisionIdException) String

func (s InvalidPolicyRevisionIdException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidS3ObjectException

type InvalidS3ObjectException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Amazon Rekognition is unable to access the S3 object specified in the request.

func (*InvalidS3ObjectException) Code

func (s *InvalidS3ObjectException) Code() string

Code returns the exception type name.

func (*InvalidS3ObjectException) Error

func (s *InvalidS3ObjectException) Error() string

func (InvalidS3ObjectException) GoString

func (s InvalidS3ObjectException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidS3ObjectException) Message

func (s *InvalidS3ObjectException) Message() string

Message returns the exception's message.

func (*InvalidS3ObjectException) OrigErr

func (s *InvalidS3ObjectException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidS3ObjectException) RequestID

func (s *InvalidS3ObjectException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidS3ObjectException) StatusCode

func (s *InvalidS3ObjectException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidS3ObjectException) String

func (s InvalidS3ObjectException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KinesisDataStream

type KinesisDataStream struct {

    // ARN of the output Amazon Kinesis Data Streams stream.
    Arn *string `type:"string"`
    // contains filtered or unexported fields
}

The Kinesis data stream Amazon Rekognition to which the analysis results of a Amazon Rekognition stream processor are streamed. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.

func (KinesisDataStream) GoString

func (s KinesisDataStream) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisDataStream) SetArn

func (s *KinesisDataStream) SetArn(v string) *KinesisDataStream

SetArn sets the Arn field's value.

func (KinesisDataStream) String

func (s KinesisDataStream) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KinesisVideoStream

type KinesisVideoStream struct {

    // ARN of the Kinesis video stream stream that streams the source video.
    Arn *string `type:"string"`
    // contains filtered or unexported fields
}

Kinesis video stream stream that provides the source streaming video for a Amazon Rekognition Video stream processor. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.

func (KinesisVideoStream) GoString

func (s KinesisVideoStream) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisVideoStream) SetArn

func (s *KinesisVideoStream) SetArn(v string) *KinesisVideoStream

SetArn sets the Arn field's value.

func (KinesisVideoStream) String

func (s KinesisVideoStream) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KinesisVideoStreamStartSelector

type KinesisVideoStreamStartSelector struct {

    // The unique identifier of the fragment. This value monotonically increases
    // based on the ingestion order.
    FragmentNumber *string `min:"1" type:"string"`

    // The timestamp from the producer corresponding to the fragment, in milliseconds,
    // expressed in unix time format.
    ProducerTimestamp *int64 `type:"long"`
    // contains filtered or unexported fields
}

Specifies the starting point in a Kinesis stream to start processing. You can use the producer timestamp or the fragment number. One of either producer timestamp or fragment number is required. If you use the producer timestamp, you must put the time in milliseconds. For more information about fragment numbers, see Fragment (https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_reader_Fragment.html).

func (KinesisVideoStreamStartSelector) GoString

func (s KinesisVideoStreamStartSelector) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisVideoStreamStartSelector) SetFragmentNumber

func (s *KinesisVideoStreamStartSelector) SetFragmentNumber(v string) *KinesisVideoStreamStartSelector

SetFragmentNumber sets the FragmentNumber field's value.

func (*KinesisVideoStreamStartSelector) SetProducerTimestamp

func (s *KinesisVideoStreamStartSelector) SetProducerTimestamp(v int64) *KinesisVideoStreamStartSelector

SetProducerTimestamp sets the ProducerTimestamp field's value.

func (KinesisVideoStreamStartSelector) String

func (s KinesisVideoStreamStartSelector) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisVideoStreamStartSelector) Validate

func (s *KinesisVideoStreamStartSelector) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KnownGender

type KnownGender struct {

    // A string value of the KnownGender info about the Celebrity.
    Type *string `type:"string" enum:"KnownGenderType"`
    // contains filtered or unexported fields
}

The known gender identity for the celebrity that matches the provided ID. The known gender identity can be Male, Female, Nonbinary, or Unlisted.

func (KnownGender) GoString

func (s KnownGender) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KnownGender) SetType

func (s *KnownGender) SetType(v string) *KnownGender

SetType sets the Type field's value.

func (KnownGender) String

func (s KnownGender) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Label

type Label struct {

    // A list of potential aliases for a given label.
    Aliases []*LabelAlias `type:"list"`

    // A list of the categories associated with a given label.
    Categories []*LabelCategory `type:"list"`

    // Level of confidence.
    Confidence *float64 `type:"float"`

    // If Label represents an object, Instances contains the bounding boxes for
    // each instance of the detected object. Bounding boxes are returned for common
    // object labels such as people, cars, furniture, apparel or pets.
    Instances []*Instance `type:"list"`

    // The name (label) of the object or scene.
    Name *string `type:"string"`

    // The parent labels for a label. The response includes all ancestor labels.
    Parents []*Parent `type:"list"`
    // contains filtered or unexported fields
}

Structure containing details about the detected label, including the name, detected instances, parent labels, and level of confidence.

func (Label) GoString

func (s Label) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Label) SetAliases

func (s *Label) SetAliases(v []*LabelAlias) *Label

SetAliases sets the Aliases field's value.

func (*Label) SetCategories

func (s *Label) SetCategories(v []*LabelCategory) *Label

SetCategories sets the Categories field's value.

func (*Label) SetConfidence

func (s *Label) SetConfidence(v float64) *Label

SetConfidence sets the Confidence field's value.

func (*Label) SetInstances

func (s *Label) SetInstances(v []*Instance) *Label

SetInstances sets the Instances field's value.

func (*Label) SetName

func (s *Label) SetName(v string) *Label

SetName sets the Name field's value.

func (*Label) SetParents

func (s *Label) SetParents(v []*Parent) *Label

SetParents sets the Parents field's value.

func (Label) String

func (s Label) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LabelAlias

type LabelAlias struct {

    // The name of an alias for a given label.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

A potential alias of for a given label.

func (LabelAlias) GoString

func (s LabelAlias) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelAlias) SetName

func (s *LabelAlias) SetName(v string) *LabelAlias

SetName sets the Name field's value.

func (LabelAlias) String

func (s LabelAlias) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LabelCategory

type LabelCategory struct {

    // The name of a category that applies to a given label.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

The category that applies to a given label.

func (LabelCategory) GoString

func (s LabelCategory) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelCategory) SetName

func (s *LabelCategory) SetName(v string) *LabelCategory

SetName sets the Name field's value.

func (LabelCategory) String

func (s LabelCategory) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LabelDetection

type LabelDetection struct {

    // The time duration of a segment in milliseconds, I.e. time elapsed from StartTimestampMillis
    // to EndTimestampMillis.
    DurationMillis *int64 `type:"long"`

    // The time in milliseconds defining the end of the timeline segment containing
    // a continuously detected label.
    EndTimestampMillis *int64 `type:"long"`

    // Details about the detected label.
    Label *Label `type:"structure"`

    // The time in milliseconds defining the start of the timeline segment containing
    // a continuously detected label.
    StartTimestampMillis *int64 `type:"long"`

    // Time, in milliseconds from the start of the video, that the label was detected.
    // Note that Timestamp is not guaranteed to be accurate to the individual frame
    // where the label first appears.
    Timestamp *int64 `type:"long"`
    // contains filtered or unexported fields
}

Information about a label detected in a video analysis request and the time the label was detected in the video.

func (LabelDetection) GoString

func (s LabelDetection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelDetection) SetDurationMillis

func (s *LabelDetection) SetDurationMillis(v int64) *LabelDetection

SetDurationMillis sets the DurationMillis field's value.

func (*LabelDetection) SetEndTimestampMillis

func (s *LabelDetection) SetEndTimestampMillis(v int64) *LabelDetection

SetEndTimestampMillis sets the EndTimestampMillis field's value.

func (*LabelDetection) SetLabel

func (s *LabelDetection) SetLabel(v *Label) *LabelDetection

SetLabel sets the Label field's value.

func (*LabelDetection) SetStartTimestampMillis

func (s *LabelDetection) SetStartTimestampMillis(v int64) *LabelDetection

SetStartTimestampMillis sets the StartTimestampMillis field's value.

func (*LabelDetection) SetTimestamp

func (s *LabelDetection) SetTimestamp(v int64) *LabelDetection

SetTimestamp sets the Timestamp field's value.

func (LabelDetection) String

func (s LabelDetection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LabelDetectionSettings

type LabelDetectionSettings struct {

    // Contains filters for the object labels returned by DetectLabels. Filters
    // can be inclusive, exclusive, or a combination of both and can be applied
    // to individual labels or entire label categories. To see a list of label categories,
    // see Detecting Labels (https://docs.aws.amazon.com/rekognition/latest/dg/labels.html).
    GeneralLabels *GeneralLabelsSettings `type:"structure"`
    // contains filtered or unexported fields
}

Contains the specified filters that should be applied to a list of returned GENERAL_LABELS.

func (LabelDetectionSettings) GoString

func (s LabelDetectionSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelDetectionSettings) SetGeneralLabels

func (s *LabelDetectionSettings) SetGeneralLabels(v *GeneralLabelsSettings) *LabelDetectionSettings

SetGeneralLabels sets the GeneralLabels field's value.

func (LabelDetectionSettings) String

func (s LabelDetectionSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Landmark

type Landmark struct {

    // Type of landmark.
    Type *string `type:"string" enum:"LandmarkType"`

    // The x-coordinate of the landmark expressed as a ratio of the width of the
    // image. The x-coordinate is measured from the left-side of the image. For
    // example, if the image is 700 pixels wide and the x-coordinate of the landmark
    // is at 350 pixels, this value is 0.5.
    X *float64 `type:"float"`

    // The y-coordinate of the landmark expressed as a ratio of the height of the
    // image. The y-coordinate is measured from the top of the image. For example,
    // if the image height is 200 pixels and the y-coordinate of the landmark is
    // at 50 pixels, this value is 0.25.
    Y *float64 `type:"float"`
    // contains filtered or unexported fields
}

Indicates the location of the landmark on the face.

func (Landmark) GoString

func (s Landmark) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Landmark) SetType

func (s *Landmark) SetType(v string) *Landmark

SetType sets the Type field's value.

func (*Landmark) SetX

func (s *Landmark) SetX(v float64) *Landmark

SetX sets the X field's value.

func (*Landmark) SetY

func (s *Landmark) SetY(v float64) *Landmark

SetY sets the Y field's value.

func (Landmark) String

func (s Landmark) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LimitExceededException

type LimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

An Amazon Rekognition service limit was exceeded. For example, if you start too many jobs concurrently, subsequent calls to start operations (ex: StartLabelDetection) will raise a LimitExceededException exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Rekognition service limit.

func (*LimitExceededException) Code

func (s *LimitExceededException) Code() string

Code returns the exception type name.

func (*LimitExceededException) Error

func (s *LimitExceededException) Error() string

func (LimitExceededException) GoString

func (s LimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LimitExceededException) Message

func (s *LimitExceededException) Message() string

Message returns the exception's message.

func (*LimitExceededException) OrigErr

func (s *LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*LimitExceededException) RequestID

func (s *LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*LimitExceededException) StatusCode

func (s *LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String

func (s LimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCollectionsInput

type ListCollectionsInput struct {

    // Maximum number of collection IDs to return.
    MaxResults *int64 `type:"integer"`

    // Pagination token from the previous response.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListCollectionsInput) GoString

func (s ListCollectionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCollectionsInput) SetMaxResults

func (s *ListCollectionsInput) SetMaxResults(v int64) *ListCollectionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListCollectionsInput) SetNextToken

func (s *ListCollectionsInput) SetNextToken(v string) *ListCollectionsInput

SetNextToken sets the NextToken field's value.

func (ListCollectionsInput) String

func (s ListCollectionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCollectionsOutput

type ListCollectionsOutput struct {

    // An array of collection IDs.
    CollectionIds []*string `type:"list"`

    // Version numbers of the face detection models associated with the collections
    // in the array CollectionIds. For example, the value of FaceModelVersions[2]
    // is the version number for the face detection model used by the collection
    // in CollectionId[2].
    FaceModelVersions []*string `type:"list"`

    // If the result is truncated, the response provides a NextToken that you can
    // use in the subsequent request to fetch the next set of collection IDs.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListCollectionsOutput) GoString

func (s ListCollectionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCollectionsOutput) SetCollectionIds

func (s *ListCollectionsOutput) SetCollectionIds(v []*string) *ListCollectionsOutput

SetCollectionIds sets the CollectionIds field's value.

func (*ListCollectionsOutput) SetFaceModelVersions

func (s *ListCollectionsOutput) SetFaceModelVersions(v []*string) *ListCollectionsOutput

SetFaceModelVersions sets the FaceModelVersions field's value.

func (*ListCollectionsOutput) SetNextToken

func (s *ListCollectionsOutput) SetNextToken(v string) *ListCollectionsOutput

SetNextToken sets the NextToken field's value.

func (ListCollectionsOutput) String

func (s ListCollectionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDatasetEntriesInput

type ListDatasetEntriesInput struct {

    // Specifies a label filter for the response. The response includes an entry
    // only if one or more of the labels in ContainsLabels exist in the entry.
    ContainsLabels []*string `min:"1" type:"list"`

    // The Amazon Resource Name (ARN) for the dataset that you want to use.
    //
    // DatasetArn is a required field
    DatasetArn *string `min:"20" type:"string" required:"true"`

    // Specifies an error filter for the response. Specify True to only include
    // entries that have errors.
    HasErrors *bool `type:"boolean"`

    // Specify true to get only the JSON Lines where the image is labeled. Specify
    // false to get only the JSON Lines where the image isn't labeled. If you don't
    // specify Labeled, ListDatasetEntries returns JSON Lines for labeled and unlabeled
    // images.
    Labeled *bool `type:"boolean"`

    // The maximum number of results to return per paginated call. The largest value
    // you can specify is 100. If you specify a value greater than 100, a ValidationException
    // error occurs. The default value is 100.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there is more results to
    // retrieve), Amazon Rekognition Custom Labels returns a pagination token in
    // the response. You can use this pagination token to retrieve the next set
    // of results.
    NextToken *string `type:"string"`

    // If specified, ListDatasetEntries only returns JSON Lines where the value
    // of SourceRefContains is part of the source-ref field. The source-ref field
    // contains the Amazon S3 location of the image. You can use SouceRefContains
    // for tasks such as getting the JSON Line for a single image, or gettting JSON
    // Lines for all images within a specific folder.
    SourceRefContains *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListDatasetEntriesInput) GoString

func (s ListDatasetEntriesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDatasetEntriesInput) SetContainsLabels

func (s *ListDatasetEntriesInput) SetContainsLabels(v []*string) *ListDatasetEntriesInput

SetContainsLabels sets the ContainsLabels field's value.

func (*ListDatasetEntriesInput) SetDatasetArn

func (s *ListDatasetEntriesInput) SetDatasetArn(v string) *ListDatasetEntriesInput

SetDatasetArn sets the DatasetArn field's value.

func (*ListDatasetEntriesInput) SetHasErrors

func (s *ListDatasetEntriesInput) SetHasErrors(v bool) *ListDatasetEntriesInput

SetHasErrors sets the HasErrors field's value.

func (*ListDatasetEntriesInput) SetLabeled

func (s *ListDatasetEntriesInput) SetLabeled(v bool) *ListDatasetEntriesInput

SetLabeled sets the Labeled field's value.

func (*ListDatasetEntriesInput) SetMaxResults

func (s *ListDatasetEntriesInput) SetMaxResults(v int64) *ListDatasetEntriesInput

SetMaxResults sets the MaxResults field's value.

func (*ListDatasetEntriesInput) SetNextToken

func (s *ListDatasetEntriesInput) SetNextToken(v string) *ListDatasetEntriesInput

SetNextToken sets the NextToken field's value.

func (*ListDatasetEntriesInput) SetSourceRefContains

func (s *ListDatasetEntriesInput) SetSourceRefContains(v string) *ListDatasetEntriesInput

SetSourceRefContains sets the SourceRefContains field's value.

func (ListDatasetEntriesInput) String

func (s ListDatasetEntriesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDatasetEntriesInput) Validate

func (s *ListDatasetEntriesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDatasetEntriesOutput

type ListDatasetEntriesOutput struct {

    // A list of entries (images) in the dataset.
    DatasetEntries []*string `type:"list"`

    // If the previous response was incomplete (because there is more results to
    // retrieve), Amazon Rekognition Custom Labels returns a pagination token in
    // the response. You can use this pagination token to retrieve the next set
    // of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDatasetEntriesOutput) GoString

func (s ListDatasetEntriesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDatasetEntriesOutput) SetDatasetEntries

func (s *ListDatasetEntriesOutput) SetDatasetEntries(v []*string) *ListDatasetEntriesOutput

SetDatasetEntries sets the DatasetEntries field's value.

func (*ListDatasetEntriesOutput) SetNextToken

func (s *ListDatasetEntriesOutput) SetNextToken(v string) *ListDatasetEntriesOutput

SetNextToken sets the NextToken field's value.

func (ListDatasetEntriesOutput) String

func (s ListDatasetEntriesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDatasetLabelsInput

type ListDatasetLabelsInput struct {

    // The Amazon Resource Name (ARN) of the dataset that you want to use.
    //
    // DatasetArn is a required field
    DatasetArn *string `min:"20" type:"string" required:"true"`

    // The maximum number of results to return per paginated call. The largest value
    // you can specify is 100. If you specify a value greater than 100, a ValidationException
    // error occurs. The default value is 100.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there is more results to
    // retrieve), Amazon Rekognition Custom Labels returns a pagination token in
    // the response. You can use this pagination token to retrieve the next set
    // of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDatasetLabelsInput) GoString

func (s ListDatasetLabelsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDatasetLabelsInput) SetDatasetArn

func (s *ListDatasetLabelsInput) SetDatasetArn(v string) *ListDatasetLabelsInput

SetDatasetArn sets the DatasetArn field's value.

func (*ListDatasetLabelsInput) SetMaxResults

func (s *ListDatasetLabelsInput) SetMaxResults(v int64) *ListDatasetLabelsInput

SetMaxResults sets the MaxResults field's value.

func (*ListDatasetLabelsInput) SetNextToken

func (s *ListDatasetLabelsInput) SetNextToken(v string) *ListDatasetLabelsInput

SetNextToken sets the NextToken field's value.

func (ListDatasetLabelsInput) String

func (s ListDatasetLabelsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDatasetLabelsInput) Validate

func (s *ListDatasetLabelsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDatasetLabelsOutput

type ListDatasetLabelsOutput struct {

    // A list of the labels in the dataset.
    DatasetLabelDescriptions []*DatasetLabelDescription `type:"list"`

    // If the previous response was incomplete (because there is more results to
    // retrieve), Amazon Rekognition Custom Labels returns a pagination token in
    // the response. You can use this pagination token to retrieve the next set
    // of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListDatasetLabelsOutput) GoString

func (s ListDatasetLabelsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDatasetLabelsOutput) SetDatasetLabelDescriptions

func (s *ListDatasetLabelsOutput) SetDatasetLabelDescriptions(v []*DatasetLabelDescription) *ListDatasetLabelsOutput

SetDatasetLabelDescriptions sets the DatasetLabelDescriptions field's value.

func (*ListDatasetLabelsOutput) SetNextToken

func (s *ListDatasetLabelsOutput) SetNextToken(v string) *ListDatasetLabelsOutput

SetNextToken sets the NextToken field's value.

func (ListDatasetLabelsOutput) String

func (s ListDatasetLabelsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListFacesInput

type ListFacesInput struct {

    // ID of the collection from which to list the faces.
    //
    // CollectionId is a required field
    CollectionId *string `min:"1" type:"string" required:"true"`

    // An array of face IDs to filter results with when listing faces in a collection.
    FaceIds []*string `min:"1" type:"list"`

    // Maximum number of faces to return.
    MaxResults *int64 `type:"integer"`

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Rekognition returns a pagination token in the response. You can use
    // this pagination token to retrieve the next set of faces.
    NextToken *string `type:"string"`

    // An array of user IDs to filter results with when listing faces in a collection.
    UserId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListFacesInput) GoString

func (s ListFacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFacesInput) SetCollectionId

func (s *ListFacesInput) SetCollectionId(v string) *ListFacesInput

SetCollectionId sets the CollectionId field's value.

func (*ListFacesInput) SetFaceIds

func (s *ListFacesInput) SetFaceIds(v []*string) *ListFacesInput

SetFaceIds sets the FaceIds field's value.

func (*ListFacesInput) SetMaxResults

func (s *ListFacesInput) SetMaxResults(v int64) *ListFacesInput

SetMaxResults sets the MaxResults field's value.

func (*ListFacesInput) SetNextToken

func (s *ListFacesInput) SetNextToken(v string) *ListFacesInput

SetNextToken sets the NextToken field's value.

func (*ListFacesInput) SetUserId

func (s *ListFacesInput) SetUserId(v string) *ListFacesInput

SetUserId sets the UserId field's value.

func (ListFacesInput) String

func (s ListFacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFacesInput) Validate

func (s *ListFacesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListFacesOutput

type ListFacesOutput struct {

    // Version number of the face detection model associated with the input collection
    // (CollectionId).
    FaceModelVersion *string `type:"string"`

    // An array of Face objects.
    Faces []*Face `type:"list"`

    // If the response is truncated, Amazon Rekognition returns this token that
    // you can use in the subsequent request to retrieve the next set of faces.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListFacesOutput) GoString

func (s ListFacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFacesOutput) SetFaceModelVersion

func (s *ListFacesOutput) SetFaceModelVersion(v string) *ListFacesOutput

SetFaceModelVersion sets the FaceModelVersion field's value.

func (*ListFacesOutput) SetFaces

func (s *ListFacesOutput) SetFaces(v []*Face) *ListFacesOutput

SetFaces sets the Faces field's value.

func (*ListFacesOutput) SetNextToken

func (s *ListFacesOutput) SetNextToken(v string) *ListFacesOutput

SetNextToken sets the NextToken field's value.

func (ListFacesOutput) String

func (s ListFacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListMediaAnalysisJobsInput

type ListMediaAnalysisJobsInput struct {

    // The maximum number of results to return per paginated call. The largest value
    // user can specify is 100. If user specifies a value greater than 100, an InvalidParameterException
    // error occurs. The default value is 100.
    MaxResults *int64 `min:"1" type:"integer"`

    // Pagination token, if the previous response was incomplete.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListMediaAnalysisJobsInput) GoString

func (s ListMediaAnalysisJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMediaAnalysisJobsInput) SetMaxResults

func (s *ListMediaAnalysisJobsInput) SetMaxResults(v int64) *ListMediaAnalysisJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListMediaAnalysisJobsInput) SetNextToken

func (s *ListMediaAnalysisJobsInput) SetNextToken(v string) *ListMediaAnalysisJobsInput

SetNextToken sets the NextToken field's value.

func (ListMediaAnalysisJobsInput) String

func (s ListMediaAnalysisJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMediaAnalysisJobsInput) Validate

func (s *ListMediaAnalysisJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListMediaAnalysisJobsOutput

type ListMediaAnalysisJobsOutput struct {

    // Contains a list of all media analysis jobs.
    //
    // MediaAnalysisJobs is a required field
    MediaAnalysisJobs []*MediaAnalysisJobDescription `type:"list" required:"true"`

    // Pagination token, if the previous response was incomplete.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListMediaAnalysisJobsOutput) GoString

func (s ListMediaAnalysisJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMediaAnalysisJobsOutput) SetMediaAnalysisJobs

func (s *ListMediaAnalysisJobsOutput) SetMediaAnalysisJobs(v []*MediaAnalysisJobDescription) *ListMediaAnalysisJobsOutput

SetMediaAnalysisJobs sets the MediaAnalysisJobs field's value.

func (*ListMediaAnalysisJobsOutput) SetNextToken

func (s *ListMediaAnalysisJobsOutput) SetNextToken(v string) *ListMediaAnalysisJobsOutput

SetNextToken sets the NextToken field's value.

func (ListMediaAnalysisJobsOutput) String

func (s ListMediaAnalysisJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProjectPoliciesInput

type ListProjectPoliciesInput struct {

    // The maximum number of results to return per paginated call. The largest value
    // you can specify is 5. If you specify a value greater than 5, a ValidationException
    // error occurs. The default value is 5.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there is more results to
    // retrieve), Amazon Rekognition Custom Labels returns a pagination token in
    // the response. You can use this pagination token to retrieve the next set
    // of results.
    NextToken *string `type:"string"`

    // The ARN of the project for which you want to list the project policies.
    //
    // ProjectArn is a required field
    ProjectArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListProjectPoliciesInput) GoString

func (s ListProjectPoliciesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProjectPoliciesInput) SetMaxResults

func (s *ListProjectPoliciesInput) SetMaxResults(v int64) *ListProjectPoliciesInput

SetMaxResults sets the MaxResults field's value.

func (*ListProjectPoliciesInput) SetNextToken

func (s *ListProjectPoliciesInput) SetNextToken(v string) *ListProjectPoliciesInput

SetNextToken sets the NextToken field's value.

func (*ListProjectPoliciesInput) SetProjectArn

func (s *ListProjectPoliciesInput) SetProjectArn(v string) *ListProjectPoliciesInput

SetProjectArn sets the ProjectArn field's value.

func (ListProjectPoliciesInput) String

func (s ListProjectPoliciesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProjectPoliciesInput) Validate

func (s *ListProjectPoliciesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListProjectPoliciesOutput

type ListProjectPoliciesOutput struct {

    // If the response is truncated, Amazon Rekognition returns this token that
    // you can use in the subsequent request to retrieve the next set of project
    // policies.
    NextToken *string `type:"string"`

    // A list of project policies attached to the project.
    ProjectPolicies []*ProjectPolicy `type:"list"`
    // contains filtered or unexported fields
}

func (ListProjectPoliciesOutput) GoString

func (s ListProjectPoliciesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProjectPoliciesOutput) SetNextToken

func (s *ListProjectPoliciesOutput) SetNextToken(v string) *ListProjectPoliciesOutput

SetNextToken sets the NextToken field's value.

func (*ListProjectPoliciesOutput) SetProjectPolicies

func (s *ListProjectPoliciesOutput) SetProjectPolicies(v []*ProjectPolicy) *ListProjectPoliciesOutput

SetProjectPolicies sets the ProjectPolicies field's value.

func (ListProjectPoliciesOutput) String

func (s ListProjectPoliciesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListStreamProcessorsInput

type ListStreamProcessorsInput struct {

    // Maximum number of stream processors you want Amazon Rekognition Video to
    // return in the response. The default is 1000.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there are more stream processors
    // to retrieve), Amazon Rekognition Video returns a pagination token in the
    // response. You can use this pagination token to retrieve the next set of stream
    // processors.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListStreamProcessorsInput) GoString

func (s ListStreamProcessorsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStreamProcessorsInput) SetMaxResults

func (s *ListStreamProcessorsInput) SetMaxResults(v int64) *ListStreamProcessorsInput

SetMaxResults sets the MaxResults field's value.

func (*ListStreamProcessorsInput) SetNextToken

func (s *ListStreamProcessorsInput) SetNextToken(v string) *ListStreamProcessorsInput

SetNextToken sets the NextToken field's value.

func (ListStreamProcessorsInput) String

func (s ListStreamProcessorsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStreamProcessorsInput) Validate

func (s *ListStreamProcessorsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListStreamProcessorsOutput

type ListStreamProcessorsOutput struct {

    // If the response is truncated, Amazon Rekognition Video returns this token
    // that you can use in the subsequent request to retrieve the next set of stream
    // processors.
    NextToken *string `type:"string"`

    // List of stream processors that you have created.
    StreamProcessors []*StreamProcessor `type:"list"`
    // contains filtered or unexported fields
}

func (ListStreamProcessorsOutput) GoString

func (s ListStreamProcessorsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStreamProcessorsOutput) SetNextToken

func (s *ListStreamProcessorsOutput) SetNextToken(v string) *ListStreamProcessorsOutput

SetNextToken sets the NextToken field's value.

func (*ListStreamProcessorsOutput) SetStreamProcessors

func (s *ListStreamProcessorsOutput) SetStreamProcessors(v []*StreamProcessor) *ListStreamProcessorsOutput

SetStreamProcessors sets the StreamProcessors field's value.

func (ListStreamProcessorsOutput) String

func (s ListStreamProcessorsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // Amazon Resource Name (ARN) of the model, collection, or stream processor
    // that contains the tags that you want a list of.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // A list of key-value tags assigned to the resource.
    Tags map[string]*string `type:"map"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".