Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractAmazonRekognition - Class in com.amazonaws.services.rekognition
Abstract implementation of AmazonRekognition.
AbstractAmazonRekognition() - Constructor for class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
AbstractAmazonRekognitionAsync - Class in com.amazonaws.services.rekognition
Abstract implementation of AmazonRekognitionAsync.
AbstractAmazonRekognitionAsync() - Constructor for class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
AccessDeniedException - Exception in com.amazonaws.services.rekognition.model
You are not authorized to perform the action.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.rekognition.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
AgeRange - Class in com.amazonaws.services.rekognition.model
Structure containing the estimated age range, in years, for a face.
AgeRange() - Constructor for class com.amazonaws.services.rekognition.model.AgeRange
 
AmazonRekognition - Interface in com.amazonaws.services.rekognition
Interface for accessing Amazon Rekognition.
AmazonRekognitionAsync - Interface in com.amazonaws.services.rekognition
Interface for accessing Amazon Rekognition asynchronously.
AmazonRekognitionAsyncClient - Class in com.amazonaws.services.rekognition
Client for accessing Amazon Rekognition asynchronously.
AmazonRekognitionAsyncClient() - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
AmazonRekognitionAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
AmazonRekognitionAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
AmazonRekognitionAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
AmazonRekognitionAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
AmazonRekognitionAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
AmazonRekognitionAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
AmazonRekognitionAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
AmazonRekognitionAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
AmazonRekognitionAsyncClientBuilder - Class in com.amazonaws.services.rekognition
Fluent builder for AmazonRekognitionAsync.
AmazonRekognitionClient - Class in com.amazonaws.services.rekognition
Client for accessing Amazon Rekognition.
AmazonRekognitionClient() - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
AmazonRekognitionClient(ClientConfiguration) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
AmazonRekognitionClient(AWSCredentials) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonRekognitionClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonRekognitionClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
AmazonRekognitionClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
AmazonRekognitionClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
AmazonRekognitionClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
AmazonRekognitionClientBuilder - Class in com.amazonaws.services.rekognition
Fluent builder for AmazonRekognition.
AmazonRekognitionException - Exception in com.amazonaws.services.rekognition.model
Base exception for all service exceptions thrown by Amazon Rekognition
AmazonRekognitionException(String) - Constructor for exception com.amazonaws.services.rekognition.model.AmazonRekognitionException
Constructs a new AmazonRekognitionException with the specified error message.
AmazonRekognitionWaiters - Class in com.amazonaws.services.rekognition.waiters
 
AmazonRekognitionWaiters(AmazonRekognition) - Constructor for class com.amazonaws.services.rekognition.waiters.AmazonRekognitionWaiters
Constructs a new AmazonRekognitionWaiters with the given client
apply(DescribeProjectVersionsRequest) - Method in class com.amazonaws.services.rekognition.waiters.DescribeProjectVersionsFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
Asset - Class in com.amazonaws.services.rekognition.model
Assets are the images that you use to train and evaluate a model version.
Asset() - Constructor for class com.amazonaws.services.rekognition.model.Asset
 
asyncBuilder() - Static method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
Attribute - Enum in com.amazonaws.services.rekognition.model
 
AudioMetadata - Class in com.amazonaws.services.rekognition.model
Metadata information about an audio stream.
AudioMetadata() - Constructor for class com.amazonaws.services.rekognition.model.AudioMetadata
 

B

Beard - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the face has a beard, and the confidence level in the determination.
Beard() - Constructor for class com.amazonaws.services.rekognition.model.Beard
 
BoundingBox - Class in com.amazonaws.services.rekognition.model
Identifies the bounding box around the label, face, or text.
BoundingBox() - Constructor for class com.amazonaws.services.rekognition.model.BoundingBox
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClientBuilder
Construct an asynchronous implementation of AmazonRekognitionAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClientBuilder
Construct a synchronous implementation of AmazonRekognition using the current builder configuration.
builder() - Static method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
 

C

Celebrity - Class in com.amazonaws.services.rekognition.model
Provides information about a celebrity recognized by the RecognizeCelebrities operation.
Celebrity() - Constructor for class com.amazonaws.services.rekognition.model.Celebrity
 
CelebrityDetail - Class in com.amazonaws.services.rekognition.model
Information about a recognized celebrity.
CelebrityDetail() - Constructor for class com.amazonaws.services.rekognition.model.CelebrityDetail
 
CelebrityRecognition - Class in com.amazonaws.services.rekognition.model
Information about a detected celebrity and the time the celebrity was detected in a stored video.
CelebrityRecognition() - Constructor for class com.amazonaws.services.rekognition.model.CelebrityRecognition
 
CelebrityRecognitionSortBy - Enum in com.amazonaws.services.rekognition.model
 
clone() - Method in class com.amazonaws.services.rekognition.model.AgeRange
 
clone() - Method in class com.amazonaws.services.rekognition.model.Asset
 
clone() - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
 
clone() - Method in class com.amazonaws.services.rekognition.model.Beard
 
clone() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
 
clone() - Method in class com.amazonaws.services.rekognition.model.Celebrity
 
clone() - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
 
clone() - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
 
clone() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
 
clone() - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
 
clone() - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
 
clone() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
 
clone() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.CreateProjectRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.CreateProjectResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.CustomLabel
 
clone() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectTextRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.Emotion
 
clone() - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
 
clone() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
 
clone() - Method in class com.amazonaws.services.rekognition.model.Face
 
clone() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
 
clone() - Method in class com.amazonaws.services.rekognition.model.FaceDetection
 
clone() - Method in class com.amazonaws.services.rekognition.model.FaceMatch
 
clone() - Method in class com.amazonaws.services.rekognition.model.FaceRecord
 
clone() - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
 
clone() - Method in class com.amazonaws.services.rekognition.model.Gender
 
clone() - Method in class com.amazonaws.services.rekognition.model.Geometry
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.GroundTruthManifest
 
clone() - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
 
clone() - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
 
clone() - Method in class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
 
clone() - Method in class com.amazonaws.services.rekognition.model.Image
 
clone() - Method in class com.amazonaws.services.rekognition.model.ImageQuality
 
clone() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.Instance
 
clone() - Method in class com.amazonaws.services.rekognition.model.KinesisDataStream
 
clone() - Method in class com.amazonaws.services.rekognition.model.KinesisVideoStream
 
clone() - Method in class com.amazonaws.services.rekognition.model.Label
 
clone() - Method in class com.amazonaws.services.rekognition.model.LabelDetection
 
clone() - Method in class com.amazonaws.services.rekognition.model.Landmark
 
clone() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
 
clone() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
 
clone() - Method in class com.amazonaws.services.rekognition.model.Mustache
 
clone() - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
 
clone() - Method in class com.amazonaws.services.rekognition.model.OutputConfig
 
clone() - Method in class com.amazonaws.services.rekognition.model.Parent
 
clone() - Method in class com.amazonaws.services.rekognition.model.PersonDetail
 
clone() - Method in class com.amazonaws.services.rekognition.model.PersonDetection
 
clone() - Method in class com.amazonaws.services.rekognition.model.PersonMatch
 
clone() - Method in class com.amazonaws.services.rekognition.model.Point
 
clone() - Method in class com.amazonaws.services.rekognition.model.Pose
 
clone() - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
 
clone() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
 
clone() - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.RegionOfInterest
 
clone() - Method in class com.amazonaws.services.rekognition.model.S3Object
 
clone() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
 
clone() - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
 
clone() - Method in class com.amazonaws.services.rekognition.model.ShotSegment
 
clone() - Method in class com.amazonaws.services.rekognition.model.Smile
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartShotDetectionFilter
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartTechnicalCueDetectionFilter
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorRequest
 
clone() - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
 
clone() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorInput
 
clone() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorOutput
 
clone() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorSettings
 
clone() - Method in class com.amazonaws.services.rekognition.model.Summary
 
clone() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
 
clone() - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
 
clone() - Method in class com.amazonaws.services.rekognition.model.TestingData
 
clone() - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.TextDetection
 
clone() - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.TrainingData
 
clone() - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
 
clone() - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
 
clone() - Method in class com.amazonaws.services.rekognition.model.Video
 
clone() - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
 
com.amazonaws.services.rekognition - package com.amazonaws.services.rekognition
This is the Amazon Rekognition API reference.
com.amazonaws.services.rekognition.model - package com.amazonaws.services.rekognition.model
 
com.amazonaws.services.rekognition.waiters - package com.amazonaws.services.rekognition.waiters
 
ComparedFace - Class in com.amazonaws.services.rekognition.model
Provides face metadata for target image faces that are analyzed by CompareFaces and RecognizeCelebrities.
ComparedFace() - Constructor for class com.amazonaws.services.rekognition.model.ComparedFace
 
ComparedSourceImageFace - Class in com.amazonaws.services.rekognition.model
Type that describes the face Amazon Rekognition chose to compare with the faces in the target.
ComparedSourceImageFace() - Constructor for class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
 
compareFaces(CompareFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
compareFaces(CompareFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Compares a face in the source input image with each of the 100 largest faces detected in the target input image.
compareFaces(CompareFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Compares a face in the source input image with each of the 100 largest faces detected in the target input image.
compareFacesAsync(CompareFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
compareFacesAsync(CompareFacesRequest, AsyncHandler<CompareFacesRequest, CompareFacesResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
compareFacesAsync(CompareFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Compares a face in the source input image with each of the 100 largest faces detected in the target input image.
compareFacesAsync(CompareFacesRequest, AsyncHandler<CompareFacesRequest, CompareFacesResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Compares a face in the source input image with each of the 100 largest faces detected in the target input image.
compareFacesAsync(CompareFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
compareFacesAsync(CompareFacesRequest, AsyncHandler<CompareFacesRequest, CompareFacesResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
CompareFacesMatch - Class in com.amazonaws.services.rekognition.model
Provides information about a face in a target image that matches the source image face analyzed by CompareFaces.
CompareFacesMatch() - Constructor for class com.amazonaws.services.rekognition.model.CompareFacesMatch
 
CompareFacesRequest - Class in com.amazonaws.services.rekognition.model
 
CompareFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.CompareFacesRequest
 
CompareFacesResult - Class in com.amazonaws.services.rekognition.model
 
CompareFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.CompareFacesResult
 
configFactory - Static variable in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Client configuration factory providing ClientConfigurations tailored to this client
ContentClassifier - Enum in com.amazonaws.services.rekognition.model
 
ContentModerationDetection - Class in com.amazonaws.services.rekognition.model
Information about an unsafe content label detection in a stored video.
ContentModerationDetection() - Constructor for class com.amazonaws.services.rekognition.model.ContentModerationDetection
 
ContentModerationSortBy - Enum in com.amazonaws.services.rekognition.model
 
createCollection(CreateCollectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
createCollection(CreateCollectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Creates a collection in an AWS Region.
createCollection(CreateCollectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Creates a collection in an AWS Region.
createCollectionAsync(CreateCollectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
createCollectionAsync(CreateCollectionRequest, AsyncHandler<CreateCollectionRequest, CreateCollectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
createCollectionAsync(CreateCollectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Creates a collection in an AWS Region.
createCollectionAsync(CreateCollectionRequest, AsyncHandler<CreateCollectionRequest, CreateCollectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Creates a collection in an AWS Region.
createCollectionAsync(CreateCollectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
createCollectionAsync(CreateCollectionRequest, AsyncHandler<CreateCollectionRequest, CreateCollectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
CreateCollectionRequest - Class in com.amazonaws.services.rekognition.model
 
CreateCollectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.CreateCollectionRequest
 
CreateCollectionResult - Class in com.amazonaws.services.rekognition.model
 
CreateCollectionResult() - Constructor for class com.amazonaws.services.rekognition.model.CreateCollectionResult
 
createProject(CreateProjectRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
createProject(CreateProjectRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Creates a new Amazon Rekognition Custom Labels project.
createProject(CreateProjectRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Creates a new Amazon Rekognition Custom Labels project.
createProjectAsync(CreateProjectRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
createProjectAsync(CreateProjectRequest, AsyncHandler<CreateProjectRequest, CreateProjectResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
createProjectAsync(CreateProjectRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Creates a new Amazon Rekognition Custom Labels project.
createProjectAsync(CreateProjectRequest, AsyncHandler<CreateProjectRequest, CreateProjectResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Creates a new Amazon Rekognition Custom Labels project.
createProjectAsync(CreateProjectRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
createProjectAsync(CreateProjectRequest, AsyncHandler<CreateProjectRequest, CreateProjectResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
CreateProjectRequest - Class in com.amazonaws.services.rekognition.model
 
CreateProjectRequest() - Constructor for class com.amazonaws.services.rekognition.model.CreateProjectRequest
 
CreateProjectResult - Class in com.amazonaws.services.rekognition.model
 
CreateProjectResult() - Constructor for class com.amazonaws.services.rekognition.model.CreateProjectResult
 
createProjectVersion(CreateProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
createProjectVersion(CreateProjectVersionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Creates a new version of a model and begins training.
createProjectVersion(CreateProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Creates a new version of a model and begins training.
createProjectVersionAsync(CreateProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
createProjectVersionAsync(CreateProjectVersionRequest, AsyncHandler<CreateProjectVersionRequest, CreateProjectVersionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
createProjectVersionAsync(CreateProjectVersionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Creates a new version of a model and begins training.
createProjectVersionAsync(CreateProjectVersionRequest, AsyncHandler<CreateProjectVersionRequest, CreateProjectVersionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Creates a new version of a model and begins training.
createProjectVersionAsync(CreateProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
createProjectVersionAsync(CreateProjectVersionRequest, AsyncHandler<CreateProjectVersionRequest, CreateProjectVersionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
CreateProjectVersionRequest - Class in com.amazonaws.services.rekognition.model
 
CreateProjectVersionRequest() - Constructor for class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
 
CreateProjectVersionResult - Class in com.amazonaws.services.rekognition.model
 
CreateProjectVersionResult() - Constructor for class com.amazonaws.services.rekognition.model.CreateProjectVersionResult
 
createStreamProcessor(CreateStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
createStreamProcessor(CreateStreamProcessorRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces in a streaming video.
createStreamProcessor(CreateStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces in a streaming video.
createStreamProcessorAsync(CreateStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
createStreamProcessorAsync(CreateStreamProcessorRequest, AsyncHandler<CreateStreamProcessorRequest, CreateStreamProcessorResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
createStreamProcessorAsync(CreateStreamProcessorRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces in a streaming video.
createStreamProcessorAsync(CreateStreamProcessorRequest, AsyncHandler<CreateStreamProcessorRequest, CreateStreamProcessorResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces in a streaming video.
createStreamProcessorAsync(CreateStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
createStreamProcessorAsync(CreateStreamProcessorRequest, AsyncHandler<CreateStreamProcessorRequest, CreateStreamProcessorResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
CreateStreamProcessorRequest - Class in com.amazonaws.services.rekognition.model
 
CreateStreamProcessorRequest() - Constructor for class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
 
CreateStreamProcessorResult - Class in com.amazonaws.services.rekognition.model
 
CreateStreamProcessorResult() - Constructor for class com.amazonaws.services.rekognition.model.CreateStreamProcessorResult
 
CustomLabel - Class in com.amazonaws.services.rekognition.model
A custom label detected in an image by a call to DetectCustomLabels.
CustomLabel() - Constructor for class com.amazonaws.services.rekognition.model.CustomLabel
 

D

defaultClient() - Static method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.rekognition.AmazonRekognitionClientBuilder
 
deleteCollection(DeleteCollectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
deleteCollection(DeleteCollectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Deletes the specified collection.
deleteCollection(DeleteCollectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deletes the specified collection.
deleteCollectionAsync(DeleteCollectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
deleteCollectionAsync(DeleteCollectionRequest, AsyncHandler<DeleteCollectionRequest, DeleteCollectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
deleteCollectionAsync(DeleteCollectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Deletes the specified collection.
deleteCollectionAsync(DeleteCollectionRequest, AsyncHandler<DeleteCollectionRequest, DeleteCollectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Deletes the specified collection.
deleteCollectionAsync(DeleteCollectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
deleteCollectionAsync(DeleteCollectionRequest, AsyncHandler<DeleteCollectionRequest, DeleteCollectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DeleteCollectionRequest - Class in com.amazonaws.services.rekognition.model
 
DeleteCollectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
 
DeleteCollectionResult - Class in com.amazonaws.services.rekognition.model
 
DeleteCollectionResult() - Constructor for class com.amazonaws.services.rekognition.model.DeleteCollectionResult
 
deleteFaces(DeleteFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
deleteFaces(DeleteFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Deletes faces from a collection.
deleteFaces(DeleteFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deletes faces from a collection.
deleteFacesAsync(DeleteFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
deleteFacesAsync(DeleteFacesRequest, AsyncHandler<DeleteFacesRequest, DeleteFacesResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
deleteFacesAsync(DeleteFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Deletes faces from a collection.
deleteFacesAsync(DeleteFacesRequest, AsyncHandler<DeleteFacesRequest, DeleteFacesResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Deletes faces from a collection.
deleteFacesAsync(DeleteFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
deleteFacesAsync(DeleteFacesRequest, AsyncHandler<DeleteFacesRequest, DeleteFacesResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DeleteFacesRequest - Class in com.amazonaws.services.rekognition.model
 
DeleteFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.DeleteFacesRequest
 
DeleteFacesResult - Class in com.amazonaws.services.rekognition.model
 
DeleteFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.DeleteFacesResult
 
deleteProject(DeleteProjectRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
deleteProject(DeleteProjectRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Deletes an Amazon Rekognition Custom Labels project.
deleteProject(DeleteProjectRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deletes an Amazon Rekognition Custom Labels project.
deleteProjectAsync(DeleteProjectRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
deleteProjectAsync(DeleteProjectRequest, AsyncHandler<DeleteProjectRequest, DeleteProjectResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
deleteProjectAsync(DeleteProjectRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Deletes an Amazon Rekognition Custom Labels project.
deleteProjectAsync(DeleteProjectRequest, AsyncHandler<DeleteProjectRequest, DeleteProjectResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Deletes an Amazon Rekognition Custom Labels project.
deleteProjectAsync(DeleteProjectRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
deleteProjectAsync(DeleteProjectRequest, AsyncHandler<DeleteProjectRequest, DeleteProjectResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DeleteProjectRequest - Class in com.amazonaws.services.rekognition.model
 
DeleteProjectRequest() - Constructor for class com.amazonaws.services.rekognition.model.DeleteProjectRequest
 
DeleteProjectResult - Class in com.amazonaws.services.rekognition.model
 
DeleteProjectResult() - Constructor for class com.amazonaws.services.rekognition.model.DeleteProjectResult
 
deleteProjectVersion(DeleteProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
deleteProjectVersion(DeleteProjectVersionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Deletes an Amazon Rekognition Custom Labels model.
deleteProjectVersion(DeleteProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deletes an Amazon Rekognition Custom Labels model.
deleteProjectVersionAsync(DeleteProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
deleteProjectVersionAsync(DeleteProjectVersionRequest, AsyncHandler<DeleteProjectVersionRequest, DeleteProjectVersionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
deleteProjectVersionAsync(DeleteProjectVersionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Deletes an Amazon Rekognition Custom Labels model.
deleteProjectVersionAsync(DeleteProjectVersionRequest, AsyncHandler<DeleteProjectVersionRequest, DeleteProjectVersionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Deletes an Amazon Rekognition Custom Labels model.
deleteProjectVersionAsync(DeleteProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
deleteProjectVersionAsync(DeleteProjectVersionRequest, AsyncHandler<DeleteProjectVersionRequest, DeleteProjectVersionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DeleteProjectVersionRequest - Class in com.amazonaws.services.rekognition.model
 
DeleteProjectVersionRequest() - Constructor for class com.amazonaws.services.rekognition.model.DeleteProjectVersionRequest
 
DeleteProjectVersionResult - Class in com.amazonaws.services.rekognition.model
 
DeleteProjectVersionResult() - Constructor for class com.amazonaws.services.rekognition.model.DeleteProjectVersionResult
 
deleteStreamProcessor(DeleteStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
deleteStreamProcessor(DeleteStreamProcessorRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Deletes the stream processor identified by Name.
deleteStreamProcessor(DeleteStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deletes the stream processor identified by Name.
deleteStreamProcessorAsync(DeleteStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
deleteStreamProcessorAsync(DeleteStreamProcessorRequest, AsyncHandler<DeleteStreamProcessorRequest, DeleteStreamProcessorResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
deleteStreamProcessorAsync(DeleteStreamProcessorRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Deletes the stream processor identified by Name.
deleteStreamProcessorAsync(DeleteStreamProcessorRequest, AsyncHandler<DeleteStreamProcessorRequest, DeleteStreamProcessorResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Deletes the stream processor identified by Name.
deleteStreamProcessorAsync(DeleteStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
deleteStreamProcessorAsync(DeleteStreamProcessorRequest, AsyncHandler<DeleteStreamProcessorRequest, DeleteStreamProcessorResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DeleteStreamProcessorRequest - Class in com.amazonaws.services.rekognition.model
 
DeleteStreamProcessorRequest() - Constructor for class com.amazonaws.services.rekognition.model.DeleteStreamProcessorRequest
 
DeleteStreamProcessorResult - Class in com.amazonaws.services.rekognition.model
 
DeleteStreamProcessorResult() - Constructor for class com.amazonaws.services.rekognition.model.DeleteStreamProcessorResult
 
describeCollection(DescribeCollectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
describeCollection(DescribeCollectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Describes the specified collection.
describeCollection(DescribeCollectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Describes the specified collection.
describeCollectionAsync(DescribeCollectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
describeCollectionAsync(DescribeCollectionRequest, AsyncHandler<DescribeCollectionRequest, DescribeCollectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
describeCollectionAsync(DescribeCollectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Describes the specified collection.
describeCollectionAsync(DescribeCollectionRequest, AsyncHandler<DescribeCollectionRequest, DescribeCollectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Describes the specified collection.
describeCollectionAsync(DescribeCollectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
describeCollectionAsync(DescribeCollectionRequest, AsyncHandler<DescribeCollectionRequest, DescribeCollectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DescribeCollectionRequest - Class in com.amazonaws.services.rekognition.model
 
DescribeCollectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.DescribeCollectionRequest
 
DescribeCollectionResult - Class in com.amazonaws.services.rekognition.model
 
DescribeCollectionResult() - Constructor for class com.amazonaws.services.rekognition.model.DescribeCollectionResult
 
describeProjects(DescribeProjectsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
describeProjects(DescribeProjectsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Lists and gets information about your Amazon Rekognition Custom Labels projects.
describeProjects(DescribeProjectsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Lists and gets information about your Amazon Rekognition Custom Labels projects.
describeProjectsAsync(DescribeProjectsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
describeProjectsAsync(DescribeProjectsRequest, AsyncHandler<DescribeProjectsRequest, DescribeProjectsResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
describeProjectsAsync(DescribeProjectsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Lists and gets information about your Amazon Rekognition Custom Labels projects.
describeProjectsAsync(DescribeProjectsRequest, AsyncHandler<DescribeProjectsRequest, DescribeProjectsResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Lists and gets information about your Amazon Rekognition Custom Labels projects.
describeProjectsAsync(DescribeProjectsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
describeProjectsAsync(DescribeProjectsRequest, AsyncHandler<DescribeProjectsRequest, DescribeProjectsResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DescribeProjectsRequest - Class in com.amazonaws.services.rekognition.model
 
DescribeProjectsRequest() - Constructor for class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
 
DescribeProjectsResult - Class in com.amazonaws.services.rekognition.model
 
DescribeProjectsResult() - Constructor for class com.amazonaws.services.rekognition.model.DescribeProjectsResult
 
describeProjectVersions(DescribeProjectVersionsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
describeProjectVersions(DescribeProjectVersionsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Lists and describes the models in an Amazon Rekognition Custom Labels project.
describeProjectVersions(DescribeProjectVersionsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Lists and describes the models in an Amazon Rekognition Custom Labels project.
describeProjectVersionsAsync(DescribeProjectVersionsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
describeProjectVersionsAsync(DescribeProjectVersionsRequest, AsyncHandler<DescribeProjectVersionsRequest, DescribeProjectVersionsResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
describeProjectVersionsAsync(DescribeProjectVersionsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Lists and describes the models in an Amazon Rekognition Custom Labels project.
describeProjectVersionsAsync(DescribeProjectVersionsRequest, AsyncHandler<DescribeProjectVersionsRequest, DescribeProjectVersionsResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Lists and describes the models in an Amazon Rekognition Custom Labels project.
describeProjectVersionsAsync(DescribeProjectVersionsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
describeProjectVersionsAsync(DescribeProjectVersionsRequest, AsyncHandler<DescribeProjectVersionsRequest, DescribeProjectVersionsResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DescribeProjectVersionsFunction - Class in com.amazonaws.services.rekognition.waiters
 
DescribeProjectVersionsFunction(AmazonRekognition) - Constructor for class com.amazonaws.services.rekognition.waiters.DescribeProjectVersionsFunction
Constructs a new DescribeProjectVersionsFunction with the given client
DescribeProjectVersionsRequest - Class in com.amazonaws.services.rekognition.model
 
DescribeProjectVersionsRequest() - Constructor for class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
 
DescribeProjectVersionsResult - Class in com.amazonaws.services.rekognition.model
 
DescribeProjectVersionsResult() - Constructor for class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
 
describeStreamProcessor(DescribeStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
describeStreamProcessor(DescribeStreamProcessorRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Provides information about a stream processor created by CreateStreamProcessor.
describeStreamProcessor(DescribeStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Provides information about a stream processor created by CreateStreamProcessor.
describeStreamProcessorAsync(DescribeStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
describeStreamProcessorAsync(DescribeStreamProcessorRequest, AsyncHandler<DescribeStreamProcessorRequest, DescribeStreamProcessorResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
describeStreamProcessorAsync(DescribeStreamProcessorRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Provides information about a stream processor created by CreateStreamProcessor.
describeStreamProcessorAsync(DescribeStreamProcessorRequest, AsyncHandler<DescribeStreamProcessorRequest, DescribeStreamProcessorResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Provides information about a stream processor created by CreateStreamProcessor.
describeStreamProcessorAsync(DescribeStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
describeStreamProcessorAsync(DescribeStreamProcessorRequest, AsyncHandler<DescribeStreamProcessorRequest, DescribeStreamProcessorResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DescribeStreamProcessorRequest - Class in com.amazonaws.services.rekognition.model
 
DescribeStreamProcessorRequest() - Constructor for class com.amazonaws.services.rekognition.model.DescribeStreamProcessorRequest
 
DescribeStreamProcessorResult - Class in com.amazonaws.services.rekognition.model
 
DescribeStreamProcessorResult() - Constructor for class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
 
detectCustomLabels(DetectCustomLabelsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
detectCustomLabels(DetectCustomLabelsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
detectCustomLabels(DetectCustomLabelsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
detectCustomLabelsAsync(DetectCustomLabelsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
detectCustomLabelsAsync(DetectCustomLabelsRequest, AsyncHandler<DetectCustomLabelsRequest, DetectCustomLabelsResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
detectCustomLabelsAsync(DetectCustomLabelsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
detectCustomLabelsAsync(DetectCustomLabelsRequest, AsyncHandler<DetectCustomLabelsRequest, DetectCustomLabelsResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
detectCustomLabelsAsync(DetectCustomLabelsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
detectCustomLabelsAsync(DetectCustomLabelsRequest, AsyncHandler<DetectCustomLabelsRequest, DetectCustomLabelsResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DetectCustomLabelsRequest - Class in com.amazonaws.services.rekognition.model
 
DetectCustomLabelsRequest() - Constructor for class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
 
DetectCustomLabelsResult - Class in com.amazonaws.services.rekognition.model
 
DetectCustomLabelsResult() - Constructor for class com.amazonaws.services.rekognition.model.DetectCustomLabelsResult
 
detectFaces(DetectFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
detectFaces(DetectFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Detects faces within an image that is provided as input.
detectFaces(DetectFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Detects faces within an image that is provided as input.
detectFacesAsync(DetectFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
detectFacesAsync(DetectFacesRequest, AsyncHandler<DetectFacesRequest, DetectFacesResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
detectFacesAsync(DetectFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects faces within an image that is provided as input.
detectFacesAsync(DetectFacesRequest, AsyncHandler<DetectFacesRequest, DetectFacesResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects faces within an image that is provided as input.
detectFacesAsync(DetectFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
detectFacesAsync(DetectFacesRequest, AsyncHandler<DetectFacesRequest, DetectFacesResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DetectFacesRequest - Class in com.amazonaws.services.rekognition.model
 
DetectFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.DetectFacesRequest
 
DetectFacesResult - Class in com.amazonaws.services.rekognition.model
 
DetectFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.DetectFacesResult
 
DetectionFilter - Class in com.amazonaws.services.rekognition.model
A set of parameters that allow you to filter out certain results from your returned results.
DetectionFilter() - Constructor for class com.amazonaws.services.rekognition.model.DetectionFilter
 
detectLabels(DetectLabelsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
detectLabels(DetectLabelsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
detectLabels(DetectLabelsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
detectLabelsAsync(DetectLabelsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
detectLabelsAsync(DetectLabelsRequest, AsyncHandler<DetectLabelsRequest, DetectLabelsResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
detectLabelsAsync(DetectLabelsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
detectLabelsAsync(DetectLabelsRequest, AsyncHandler<DetectLabelsRequest, DetectLabelsResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
detectLabelsAsync(DetectLabelsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
detectLabelsAsync(DetectLabelsRequest, AsyncHandler<DetectLabelsRequest, DetectLabelsResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DetectLabelsRequest - Class in com.amazonaws.services.rekognition.model
 
DetectLabelsRequest() - Constructor for class com.amazonaws.services.rekognition.model.DetectLabelsRequest
 
DetectLabelsResult - Class in com.amazonaws.services.rekognition.model
 
DetectLabelsResult() - Constructor for class com.amazonaws.services.rekognition.model.DetectLabelsResult
 
detectModerationLabels(DetectModerationLabelsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
detectModerationLabels(DetectModerationLabelsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Detects unsafe content in a specified JPEG or PNG format image.
detectModerationLabels(DetectModerationLabelsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Detects unsafe content in a specified JPEG or PNG format image.
detectModerationLabelsAsync(DetectModerationLabelsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
detectModerationLabelsAsync(DetectModerationLabelsRequest, AsyncHandler<DetectModerationLabelsRequest, DetectModerationLabelsResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
detectModerationLabelsAsync(DetectModerationLabelsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects unsafe content in a specified JPEG or PNG format image.
detectModerationLabelsAsync(DetectModerationLabelsRequest, AsyncHandler<DetectModerationLabelsRequest, DetectModerationLabelsResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects unsafe content in a specified JPEG or PNG format image.
detectModerationLabelsAsync(DetectModerationLabelsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
detectModerationLabelsAsync(DetectModerationLabelsRequest, AsyncHandler<DetectModerationLabelsRequest, DetectModerationLabelsResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DetectModerationLabelsRequest - Class in com.amazonaws.services.rekognition.model
 
DetectModerationLabelsRequest() - Constructor for class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
 
DetectModerationLabelsResult - Class in com.amazonaws.services.rekognition.model
 
DetectModerationLabelsResult() - Constructor for class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
 
detectText(DetectTextRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
detectText(DetectTextRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Detects text in the input image and converts it into machine-readable text.
detectText(DetectTextRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Detects text in the input image and converts it into machine-readable text.
detectTextAsync(DetectTextRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
detectTextAsync(DetectTextRequest, AsyncHandler<DetectTextRequest, DetectTextResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
detectTextAsync(DetectTextRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects text in the input image and converts it into machine-readable text.
detectTextAsync(DetectTextRequest, AsyncHandler<DetectTextRequest, DetectTextResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects text in the input image and converts it into machine-readable text.
detectTextAsync(DetectTextRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
detectTextAsync(DetectTextRequest, AsyncHandler<DetectTextRequest, DetectTextResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
DetectTextFilters - Class in com.amazonaws.services.rekognition.model
A set of optional parameters that you can use to set the criteria that the text must meet to be included in your response.
DetectTextFilters() - Constructor for class com.amazonaws.services.rekognition.model.DetectTextFilters
 
DetectTextRequest - Class in com.amazonaws.services.rekognition.model
 
DetectTextRequest() - Constructor for class com.amazonaws.services.rekognition.model.DetectTextRequest
 
DetectTextResult - Class in com.amazonaws.services.rekognition.model
 
DetectTextResult() - Constructor for class com.amazonaws.services.rekognition.model.DetectTextResult
 

E

Emotion - Class in com.amazonaws.services.rekognition.model
The emotions that appear to be expressed on the face, and the confidence level in the determination.
Emotion() - Constructor for class com.amazonaws.services.rekognition.model.Emotion
 
EmotionName - Enum in com.amazonaws.services.rekognition.model
 
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.rekognition.AmazonRekognition
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.rekognition.model.AgeRange
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Asset
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Beard
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Celebrity
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CreateProjectRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CreateProjectResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CustomLabel
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectTextRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Emotion
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Face
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.FaceDetection
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Gender
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Geometry
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.GroundTruthManifest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Image
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Instance
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.KinesisDataStream
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.KinesisVideoStream
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Label
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.LabelDetection
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Landmark
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Mustache
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.OutputConfig
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Parent
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.PersonDetail
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.PersonDetection
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.PersonMatch
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Point
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Pose
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.RegionOfInterest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.S3Object
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ShotSegment
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Smile
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartShotDetectionFilter
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartTechnicalCueDetectionFilter
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorInput
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorOutput
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorSettings
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Summary
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.TestingData
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.TextDetection
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.TrainingData
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Video
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
 
EvaluationResult - Class in com.amazonaws.services.rekognition.model
The evaluation results for the training of a model.
EvaluationResult() - Constructor for class com.amazonaws.services.rekognition.model.EvaluationResult
 
Eyeglasses - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
Eyeglasses() - Constructor for class com.amazonaws.services.rekognition.model.Eyeglasses
 
EyeOpen - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
EyeOpen() - Constructor for class com.amazonaws.services.rekognition.model.EyeOpen
 

F

Face - Class in com.amazonaws.services.rekognition.model
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() - Constructor for class com.amazonaws.services.rekognition.model.Face
 
FaceAttributes - Enum in com.amazonaws.services.rekognition.model
 
FaceDetail - Class in com.amazonaws.services.rekognition.model
Structure containing attributes of the face that the algorithm detected.
FaceDetail() - Constructor for class com.amazonaws.services.rekognition.model.FaceDetail
 
FaceDetection - Class in com.amazonaws.services.rekognition.model
Information about a face detected in a video analysis request and the time the face was detected in the video.
FaceDetection() - Constructor for class com.amazonaws.services.rekognition.model.FaceDetection
 
FaceMatch - Class in com.amazonaws.services.rekognition.model
Provides face metadata.
FaceMatch() - Constructor for class com.amazonaws.services.rekognition.model.FaceMatch
 
FaceRecord - Class in com.amazonaws.services.rekognition.model
Object containing both the face metadata (stored in the backend database), and facial attributes that are detected but aren't stored in the database.
FaceRecord() - Constructor for class com.amazonaws.services.rekognition.model.FaceRecord
 
FaceSearchSettings - Class in com.amazonaws.services.rekognition.model
Input face recognition parameters for an Amazon Rekognition stream processor.
FaceSearchSettings() - Constructor for class com.amazonaws.services.rekognition.model.FaceSearchSettings
 
FaceSearchSortBy - Enum in com.amazonaws.services.rekognition.model
 
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.Attribute
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.CelebrityRecognitionSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.ContentClassifier
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.ContentModerationSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.EmotionName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.FaceAttributes
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.FaceSearchSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.GenderType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.LabelDetectionSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.LandmarkType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.OrientationCorrection
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.PersonTrackingSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.ProjectStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.ProjectVersionStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.QualityFilter
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.Reason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.SegmentType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.StreamProcessorStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.TechnicalCueType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.TextTypes
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.VideoJobStatus
Use this in place of valueOf.

G

Gender - Class in com.amazonaws.services.rekognition.model
The predicted gender of a detected face.
Gender() - Constructor for class com.amazonaws.services.rekognition.model.Gender
 
GenderType - Enum in com.amazonaws.services.rekognition.model
 
Geometry - Class in com.amazonaws.services.rekognition.model
Information about where an object (DetectCustomLabels) or text (DetectText) is located on an image.
Geometry() - Constructor for class com.amazonaws.services.rekognition.model.Geometry
 
getAgeRange() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The estimated age range, in years, for the face.
getArn() - Method in class com.amazonaws.services.rekognition.model.KinesisDataStream
ARN of the output Amazon Kinesis Data Streams stream.
getArn() - Method in class com.amazonaws.services.rekognition.model.KinesisVideoStream
ARN of the Kinesis video stream stream that streams the source video.
getAssets() - Method in class com.amazonaws.services.rekognition.model.TestingData
The assets used for testing.
getAssets() - Method in class com.amazonaws.services.rekognition.model.TrainingData
A Sagemaker GroundTruth manifest file that contains the training images (assets).
getAttributes() - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
An array of facial attributes you want to be returned.
getAudioMetadata() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array of objects.
getAutoCreate() - Method in class com.amazonaws.services.rekognition.model.TestingData
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset.
getBeard() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a beard, and the confidence level in the determination.
getBillableTrainingTimeInSeconds() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The duration, in seconds, that the model version has been billed for training.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
Bounding box around the body of a celebrity.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Bounding box of the face.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Bounding box of the face.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.Face
Bounding box of the face.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Bounding box of the face.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.Geometry
An axis-aligned coarse representation of the detected item's location on the image.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.Instance
The position of the label instance on the image.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.PersonDetail
Bounding box around the detected person.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.RegionOfInterest
The box representing a region of interest on screen.
getBrightness() - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing brightness of the face.
getBucket() - Method in class com.amazonaws.services.rekognition.model.S3Object
Name of the S3 bucket.
getBytes() - Method in class com.amazonaws.services.rekognition.model.Image
Blob of image bytes up to 5 MBs.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCelebrities() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
Array of celebrities recognized in the video.
getCelebrity() - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
Information about a recognized celebrity.
getCelebrityFaces() - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
Details about each celebrity found in the image.
getCelebrityInfo(GetCelebrityInfoRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
getCelebrityInfo(GetCelebrityInfoRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Gets the name and additional information about a celebrity based on his or her Amazon Rekognition ID.
getCelebrityInfo(GetCelebrityInfoRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Gets the name and additional information about a celebrity based on his or her Amazon Rekognition ID.
getCelebrityInfoAsync(GetCelebrityInfoRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getCelebrityInfoAsync(GetCelebrityInfoRequest, AsyncHandler<GetCelebrityInfoRequest, GetCelebrityInfoResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getCelebrityInfoAsync(GetCelebrityInfoRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the name and additional information about a celebrity based on his or her Amazon Rekognition ID.
getCelebrityInfoAsync(GetCelebrityInfoRequest, AsyncHandler<GetCelebrityInfoRequest, GetCelebrityInfoResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the name and additional information about a celebrity based on his or her Amazon Rekognition ID.
getCelebrityInfoAsync(GetCelebrityInfoRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
getCelebrityInfoAsync(GetCelebrityInfoRequest, AsyncHandler<GetCelebrityInfoRequest, GetCelebrityInfoResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
GetCelebrityInfoRequest - Class in com.amazonaws.services.rekognition.model
 
GetCelebrityInfoRequest() - Constructor for class com.amazonaws.services.rekognition.model.GetCelebrityInfoRequest
 
GetCelebrityInfoResult - Class in com.amazonaws.services.rekognition.model
 
GetCelebrityInfoResult() - Constructor for class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
 
getCelebrityRecognition(GetCelebrityRecognitionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
getCelebrityRecognition(GetCelebrityRecognitionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by StartCelebrityRecognition.
getCelebrityRecognition(GetCelebrityRecognitionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by StartCelebrityRecognition.
getCelebrityRecognitionAsync(GetCelebrityRecognitionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getCelebrityRecognitionAsync(GetCelebrityRecognitionRequest, AsyncHandler<GetCelebrityRecognitionRequest, GetCelebrityRecognitionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getCelebrityRecognitionAsync(GetCelebrityRecognitionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by StartCelebrityRecognition.
getCelebrityRecognitionAsync(GetCelebrityRecognitionRequest, AsyncHandler<GetCelebrityRecognitionRequest, GetCelebrityRecognitionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by StartCelebrityRecognition.
getCelebrityRecognitionAsync(GetCelebrityRecognitionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
getCelebrityRecognitionAsync(GetCelebrityRecognitionRequest, AsyncHandler<GetCelebrityRecognitionRequest, GetCelebrityRecognitionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
GetCelebrityRecognitionRequest - Class in com.amazonaws.services.rekognition.model
 
GetCelebrityRecognitionRequest() - Constructor for class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
 
GetCelebrityRecognitionResult - Class in com.amazonaws.services.rekognition.model
 
GetCelebrityRecognitionResult() - Constructor for class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
 
getClientRequestToken() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
Idempotent token used to identify the start request.
getClientRequestToken() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
Idempotent token used to identify the start request.
getClientRequestToken() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
Idempotent token used to identify the start request.
getClientRequestToken() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
Idempotent token used to identify the start request.
getClientRequestToken() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
Idempotent token used to identify the start request.
getClientRequestToken() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
Idempotent token used to identify the start request.
getClientRequestToken() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
Idempotent token used to identify the start request.
getClientRequestToken() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
Idempotent token used to identify the start request.
getCodec() - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The audio codec used to encode or decode the audio stream.
getCodec() - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Type of compression used in the analyzed video.
getCollectionArn() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Amazon Resource Name (ARN) of the collection.
getCollectionARN() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The Amazon Resource Name (ARN) of the collection.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
ID for the collection that you are creating.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
ID of the collection to delete.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
Collection from which to remove the specific faces.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionRequest
The ID of the collection to describe.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
The ID of a collection that contains faces that you want to search for.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The ID of an existing collection to which you want to add the faces that are detected in the input images.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
ID of the collection from which to list the faces.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
ID of the collection to search.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of the collection the face belongs to.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
ID of the collection that contains the faces you want to search for.
getCollectionIds() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
An array of collection IDs.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Beard
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Level of confidence that what the bounding box contains is a face.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Confidence level that the selected bounding box contains a face.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.CustomLabel
The confidence that the model has in the detection of the custom label.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Emotion
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Face
Confidence level that the bounding box contains a face (and not a different object such as a tree).
getConfidence() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Confidence level that the bounding box contains a face (and not a different object such as a tree).
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Gender
Level of confidence in the prediction.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Instance
The confidence that Amazon Rekognition has in the accuracy of the bounding box.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Label
Level of confidence.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Mustache
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.ShotSegment
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Smile
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.TextDetection
The confidence that Amazon Rekognition has in the accuracy of the detected text and the accuracy of the geometry points around the detected text.
getContentClassifiers() - Method in class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
Sets whether the input image is free of personally identifiable information.
getContentModeration(GetContentModerationRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
getContentModeration(GetContentModerationRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Gets the unsafe content analysis results for a Amazon Rekognition Video analysis started by StartContentModeration.
getContentModeration(GetContentModerationRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Gets the unsafe content analysis results for a Amazon Rekognition Video analysis started by StartContentModeration.
getContentModerationAsync(GetContentModerationRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getContentModerationAsync(GetContentModerationRequest, AsyncHandler<GetContentModerationRequest, GetContentModerationResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getContentModerationAsync(GetContentModerationRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the unsafe content analysis results for a Amazon Rekognition Video analysis started by StartContentModeration.
getContentModerationAsync(GetContentModerationRequest, AsyncHandler<GetContentModerationRequest, GetContentModerationResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the unsafe content analysis results for a Amazon Rekognition Video analysis started by StartContentModeration.
getContentModerationAsync(GetContentModerationRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
getContentModerationAsync(GetContentModerationRequest, AsyncHandler<GetContentModerationRequest, GetContentModerationResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
GetContentModerationRequest - Class in com.amazonaws.services.rekognition.model
 
GetContentModerationRequest() - Constructor for class com.amazonaws.services.rekognition.model.GetContentModerationRequest
 
GetContentModerationResult - Class in com.amazonaws.services.rekognition.model
 
GetContentModerationResult() - Constructor for class com.amazonaws.services.rekognition.model.GetContentModerationResult
 
getCreationTimestamp() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The number of milliseconds since the Unix epoch time until the creation of the collection.
getCreationTimestamp() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Date and time the stream processor was created
getCreationTimestamp() - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
The Unix timestamp for the date and time that the project was created.
getCreationTimestamp() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The Unix datetime for the date and time that training started.
getCustomLabels() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsResult
An array of custom labels detected in the input image.
getDataAttributes() - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
Sets attributes of the input data.
getDeletedFaces() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
An array of strings (face IDs) of the faces that were deleted.
getDetectedText() - Method in class com.amazonaws.services.rekognition.model.TextDetection
The word or line of text recognized by Amazon Rekognition.
getDetectionAttributes() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
An array of facial attributes that you want to be returned.
getDurationMillis() - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The duration of the audio stream in milliseconds.
getDurationMillis() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The duration of the detected segment in milliseconds.
getDurationMillis() - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Length of the video in milliseconds.
getDurationSMPTE() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The duration of the timecode for the detected segment in SMPTE format.
getEmotions() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The emotions that appear to be expressed on the face, and the confidence level in the determination.
getEndTimecodeSMPTE() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The frame-accurate SMPTE timecode, from the start of a video, for the end of a detected segment.
getEndTimestampMillis() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The end time of the detected segment, in milliseconds, from the start of the video.
getEvaluationResult() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The training results.
getExecutorService() - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
Returns the executor service used by this client to execute async requests.
getExternalImageId() - Method in class com.amazonaws.services.rekognition.model.Face
Identifier that you assign to all the faces in the input image.
getExternalImageId() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The ID you want to assign to all the faces detected in the image.
getEyeglasses() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
getEyesOpen() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
getF1Score() - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
The F1 score for the evaluation of all labels.
getFace() - Method in class com.amazonaws.services.rekognition.model.Celebrity
Provides information about the celebrity's face, such as its location on the image.
getFace() - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
Face details for the recognized celebrity.
getFace() - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
getFace() - Method in class com.amazonaws.services.rekognition.model.FaceDetection
The face properties for the detected face.
getFace() - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
getFace() - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.
getFace() - Method in class com.amazonaws.services.rekognition.model.PersonDetail
Face details for the detected person.
getFaceAttributes() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
The face attributes you want returned.
getFaceCount() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The number of faces that are indexed into the collection.
getFaceDetail() - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Structure containing attributes of the face that the algorithm detected.
getFaceDetail() - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
The structure that contains attributes of a face that IndexFacesdetected, but didn't index.
getFaceDetails() - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
Details of each face found in the image.
getFaceDetection(GetFaceDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
getFaceDetection(GetFaceDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
getFaceDetection(GetFaceDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
getFaceDetectionAsync(GetFaceDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getFaceDetectionAsync(GetFaceDetectionRequest, AsyncHandler<GetFaceDetectionRequest, GetFaceDetectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getFaceDetectionAsync(GetFaceDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
getFaceDetectionAsync(GetFaceDetectionRequest, AsyncHandler<GetFaceDetectionRequest, GetFaceDetectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
getFaceDetectionAsync(GetFaceDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
getFaceDetectionAsync(GetFaceDetectionRequest, AsyncHandler<GetFaceDetectionRequest, GetFaceDetectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
GetFaceDetectionRequest - Class in com.amazonaws.services.rekognition.model
 
GetFaceDetectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
 
GetFaceDetectionResult - Class in com.amazonaws.services.rekognition.model
 
GetFaceDetectionResult() - Constructor for class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
 
getFaceId() - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the face.
getFaceId() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of a face to find matches for in the collection.
getFaceIds() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
An array of face IDs to delete.
getFaceMatches() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
An array of faces in the target image that match the source image face.
getFaceMatches() - Method in class com.amazonaws.services.rekognition.model.PersonMatch
Information about the faces in the input collection that match the face of a person in the video.
getFaceMatches() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
An array of faces that match the input face, along with the confidence in the match.
getFaceMatches() - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
An array of faces that matched the input face, along with the confidence in the match.
getFaceMatchThreshold() - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
Minimum face match confidence score that must be met to return a result for a recognized face.
getFaceMatchThreshold() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
(Optional) Specifies the minimum confidence in the face match to return.
getFaceMatchThreshold() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Optional value specifying the minimum confidence in the face match to return.
getFaceMatchThreshold() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
The minimum confidence in the person match to return.
getFaceModelVersion() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Version number of the face detection model associated with the collection you are creating.
getFaceModelVersion() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The version of the face model that's used by the collection for face detection.
getFaceModelVersion() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
The version number of the face detection model that's associated with the input collection ( CollectionId).
getFaceModelVersion() - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
Version number of the face detection model associated with the input collection (CollectionId).
getFaceModelVersion() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
Version number of the face detection model associated with the input collection (CollectionId).
getFaceModelVersion() - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
Version number of the face detection model associated with the input collection (CollectionId).
getFaceModelVersions() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
Version numbers of the face detection models associated with the collections in the array CollectionIds.
getFaceRecords() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces detected and added to the collection.
getFaces() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
An array of faces detected in the video.
getFaces() - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
An array of Face objects.
getFaceSearch(GetFaceSearchRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
getFaceSearch(GetFaceSearchRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
getFaceSearch(GetFaceSearchRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
getFaceSearch() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorSettings
Face search settings to use on a streaming video.
getFaceSearchAsync(GetFaceSearchRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getFaceSearchAsync(GetFaceSearchRequest, AsyncHandler<GetFaceSearchRequest, GetFaceSearchResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getFaceSearchAsync(GetFaceSearchRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
getFaceSearchAsync(GetFaceSearchRequest, AsyncHandler<GetFaceSearchRequest, GetFaceSearchResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
getFaceSearchAsync(GetFaceSearchRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
getFaceSearchAsync(GetFaceSearchRequest, AsyncHandler<GetFaceSearchRequest, GetFaceSearchResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
GetFaceSearchRequest - Class in com.amazonaws.services.rekognition.model
 
GetFaceSearchRequest() - Constructor for class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
 
GetFaceSearchResult - Class in com.amazonaws.services.rekognition.model
 
GetFaceSearchResult() - Constructor for class com.amazonaws.services.rekognition.model.GetFaceSearchResult
 
getFilters() - Method in class com.amazonaws.services.rekognition.model.DetectTextRequest
Optional parameters that let you set the criteria that the text must meet to be included in your response.
getFilters() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
Filters for technical cue or shot detection.
getFilters() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
Optional parameters that let you set criteria the text must meet to be included in your response.
getFlowDefinitionArn() - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
The Amazon Resource Name (ARN) of the flow definition.
getFormat() - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Format of the analyzed video.
getFrameHeight() - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Vertical pixel dimension of the video.
getFrameRate() - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Number of frames per second in the video.
getFrameWidth() - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Horizontal pixel dimension of the video.
getGender() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The predicted gender of a detected face.
getGeometry() - Method in class com.amazonaws.services.rekognition.model.CustomLabel
The location of the detected object on the image that corresponds to the custom label.
getGeometry() - Method in class com.amazonaws.services.rekognition.model.TextDetection
The location of the detected text on the image.
getGroundTruthManifest() - Method in class com.amazonaws.services.rekognition.model.Asset
 
getHeight() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Height of the bounding box as a ratio of the overall image height.
getHigh() - Method in class com.amazonaws.services.rekognition.model.AgeRange
The highest estimated age.
getHumanLoopActivationConditionsEvaluationResults() - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
Shows the result of condition evaluations, including those conditions which activated a human review.
getHumanLoopActivationOutput() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Shows the results of the human in the loop evaluation.
getHumanLoopActivationReasons() - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
Shows if and why human review was needed.
getHumanLoopArn() - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
The Amazon Resource Name (ARN) of the HumanLoop created.
getHumanLoopConfig() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Sets up the configuration for human evaluation, including the FlowDefinition the image will be sent to.
getHumanLoopName() - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
The name of the human review used for this image.
getId() - Method in class com.amazonaws.services.rekognition.model.Celebrity
A unique identifier for the celebrity.
getId() - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
The unique identifier for the celebrity.
getId() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoRequest
The ID for the celebrity.
getId() - Method in class com.amazonaws.services.rekognition.model.TextDetection
The identifier for the detected text.
getImage() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
 
getImage() - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
The input image as base64-encoded bytes or an S3 object.
getImage() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
The input image as base64-encoded bytes or an S3 object.
getImage() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
The input image as base64-encoded bytes or an S3 object.
getImage() - Method in class com.amazonaws.services.rekognition.model.DetectTextRequest
The input image as base64-encoded bytes or an Amazon S3 object.
getImage() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The input image as base64-encoded bytes or an S3 object.
getImage() - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesRequest
The input image as base64-encoded bytes or an S3 object.
getImage() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
The input image as base64-encoded bytes or an S3 object.
getImageId() - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the input image.
getIndex() - Method in class com.amazonaws.services.rekognition.model.PersonDetail
Identifier for the person detected person within a video.
getIndex() - Method in class com.amazonaws.services.rekognition.model.ShotSegment
An Identifier for a shot detection segment detected in a video
getInput() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
Kinesis video stream stream that provides the source streaming video.
getInput() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Kinesis video stream that provides the source streaming video.
getInput() - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
The testing dataset that was supplied for training.
getInput() - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
The training assets that you supplied for training.
getInstances() - Method in class com.amazonaws.services.rekognition.model.Label
If Label represents an object, Instances contains the bounding boxes for each instance of the detected object.
getJobId() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Job identifier for the required celebrity recognition analysis.
getJobId() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
The identifier for the unsafe content job.
getJobId() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
Unique identifier for the face detection job.
getJobId() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
The job identifer for the search request.
getJobId() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Job identifier for the label detection operation for which you want results returned.
getJobId() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
The identifier for a job that tracks persons in a video.
getJobId() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
Job identifier for the text detection operation for which you want results returned.
getJobId() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
Job identifier for the text detection operation for which you want results returned.
getJobId() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionResult
The identifier for the celebrity recognition analysis job.
getJobId() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationResult
The identifier for the unsafe content analysis job.
getJobId() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionResult
The identifier for the face detection job.
getJobId() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchResult
The identifier for the search job.
getJobId() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionResult
The identifier for the label detection job.
getJobId() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingResult
The identifier for the person detection job.
getJobId() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionResult
Unique identifier for the segment detection job.
getJobId() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionResult
Identifier for the text detection job.
getJobStatus() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
The current status of the celebrity recognition job.
getJobStatus() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
The current status of the unsafe content analysis job.
getJobStatus() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
The current status of the face detection job.
getJobStatus() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
The current status of the face search job.
getJobStatus() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
The current status of the label detection job.
getJobStatus() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
The current status of the person tracking job.
getJobStatus() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
Current status of the segment detection job.
getJobStatus() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
Current status of the text detection job.
getJobTag() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
getJobTag() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
getJobTag() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
getJobTag() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
getJobTag() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
getJobTag() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
getJobTag() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
getJobTag() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
An identifier returned in the completion status published by your Amazon Simple Notification Service topic.
getKinesisDataStream() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorOutput
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
getKinesisVideoStream() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorInput
The Kinesis video stream input stream for the source streaming video.
getLabel() - Method in class com.amazonaws.services.rekognition.model.LabelDetection
Details about the detected label.
getLabelDetection(GetLabelDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
getLabelDetection(GetLabelDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
getLabelDetection(GetLabelDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
getLabelDetectionAsync(GetLabelDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getLabelDetectionAsync(GetLabelDetectionRequest, AsyncHandler<GetLabelDetectionRequest, GetLabelDetectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getLabelDetectionAsync(GetLabelDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
getLabelDetectionAsync(GetLabelDetectionRequest, AsyncHandler<GetLabelDetectionRequest, GetLabelDetectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
getLabelDetectionAsync(GetLabelDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
getLabelDetectionAsync(GetLabelDetectionRequest, AsyncHandler<GetLabelDetectionRequest, GetLabelDetectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
GetLabelDetectionRequest - Class in com.amazonaws.services.rekognition.model
 
GetLabelDetectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
 
GetLabelDetectionResult - Class in com.amazonaws.services.rekognition.model
 
GetLabelDetectionResult() - Constructor for class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
 
getLabelModelVersion() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
Version number of the label detection model that was used to detect labels.
getLabelModelVersion() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
Version number of the label detection model that was used to detect labels.
getLabels() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
An array of labels for the real-world objects detected.
getLabels() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
An array of labels detected in the video.
getLandmarks() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
An array of facial landmarks.
getLandmarks() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the location of landmarks on the face.
getLastUpdateTimestamp() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
The time, in Unix format, the stream processor was last updated.
getLeft() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Left coordinate of the bounding box as a ratio of overall image width.
getLow() - Method in class com.amazonaws.services.rekognition.model.AgeRange
The lowest estimated age.
getMatchConfidence() - Method in class com.amazonaws.services.rekognition.model.Celebrity
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
getMaxFaces() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The maximum number of faces to index.
getMaxFaces() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Maximum number of faces to return.
getMaxFaces() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Maximum number of faces to return.
getMaxLabels() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Maximum number of labels you want the service to return in the response.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
The maximum number of results to return per paginated call.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
The maximum number of results to return per paginated call.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
Maximum number of results you want the service to return in the response.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Maximum number of results to return per paginated call.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
Maximum number of results to return per paginated call.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
Maximum number of results to return per paginated call.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
Maximum number of results to return per paginated call.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Maximum number of results to return per paginated call.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
Maximum number of results to return per paginated call.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
Maximum number of results to return per paginated call.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
Maximum number of results to return per paginated call.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Maximum number of collection IDs to return.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
Maximum number of faces to return.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
Maximum number of stream processors you want Amazon Rekognition Video to return in the response.
getMinBoundingBoxHeight() - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
Sets the minimum height of the word bounding box.
getMinBoundingBoxWidth() - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
Sets the minimum width of the word bounding box.
getMinConfidence() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
Specifies the minimum confidence level for the labels to return.
getMinConfidence() - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
Sets confidence of word detection.
getMinConfidence() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Specifies the minimum confidence level for the labels to return.
getMinConfidence() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Specifies the minimum confidence level for the labels to return.
getMinConfidence() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
Specifies the minimum confidence that Amazon Rekognition must have in order to return a moderated content label.
getMinConfidence() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected label.
getMinInferenceUnits() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The minimum number of inference units used by the model.
getMinInferenceUnits() - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
The minimum number of inference units to use.
getMinSegmentConfidence() - Method in class com.amazonaws.services.rekognition.model.StartShotDetectionFilter
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.
getMinSegmentConfidence() - Method in class com.amazonaws.services.rekognition.model.StartTechnicalCueDetectionFilter
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.
getModelVersion() - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
The version of the model used to detect segments.
getModerationLabel() - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
The unsafe content label detected by in the stored video.
getModerationLabels() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
getModerationLabels() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
The detected unsafe content labels and the time(s) they were detected.
getModerationModelVersion() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Version number of the moderation detection model that was used to detect unsafe content.
getModerationModelVersion() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
Version number of the moderation detection model that was used to detect unsafe content.
getMouthOpen() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
getMustache() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a mustache, and the confidence level in the determination.
getName() - Method in class com.amazonaws.services.rekognition.model.Celebrity
The name of the celebrity.
getName() - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
The name of the celebrity.
getName() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
An identifier you assign to the stream processor.
getName() - Method in class com.amazonaws.services.rekognition.model.CustomLabel
The name of the custom label.
getName() - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorRequest
The name of the stream processor you want to delete.
getName() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorRequest
Name of the stream processor for which you want information.
getName() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Name of the stream processor.
getName() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
The name of the celebrity.
getName() - Method in class com.amazonaws.services.rekognition.model.Label
The name (label) of the object or scene.
getName() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The label name for the type of unsafe content detected in the image.
getName() - Method in class com.amazonaws.services.rekognition.model.Parent
The name of the parent label.
getName() - Method in class com.amazonaws.services.rekognition.model.S3Object
S3 object key name.
getName() - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorRequest
The name of the stream processor to start processing.
getName() - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorRequest
The name of a stream processor created by CreateStreamProcessor.
getName() - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
Name of the Amazon Rekognition stream processor.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
If the previous response was incomplete (because there is more recognized celebrities to retrieve), Amazon Rekognition Video returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
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.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
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 unsafe content labels.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
If the previous response was incomplete (because there are more faces to retrieve), Amazon Rekognition Video returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
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.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
If the previous response was incomplete (because there is more search results to retrieve), Amazon Rekognition Video returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
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.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
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.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition Video returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
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.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
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.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
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.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Pagination token from the previous response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
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.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
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.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
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.
getNotificationChannel() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity recognition analysis to.
getNotificationChannel() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the unsafe content analysis to.
getNotificationChannel() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the face detection operation.
getNotificationChannel() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the search.
getNotificationChannel() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label detection operation to.
getNotificationChannel() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people detection operation to.
getNotificationChannel() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the segment detection operation.
getNotificationChannel() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
 
getNumberOfChannels() - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The number of audio channels in the segement.
getOrientationCorrection() - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
The value of OrientationCorrection is always null.
getOrientationCorrection() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
The value of OrientationCorrection is always null.
getOrientationCorrection() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
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.
getOrientationCorrection() - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
The orientation of the input image (counterclockwise direction).
getOutput() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
Kinesis data stream stream to which Amazon Rekognition Video puts the analysis results.
getOutput() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
getOutput() - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
The subset of the dataset that was actually tested.
getOutput() - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
getOutputConfig() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The Amazon S3 location to store the results of training.
getOutputConfig() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The location where training results are saved.
getParentId() - Method in class com.amazonaws.services.rekognition.model.TextDetection
The Parent identifier for the detected text identified by the value of ID.
getParentName() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The name for the parent label.
getParents() - Method in class com.amazonaws.services.rekognition.model.Label
The parent labels for a label.
getPerson() - Method in class com.amazonaws.services.rekognition.model.PersonDetection
Details about a person whose path was tracked in a video.
getPerson() - Method in class com.amazonaws.services.rekognition.model.PersonMatch
Information about the matched person.
getPersons() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition collection.
getPersons() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
getPersonTracking(GetPersonTrackingRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
getPersonTracking(GetPersonTrackingRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
getPersonTracking(GetPersonTrackingRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
getPersonTrackingAsync(GetPersonTrackingRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getPersonTrackingAsync(GetPersonTrackingRequest, AsyncHandler<GetPersonTrackingRequest, GetPersonTrackingResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getPersonTrackingAsync(GetPersonTrackingRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
getPersonTrackingAsync(GetPersonTrackingRequest, AsyncHandler<GetPersonTrackingRequest, GetPersonTrackingResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
getPersonTrackingAsync(GetPersonTrackingRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
getPersonTrackingAsync(GetPersonTrackingRequest, AsyncHandler<GetPersonTrackingRequest, GetPersonTrackingResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
GetPersonTrackingRequest - Class in com.amazonaws.services.rekognition.model
 
GetPersonTrackingRequest() - Constructor for class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
 
GetPersonTrackingResult - Class in com.amazonaws.services.rekognition.model
 
GetPersonTrackingResult() - Constructor for class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
 
getPitch() - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the pitch axis.
getPolygon() - Method in class com.amazonaws.services.rekognition.model.Geometry
Within the bounding box, a fine-grained polygon around the detected item.
getPose() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Indicates the pose of the face as determined by its pitch, roll, and yaw.
getPose() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the pose of the face as determined by its pitch, roll, and yaw.
getProjectArn() - Method in class com.amazonaws.services.rekognition.model.CreateProjectResult
The Amazon Resource Name (ARN) of the new project.
getProjectArn() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.
getProjectArn() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectRequest
The Amazon Resource Name (ARN) of the project that you want to delete.
getProjectArn() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
The Amazon Resource Name (ARN) of the project that contains the models you want to describe.
getProjectArn() - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
The Amazon Resource Name (ARN) of the project.
getProjectDescriptions() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
A list of project descriptions.
getProjectName() - Method in class com.amazonaws.services.rekognition.model.CreateProjectRequest
The name of the project to create.
getProjectVersionArn() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionResult
The ARN of the model version that was created.
getProjectVersionArn() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionRequest
The Amazon Resource Name (ARN) of the model version that you want to delete.
getProjectVersionArn() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
The ARN of the model version that you want to use.
getProjectVersionArn() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The Amazon Resource Name (ARN) of the model version.
getProjectVersionArn() - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
The Amazon Resource Name(ARN) of the model version that you want to start.
getProjectVersionArn() - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionRequest
The Amazon Resource Name (ARN) of the model version that you want to delete.
getProjectVersionDescriptions() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
A list of model descriptions.
getQuality() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Identifies face image brightness and sharpness.
getQuality() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Identifies image brightness and sharpness.
getQualityFilter() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
getQualityFilter() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
getQualityFilter() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
getQuotaCode() - Method in exception com.amazonaws.services.rekognition.model.HumanLoopQuotaExceededException
The quota code.
getReasons() - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
An array of reasons that specify why a face wasn't indexed.
getRegionsOfInterest() - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
A Filter focusing on a certain area of the image.
getRegionsOfInterest() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
Filter focusing on a certain area of the frame.
getResourceType() - Method in exception com.amazonaws.services.rekognition.model.HumanLoopQuotaExceededException
The resource type.
getRoleArn() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
ARN of the IAM role that allows access to the stream processor.
getRoleArn() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
ARN of the IAM role that allows access to the stream processor.
getRoleArn() - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
getRoll() - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the roll axis.
getS3Bucket() - Method in class com.amazonaws.services.rekognition.model.OutputConfig
The S3 bucket where training output is placed.
getS3KeyPrefix() - Method in class com.amazonaws.services.rekognition.model.OutputConfig
The prefix applied to the training output files.
getS3Object() - Method in class com.amazonaws.services.rekognition.model.GroundTruthManifest
 
getS3Object() - Method in class com.amazonaws.services.rekognition.model.Image
Identifies an S3 object as the image source.
getS3Object() - Method in class com.amazonaws.services.rekognition.model.Summary
 
getS3Object() - Method in class com.amazonaws.services.rekognition.model.Video
The Amazon S3 bucket name and file name for the video.
getSampleRate() - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The sample rate for the audio stream.
getSearchedFaceBoundingBox() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The bounding box around the face in the input image that Amazon Rekognition used for the search.
getSearchedFaceConfidence() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The level of confidence that the searchedFaceBoundingBox, contains a face.
getSearchedFaceId() - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
ID of the face that was searched for matches in a collection.
getSegmentDetection(GetSegmentDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
getSegmentDetection(GetSegmentDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.
getSegmentDetection(GetSegmentDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.
getSegmentDetectionAsync(GetSegmentDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getSegmentDetectionAsync(GetSegmentDetectionRequest, AsyncHandler<GetSegmentDetectionRequest, GetSegmentDetectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getSegmentDetectionAsync(GetSegmentDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.
getSegmentDetectionAsync(GetSegmentDetectionRequest, AsyncHandler<GetSegmentDetectionRequest, GetSegmentDetectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.
getSegmentDetectionAsync(GetSegmentDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
getSegmentDetectionAsync(GetSegmentDetectionRequest, AsyncHandler<GetSegmentDetectionRequest, GetSegmentDetectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
GetSegmentDetectionRequest - Class in com.amazonaws.services.rekognition.model
 
GetSegmentDetectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
 
GetSegmentDetectionResult - Class in com.amazonaws.services.rekognition.model
 
GetSegmentDetectionResult() - Constructor for class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
 
getSegments() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array of segments detected in a video.
getSegmentTypes() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
An array of segment types to detect in the video.
getSelectedSegmentTypes() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array containing the segment types requested in the call to StartSegmentDetection.
getServiceCode() - Method in exception com.amazonaws.services.rekognition.model.HumanLoopQuotaExceededException
The service code.
getSettings() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
Face recognition input parameters to be used by the stream processor.
getSettings() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Face recognition input parameters that are being used by the stream processor.
getSharpness() - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing sharpness of the face.
getShotFilter() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
Filters that are specific to shot detections.
getShotSegment() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
If the segment is a shot detection, contains information about the shot detection.
getSimilarity() - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Level of confidence that the faces match.
getSimilarity() - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Confidence in the match of this face with the input face.
getSimilarityThreshold() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches array.
getSmile() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is smiling, and the confidence level in the determination.
getSNSTopicArn() - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
getSortBy() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Sort to use for celebrities returned in Celebrities field.
getSortBy() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
Sort to use for elements in the ModerationLabelDetections array.
getSortBy() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
Sort to use for grouping faces in the response.
getSortBy() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Sort to use for elements in the Labels array.
getSortBy() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
Sort to use for elements in the Persons array.
getSourceImage() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The input image as base64-encoded bytes or an S3 object.
getSourceImageFace() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The face in the source image that was used for comparison.
getSourceImageOrientationCorrection() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The value of SourceImageOrientationCorrection is always null.
getStartTimecodeSMPTE() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The frame-accurate SMPTE timecode, from the start of a video, for the start of a detected segment.
getStartTimestampMillis() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The start time of the detected segment in milliseconds from the start of the video.
getStatus() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectResult
The current status of the delete project operation.
getStatus() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionResult
The status of the deletion operation.
getStatus() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Current status of the stream processor.
getStatus() - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
The current status of the project.
getStatus() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The current status of the model version.
getStatus() - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionResult
The current running status of the model.
getStatus() - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionResult
The current status of the stop operation.
getStatus() - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
Current status of the Amazon Rekognition stream processor.
getStatusCode() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
HTTP status code indicating the result of the operation.
getStatusCode() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
HTTP status code that indicates the result of the operation.
getStatusMessage() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Detailed status message about the stream processor.
getStatusMessage() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
If the job fails, StatusMessage provides a descriptive error message.
getStatusMessage() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
If the job fails, StatusMessage provides a descriptive error message.
getStatusMessage() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
getStatusMessage() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
If the job fails, StatusMessage provides a descriptive error message.
getStatusMessage() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
getStatusMessage() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
If the job fails, StatusMessage provides a descriptive error message.
getStatusMessage() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
getStatusMessage() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
getStatusMessage() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
A descriptive message for an error or warning that occurred.
getStreamProcessorArn() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorResult
ARN for the newly create stream processor.
getStreamProcessorArn() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
ARN of the stream processor.
getStreamProcessors() - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
List of stream processors that you have created.
getSummary() - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
The S3 bucket that contains the training summary.
getSunglasses() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
getTargetImage() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The target image as base64-encoded bytes or an S3 object.
getTargetImageOrientationCorrection() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The value of TargetImageOrientationCorrection is always null.
getTechnicalCueFilter() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
Filters that are specific to technical cues.
getTechnicalCueSegment() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
If the segment is a technical cue, contains information about the technical cue.
getTestingData() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The dataset to use for testing.
getTestingDataResult() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The manifest file that represents the testing results.
getTextDetection(GetTextDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
getTextDetection(GetTextDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
getTextDetection(GetTextDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
getTextDetection() - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
Details about text detected in a video.
getTextDetectionAsync(GetTextDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getTextDetectionAsync(GetTextDetectionRequest, AsyncHandler<GetTextDetectionRequest, GetTextDetectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
getTextDetectionAsync(GetTextDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
getTextDetectionAsync(GetTextDetectionRequest, AsyncHandler<GetTextDetectionRequest, GetTextDetectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
getTextDetectionAsync(GetTextDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
getTextDetectionAsync(GetTextDetectionRequest, AsyncHandler<GetTextDetectionRequest, GetTextDetectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
GetTextDetectionRequest - Class in com.amazonaws.services.rekognition.model
 
GetTextDetectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
 
GetTextDetectionResult - Class in com.amazonaws.services.rekognition.model
 
GetTextDetectionResult() - Constructor for class com.amazonaws.services.rekognition.model.GetTextDetectionResult
 
getTextDetections() - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
An array of text that was detected in the input image.
getTextDetections() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
An array of text detected in the video.
getTextModelVersion() - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
The model version used to detect text.
getTextModelVersion() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
Version number of the text detection model that was used to detect text.
getTimestamp() - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
The time, in milliseconds from the start of the video, that the celebrity was recognized.
getTimestamp() - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.
getTimestamp() - Method in class com.amazonaws.services.rekognition.model.FaceDetection
Time, in milliseconds from the start of the video, that the face was detected.
getTimestamp() - Method in class com.amazonaws.services.rekognition.model.LabelDetection
Time, in milliseconds from the start of the video, that the label was detected.
getTimestamp() - Method in class com.amazonaws.services.rekognition.model.PersonDetection
The time, in milliseconds from the start of the video, that the person's path was tracked.
getTimestamp() - Method in class com.amazonaws.services.rekognition.model.PersonMatch
The time, in milliseconds from the beginning of the video, that the person was matched in the video.
getTimestamp() - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
The time, in milliseconds from the start of the video, that the text was detected.
getTop() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Top coordinate of the bounding box as a ratio of overall image height.
getTrainingData() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The dataset to use for training.
getTrainingDataResult() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The manifest file that represents the training results.
getTrainingEndTimestamp() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The Unix date and time that training of the model ended.
getType() - Method in class com.amazonaws.services.rekognition.model.Emotion
Type of emotion detected.
getType() - Method in class com.amazonaws.services.rekognition.model.Landmark
Type of landmark.
getType() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The type of the segment.
getType() - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
The type of a segment (technical cue or shot detection).
getType() - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
The type of the technical cue.
getType() - Method in class com.amazonaws.services.rekognition.model.TextDetection
The type of text that was detected.
getUnindexedFaces() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces that were detected in the image but weren't indexed.
getUnmatchedFaces() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
An array of faces in the target image that did not match the source image face.
getUnrecognizedFaces() - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
Details about each unrecognized face in the image.
getUrls() - Method in class com.amazonaws.services.rekognition.model.Celebrity
An array of URLs pointing to additional information about the celebrity.
getUrls() - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
An array of URLs pointing to additional celebrity information.
getUrls() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
An array of URLs pointing to additional celebrity information.
getValue() - Method in class com.amazonaws.services.rekognition.model.Beard
Boolean value that indicates whether the face has beard or not.
getValue() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Boolean value that indicates whether the face is wearing eye glasses or not.
getValue() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Boolean value that indicates whether the eyes on the face are open.
getValue() - Method in class com.amazonaws.services.rekognition.model.Gender
The predicted gender of the face.
getValue() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Boolean value that indicates whether the mouth on the face is open or not.
getValue() - Method in class com.amazonaws.services.rekognition.model.Mustache
Boolean value that indicates whether the face has mustache or not.
getValue() - Method in class com.amazonaws.services.rekognition.model.Smile
Boolean value that indicates whether the face is smiling or not.
getValue() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Boolean value that indicates whether the face is wearing sunglasses or not.
getVersion() - Method in class com.amazonaws.services.rekognition.model.S3Object
If the bucket is versioning enabled, you can specify the object version.
getVersionName() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
A name for the version of the model.
getVersionNames() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
A list of model version names that you want to describe.
getVideo() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
The video in which you want to recognize celebrities.
getVideo() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
The video in which you want to detect unsafe content.
getVideo() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
The video in which you want to detect faces.
getVideo() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
The video you want to search.
getVideo() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
The video in which you want to detect labels.
getVideo() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
The video in which you want to detect people.
getVideo() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
 
getVideo() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
 
getVideoMetadata() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
Information about a video that Amazon Rekognition Video analyzed.
getVideoMetadata() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
Information about a video that Amazon Rekognition analyzed.
getVideoMetadata() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
Information about a video that Amazon Rekognition Video analyzed.
getVideoMetadata() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
Information about a video that Amazon Rekognition analyzed.
getVideoMetadata() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
Information about a video that Amazon Rekognition Video analyzed.
getVideoMetadata() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
Information about a video that Amazon Rekognition Video analyzed.
getVideoMetadata() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
Currently, Amazon Rekognition Video returns a single object in the VideoMetadata array.
getVideoMetadata() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
 
getWidth() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Width of the bounding box as a ratio of the overall image width.
getWordFilter() - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
 
getWordFilter() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
Filters focusing on qualities of the text, such as confidence or size.
getX() - Method in class com.amazonaws.services.rekognition.model.Landmark
The x-coordinate from the top left of the landmark expressed as the ratio of the width of the image.
getX() - Method in class com.amazonaws.services.rekognition.model.Point
The value of the X coordinate for a point on a Polygon.
getY() - Method in class com.amazonaws.services.rekognition.model.Landmark
The y-coordinate from the top left of the landmark expressed as the ratio of the height of the image.
getY() - Method in class com.amazonaws.services.rekognition.model.Point
The value of the Y coordinate for a point on a Polygon.
getYaw() - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the yaw axis.
GroundTruthManifest - Class in com.amazonaws.services.rekognition.model
The S3 bucket that contains the Ground Truth manifest file.
GroundTruthManifest() - Constructor for class com.amazonaws.services.rekognition.model.GroundTruthManifest
 

H

hashCode() - Method in class com.amazonaws.services.rekognition.model.AgeRange
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Asset
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Beard
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Celebrity
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CreateProjectRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CreateProjectResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CustomLabel
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectTextRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Emotion
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Face
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.FaceDetection
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.FaceMatch
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.FaceRecord
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Gender
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Geometry
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.GroundTruthManifest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Image
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ImageQuality
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Instance
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.KinesisDataStream
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.KinesisVideoStream
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Label
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.LabelDetection
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Landmark
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Mustache
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.OutputConfig
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Parent
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.PersonDetail
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.PersonDetection
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.PersonMatch
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Point
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Pose
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.RegionOfInterest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.S3Object
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ShotSegment
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Smile
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartShotDetectionFilter
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartTechnicalCueDetectionFilter
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorInput
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorOutput
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorSettings
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Summary
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.TestingData
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.TextDetection
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.TrainingData
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Video
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
 
HumanLoopActivationOutput - Class in com.amazonaws.services.rekognition.model
Shows the results of the human in the loop evaluation.
HumanLoopActivationOutput() - Constructor for class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
 
HumanLoopConfig - Class in com.amazonaws.services.rekognition.model
Sets up the flow definition the image will be sent to if one of the conditions is met.
HumanLoopConfig() - Constructor for class com.amazonaws.services.rekognition.model.HumanLoopConfig
 
HumanLoopDataAttributes - Class in com.amazonaws.services.rekognition.model
Allows you to set attributes of the image.
HumanLoopDataAttributes() - Constructor for class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
 
HumanLoopQuotaExceededException - Exception in com.amazonaws.services.rekognition.model
The number of in-progress human reviews you have has exceeded the number allowed.
HumanLoopQuotaExceededException(String) - Constructor for exception com.amazonaws.services.rekognition.model.HumanLoopQuotaExceededException
Constructs a new HumanLoopQuotaExceededException with the specified error message.

I

IdempotentParameterMismatchException - Exception in com.amazonaws.services.rekognition.model
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.
IdempotentParameterMismatchException(String) - Constructor for exception com.amazonaws.services.rekognition.model.IdempotentParameterMismatchException
Constructs a new IdempotentParameterMismatchException with the specified error message.
Image - Class in com.amazonaws.services.rekognition.model
Provides the input image either as bytes or an S3 object.
Image() - Constructor for class com.amazonaws.services.rekognition.model.Image
 
ImageQuality - Class in com.amazonaws.services.rekognition.model
Identifies face image brightness and sharpness.
ImageQuality() - Constructor for class com.amazonaws.services.rekognition.model.ImageQuality
 
ImageTooLargeException - Exception in com.amazonaws.services.rekognition.model
The input image size exceeds the allowed limit.
ImageTooLargeException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ImageTooLargeException
Constructs a new ImageTooLargeException with the specified error message.
indexFaces(IndexFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
indexFaces(IndexFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Detects faces in the input image and adds them to the specified collection.
indexFaces(IndexFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Detects faces in the input image and adds them to the specified collection.
indexFacesAsync(IndexFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
indexFacesAsync(IndexFacesRequest, AsyncHandler<IndexFacesRequest, IndexFacesResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
indexFacesAsync(IndexFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects faces in the input image and adds them to the specified collection.
indexFacesAsync(IndexFacesRequest, AsyncHandler<IndexFacesRequest, IndexFacesResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Detects faces in the input image and adds them to the specified collection.
indexFacesAsync(IndexFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
indexFacesAsync(IndexFacesRequest, AsyncHandler<IndexFacesRequest, IndexFacesResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
IndexFacesRequest - Class in com.amazonaws.services.rekognition.model
 
IndexFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.IndexFacesRequest
 
IndexFacesResult - Class in com.amazonaws.services.rekognition.model
 
IndexFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.IndexFacesResult
 
Instance - Class in com.amazonaws.services.rekognition.model
An instance of a label returned by Amazon Rekognition Image (DetectLabels) or by Amazon Rekognition Video (GetLabelDetection).
Instance() - Constructor for class com.amazonaws.services.rekognition.model.Instance
 
InternalServerErrorException - Exception in com.amazonaws.services.rekognition.model
Amazon Rekognition experienced a service issue.
InternalServerErrorException(String) - Constructor for exception com.amazonaws.services.rekognition.model.InternalServerErrorException
Constructs a new InternalServerErrorException with the specified error message.
InvalidImageFormatException - Exception in com.amazonaws.services.rekognition.model
The provided image format is not supported.
InvalidImageFormatException(String) - Constructor for exception com.amazonaws.services.rekognition.model.InvalidImageFormatException
Constructs a new InvalidImageFormatException with the specified error message.
InvalidPaginationTokenException - Exception in com.amazonaws.services.rekognition.model
Pagination token in the request is not valid.
InvalidPaginationTokenException(String) - Constructor for exception com.amazonaws.services.rekognition.model.InvalidPaginationTokenException
Constructs a new InvalidPaginationTokenException with the specified error message.
InvalidParameterException - Exception in com.amazonaws.services.rekognition.model
Input parameter violated a constraint.
InvalidParameterException(String) - Constructor for exception com.amazonaws.services.rekognition.model.InvalidParameterException
Constructs a new InvalidParameterException with the specified error message.
InvalidS3ObjectException - Exception in com.amazonaws.services.rekognition.model
Amazon Rekognition is unable to access the S3 object specified in the request.
InvalidS3ObjectException(String) - Constructor for exception com.amazonaws.services.rekognition.model.InvalidS3ObjectException
Constructs a new InvalidS3ObjectException with the specified error message.
isAutoCreate() - Method in class com.amazonaws.services.rekognition.model.TestingData
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset.
isValue() - Method in class com.amazonaws.services.rekognition.model.Beard
Boolean value that indicates whether the face has beard or not.
isValue() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Boolean value that indicates whether the face is wearing eye glasses or not.
isValue() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Boolean value that indicates whether the eyes on the face are open.
isValue() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Boolean value that indicates whether the mouth on the face is open or not.
isValue() - Method in class com.amazonaws.services.rekognition.model.Mustache
Boolean value that indicates whether the face has mustache or not.
isValue() - Method in class com.amazonaws.services.rekognition.model.Smile
Boolean value that indicates whether the face is smiling or not.
isValue() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Boolean value that indicates whether the face is wearing sunglasses or not.

K

KinesisDataStream - Class in com.amazonaws.services.rekognition.model
The Kinesis data stream Amazon Rekognition to which the analysis results of a Amazon Rekognition stream processor are streamed.
KinesisDataStream() - Constructor for class com.amazonaws.services.rekognition.model.KinesisDataStream
 
KinesisVideoStream - Class in com.amazonaws.services.rekognition.model
Kinesis video stream stream that provides the source streaming video for a Amazon Rekognition Video stream processor.
KinesisVideoStream() - Constructor for class com.amazonaws.services.rekognition.model.KinesisVideoStream
 

L

Label - Class in com.amazonaws.services.rekognition.model
Structure containing details about the detected label, including the name, detected instances, parent labels, and level of confidence.
Label() - Constructor for class com.amazonaws.services.rekognition.model.Label
 
LabelDetection - Class in com.amazonaws.services.rekognition.model
Information about a label detected in a video analysis request and the time the label was detected in the video.
LabelDetection() - Constructor for class com.amazonaws.services.rekognition.model.LabelDetection
 
LabelDetectionSortBy - Enum in com.amazonaws.services.rekognition.model
 
Landmark - Class in com.amazonaws.services.rekognition.model
Indicates the location of the landmark on the face.
Landmark() - Constructor for class com.amazonaws.services.rekognition.model.Landmark
 
LandmarkType - Enum in com.amazonaws.services.rekognition.model
 
LimitExceededException - Exception in com.amazonaws.services.rekognition.model
An Amazon Rekognition service limit was exceeded.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.rekognition.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listCollections(ListCollectionsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
listCollections(ListCollectionsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Returns list of collection IDs in your account.
listCollections(ListCollectionsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Returns list of collection IDs in your account.
listCollectionsAsync(ListCollectionsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
listCollectionsAsync(ListCollectionsRequest, AsyncHandler<ListCollectionsRequest, ListCollectionsResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
listCollectionsAsync(ListCollectionsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Returns list of collection IDs in your account.
listCollectionsAsync(ListCollectionsRequest, AsyncHandler<ListCollectionsRequest, ListCollectionsResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Returns list of collection IDs in your account.
listCollectionsAsync(ListCollectionsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
listCollectionsAsync(ListCollectionsRequest, AsyncHandler<ListCollectionsRequest, ListCollectionsResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
ListCollectionsRequest - Class in com.amazonaws.services.rekognition.model
 
ListCollectionsRequest() - Constructor for class com.amazonaws.services.rekognition.model.ListCollectionsRequest
 
ListCollectionsResult - Class in com.amazonaws.services.rekognition.model
 
ListCollectionsResult() - Constructor for class com.amazonaws.services.rekognition.model.ListCollectionsResult
 
listFaces(ListFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
listFaces(ListFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Returns metadata for faces in the specified collection.
listFaces(ListFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Returns metadata for faces in the specified collection.
listFacesAsync(ListFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
listFacesAsync(ListFacesRequest, AsyncHandler<ListFacesRequest, ListFacesResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
listFacesAsync(ListFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Returns metadata for faces in the specified collection.
listFacesAsync(ListFacesRequest, AsyncHandler<ListFacesRequest, ListFacesResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Returns metadata for faces in the specified collection.
listFacesAsync(ListFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
listFacesAsync(ListFacesRequest, AsyncHandler<ListFacesRequest, ListFacesResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
ListFacesRequest - Class in com.amazonaws.services.rekognition.model
 
ListFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.ListFacesRequest
 
ListFacesResult - Class in com.amazonaws.services.rekognition.model
 
ListFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.ListFacesResult
 
listStreamProcessors(ListStreamProcessorsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
listStreamProcessors(ListStreamProcessorsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Gets a list of stream processors that you have created with CreateStreamProcessor.
listStreamProcessors(ListStreamProcessorsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Gets a list of stream processors that you have created with CreateStreamProcessor.
listStreamProcessorsAsync(ListStreamProcessorsRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
listStreamProcessorsAsync(ListStreamProcessorsRequest, AsyncHandler<ListStreamProcessorsRequest, ListStreamProcessorsResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
listStreamProcessorsAsync(ListStreamProcessorsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets a list of stream processors that you have created with CreateStreamProcessor.
listStreamProcessorsAsync(ListStreamProcessorsRequest, AsyncHandler<ListStreamProcessorsRequest, ListStreamProcessorsResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Gets a list of stream processors that you have created with CreateStreamProcessor.
listStreamProcessorsAsync(ListStreamProcessorsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
listStreamProcessorsAsync(ListStreamProcessorsRequest, AsyncHandler<ListStreamProcessorsRequest, ListStreamProcessorsResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
ListStreamProcessorsRequest - Class in com.amazonaws.services.rekognition.model
 
ListStreamProcessorsRequest() - Constructor for class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
 
ListStreamProcessorsResult - Class in com.amazonaws.services.rekognition.model
 
ListStreamProcessorsResult() - Constructor for class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.AgeRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Asset
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Beard
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Celebrity
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.CustomLabel
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Emotion
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Face
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.FaceDetection
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Gender
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Geometry
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.GroundTruthManifest
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Image
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Instance
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.KinesisDataStream
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.KinesisVideoStream
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Label
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.LabelDetection
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Landmark
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Mustache
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.OutputConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Parent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.PersonDetail
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.PersonDetection
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.PersonMatch
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Point
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Pose
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.RegionOfInterest
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.S3Object
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.ShotSegment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Smile
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.StartShotDetectionFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.StartTechnicalCueDetectionFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorInput
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorOutput
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorSettings
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Summary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.TestingData
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.TextDetection
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.TrainingData
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.Video
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
 
ModerationLabel - Class in com.amazonaws.services.rekognition.model
Provides information about a single type of unsafe content found in an image or video.
ModerationLabel() - Constructor for class com.amazonaws.services.rekognition.model.ModerationLabel
 
MouthOpen - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
MouthOpen() - Constructor for class com.amazonaws.services.rekognition.model.MouthOpen
 
Mustache - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the face has a mustache, and the confidence level in the determination.
Mustache() - Constructor for class com.amazonaws.services.rekognition.model.Mustache
 

N

NotificationChannel - Class in com.amazonaws.services.rekognition.model
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status of a video analysis operation.
NotificationChannel() - Constructor for class com.amazonaws.services.rekognition.model.NotificationChannel
 

O

OrientationCorrection - Enum in com.amazonaws.services.rekognition.model
 
OutputConfig - Class in com.amazonaws.services.rekognition.model
The S3 bucket and folder location where training output is placed.
OutputConfig() - Constructor for class com.amazonaws.services.rekognition.model.OutputConfig
 

P

Parent - Class in com.amazonaws.services.rekognition.model
A parent label for a label.
Parent() - Constructor for class com.amazonaws.services.rekognition.model.Parent
 
PersonDetail - Class in com.amazonaws.services.rekognition.model
Details about a person detected in a video analysis request.
PersonDetail() - Constructor for class com.amazonaws.services.rekognition.model.PersonDetail
 
PersonDetection - Class in com.amazonaws.services.rekognition.model
Details and path tracking information for a single time a person's path is tracked in a video.
PersonDetection() - Constructor for class com.amazonaws.services.rekognition.model.PersonDetection
 
PersonMatch - Class in com.amazonaws.services.rekognition.model
Information about a person whose face matches a face(s) in an Amazon Rekognition collection.
PersonMatch() - Constructor for class com.amazonaws.services.rekognition.model.PersonMatch
 
PersonTrackingSortBy - Enum in com.amazonaws.services.rekognition.model
 
Point - Class in com.amazonaws.services.rekognition.model
The X and Y coordinates of a point on an image.
Point() - Constructor for class com.amazonaws.services.rekognition.model.Point
 
Pose - Class in com.amazonaws.services.rekognition.model
Indicates the pose of the face as determined by its pitch, roll, and yaw.
Pose() - Constructor for class com.amazonaws.services.rekognition.model.Pose
 
ProjectDescription - Class in com.amazonaws.services.rekognition.model
A description of a Amazon Rekognition Custom Labels project.
ProjectDescription() - Constructor for class com.amazonaws.services.rekognition.model.ProjectDescription
 
ProjectStatus - Enum in com.amazonaws.services.rekognition.model
 
ProjectVersionDescription - Class in com.amazonaws.services.rekognition.model
The description of a version of a model.
ProjectVersionDescription() - Constructor for class com.amazonaws.services.rekognition.model.ProjectVersionDescription
 
projectVersionRunning() - Method in class com.amazonaws.services.rekognition.waiters.AmazonRekognitionWaiters
Builds a ProjectVersionRunning waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
ProjectVersionStatus - Enum in com.amazonaws.services.rekognition.model
 
projectVersionTrainingCompleted() - Method in class com.amazonaws.services.rekognition.waiters.AmazonRekognitionWaiters
Builds a ProjectVersionTrainingCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
ProvisionedThroughputExceededException - Exception in com.amazonaws.services.rekognition.model
The number of requests exceeded your throughput limit.
ProvisionedThroughputExceededException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ProvisionedThroughputExceededException
Constructs a new ProvisionedThroughputExceededException with the specified error message.

Q

QualityFilter - Enum in com.amazonaws.services.rekognition.model
 

R

Reason - Enum in com.amazonaws.services.rekognition.model
 
recognizeCelebrities(RecognizeCelebritiesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
recognizeCelebrities(RecognizeCelebritiesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Returns an array of celebrities recognized in the input image.
recognizeCelebrities(RecognizeCelebritiesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Returns an array of celebrities recognized in the input image.
recognizeCelebritiesAsync(RecognizeCelebritiesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
recognizeCelebritiesAsync(RecognizeCelebritiesRequest, AsyncHandler<RecognizeCelebritiesRequest, RecognizeCelebritiesResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
recognizeCelebritiesAsync(RecognizeCelebritiesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Returns an array of celebrities recognized in the input image.
recognizeCelebritiesAsync(RecognizeCelebritiesRequest, AsyncHandler<RecognizeCelebritiesRequest, RecognizeCelebritiesResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Returns an array of celebrities recognized in the input image.
recognizeCelebritiesAsync(RecognizeCelebritiesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
recognizeCelebritiesAsync(RecognizeCelebritiesRequest, AsyncHandler<RecognizeCelebritiesRequest, RecognizeCelebritiesResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
RecognizeCelebritiesRequest - Class in com.amazonaws.services.rekognition.model
 
RecognizeCelebritiesRequest() - Constructor for class com.amazonaws.services.rekognition.model.RecognizeCelebritiesRequest
 
RecognizeCelebritiesResult - Class in com.amazonaws.services.rekognition.model
 
RecognizeCelebritiesResult() - Constructor for class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
 
RegionOfInterest - Class in com.amazonaws.services.rekognition.model
Specifies a location within the frame that Rekognition checks for text.
RegionOfInterest() - Constructor for class com.amazonaws.services.rekognition.model.RegionOfInterest
 
ResourceAlreadyExistsException - Exception in com.amazonaws.services.rekognition.model
A collection with the specified ID already exists.
ResourceAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ResourceAlreadyExistsException
Constructs a new ResourceAlreadyExistsException with the specified error message.
ResourceInUseException - Exception in com.amazonaws.services.rekognition.model
The specified resource is already being used.
ResourceInUseException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ResourceInUseException
Constructs a new ResourceInUseException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.rekognition.model
The collection specified in the request cannot be found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
ResourceNotReadyException - Exception in com.amazonaws.services.rekognition.model
The requested resource isn't ready.
ResourceNotReadyException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ResourceNotReadyException
Constructs a new ResourceNotReadyException with the specified error message.

S

S3Object - Class in com.amazonaws.services.rekognition.model
Provides the S3 bucket name and object name.
S3Object() - Constructor for class com.amazonaws.services.rekognition.model.S3Object
 
searchFaces(SearchFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
searchFaces(SearchFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
For a given input face ID, searches for matching faces in the collection the face belongs to.
searchFaces(SearchFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
For a given input face ID, searches for matching faces in the collection the face belongs to.
searchFacesAsync(SearchFacesRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
searchFacesAsync(SearchFacesRequest, AsyncHandler<SearchFacesRequest, SearchFacesResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
searchFacesAsync(SearchFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
For a given input face ID, searches for matching faces in the collection the face belongs to.
searchFacesAsync(SearchFacesRequest, AsyncHandler<SearchFacesRequest, SearchFacesResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
For a given input face ID, searches for matching faces in the collection the face belongs to.
searchFacesAsync(SearchFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
searchFacesAsync(SearchFacesRequest, AsyncHandler<SearchFacesRequest, SearchFacesResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
searchFacesByImage(SearchFacesByImageRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
searchFacesByImage(SearchFacesByImageRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces.
searchFacesByImage(SearchFacesByImageRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces.
searchFacesByImageAsync(SearchFacesByImageRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
searchFacesByImageAsync(SearchFacesByImageRequest, AsyncHandler<SearchFacesByImageRequest, SearchFacesByImageResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
searchFacesByImageAsync(SearchFacesByImageRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces.
searchFacesByImageAsync(SearchFacesByImageRequest, AsyncHandler<SearchFacesByImageRequest, SearchFacesByImageResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces.
searchFacesByImageAsync(SearchFacesByImageRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
searchFacesByImageAsync(SearchFacesByImageRequest, AsyncHandler<SearchFacesByImageRequest, SearchFacesByImageResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
SearchFacesByImageRequest - Class in com.amazonaws.services.rekognition.model
 
SearchFacesByImageRequest() - Constructor for class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
 
SearchFacesByImageResult - Class in com.amazonaws.services.rekognition.model
 
SearchFacesByImageResult() - Constructor for class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
 
SearchFacesRequest - Class in com.amazonaws.services.rekognition.model
 
SearchFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.SearchFacesRequest
 
SearchFacesResult - Class in com.amazonaws.services.rekognition.model
 
SearchFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.SearchFacesResult
 
SegmentDetection - Class in com.amazonaws.services.rekognition.model
A technical cue or shot detection segment detected in a video.
SegmentDetection() - Constructor for class com.amazonaws.services.rekognition.model.SegmentDetection
 
SegmentType - Enum in com.amazonaws.services.rekognition.model
 
SegmentTypeInfo - Class in com.amazonaws.services.rekognition.model
Information about the type of a segment requested in a call to StartSegmentDetection.
SegmentTypeInfo() - Constructor for class com.amazonaws.services.rekognition.model.SegmentTypeInfo
 
setAgeRange(AgeRange) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The estimated age range, in years, for the face.
setArn(String) - Method in class com.amazonaws.services.rekognition.model.KinesisDataStream
ARN of the output Amazon Kinesis Data Streams stream.
setArn(String) - Method in class com.amazonaws.services.rekognition.model.KinesisVideoStream
ARN of the Kinesis video stream stream that streams the source video.
setAssets(Collection<Asset>) - Method in class com.amazonaws.services.rekognition.model.TestingData
The assets used for testing.
setAssets(Collection<Asset>) - Method in class com.amazonaws.services.rekognition.model.TrainingData
A Sagemaker GroundTruth manifest file that contains the training images (assets).
setAttributes(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
An array of facial attributes you want to be returned.
setAudioMetadata(Collection<AudioMetadata>) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array of objects.
setAutoCreate(Boolean) - Method in class com.amazonaws.services.rekognition.model.TestingData
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset.
setBeard(Beard) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a beard, and the confidence level in the determination.
setBillableTrainingTimeInSeconds(Long) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The duration, in seconds, that the model version has been billed for training.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
Bounding box around the body of a celebrity.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Bounding box of the face.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Bounding box of the face.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.Face
Bounding box of the face.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Bounding box of the face.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.Geometry
An axis-aligned coarse representation of the detected item's location on the image.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.Instance
The position of the label instance on the image.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.PersonDetail
Bounding box around the detected person.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.RegionOfInterest
The box representing a region of interest on screen.
setBrightness(Float) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing brightness of the face.
setBucket(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
Name of the S3 bucket.
setBytes(ByteBuffer) - Method in class com.amazonaws.services.rekognition.model.Image
Blob of image bytes up to 5 MBs.
setCelebrities(Collection<CelebrityRecognition>) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
Array of celebrities recognized in the video.
setCelebrity(CelebrityDetail) - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
Information about a recognized celebrity.
setCelebrityFaces(Collection<Celebrity>) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
Details about each celebrity found in the image.
setClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
Idempotent token used to identify the start request.
setClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
Idempotent token used to identify the start request.
setClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
Idempotent token used to identify the start request.
setClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
Idempotent token used to identify the start request.
setClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
Idempotent token used to identify the start request.
setClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
Idempotent token used to identify the start request.
setClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
Idempotent token used to identify the start request.
setClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
Idempotent token used to identify the start request.
setCodec(String) - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The audio codec used to encode or decode the audio stream.
setCodec(String) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Type of compression used in the analyzed video.
setCollectionArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Amazon Resource Name (ARN) of the collection.
setCollectionARN(String) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The Amazon Resource Name (ARN) of the collection.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
ID for the collection that you are creating.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
ID of the collection to delete.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
Collection from which to remove the specific faces.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionRequest
The ID of the collection to describe.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
The ID of a collection that contains faces that you want to search for.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The ID of an existing collection to which you want to add the faces that are detected in the input images.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
ID of the collection from which to list the faces.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
ID of the collection to search.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of the collection the face belongs to.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
ID of the collection that contains the faces you want to search for.
setCollectionIds(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
An array of collection IDs.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Beard
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Level of confidence that what the bounding box contains is a face.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Confidence level that the selected bounding box contains a face.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.CustomLabel
The confidence that the model has in the detection of the custom label.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Emotion
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Face
Confidence level that the bounding box contains a face (and not a different object such as a tree).
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Confidence level that the bounding box contains a face (and not a different object such as a tree).
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Gender
Level of confidence in the prediction.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Instance
The confidence that Amazon Rekognition has in the accuracy of the bounding box.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Label
Level of confidence.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Mustache
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ShotSegment
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Smile
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The confidence that Amazon Rekognition has in the accuracy of the detected text and the accuracy of the geometry points around the detected text.
setContentClassifiers(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
Sets whether the input image is free of personally identifiable information.
setCreationTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The number of milliseconds since the Unix epoch time until the creation of the collection.
setCreationTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Date and time the stream processor was created
setCreationTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
The Unix timestamp for the date and time that the project was created.
setCreationTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The Unix datetime for the date and time that training started.
setCustomLabels(Collection<CustomLabel>) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsResult
An array of custom labels detected in the input image.
setDataAttributes(HumanLoopDataAttributes) - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
Sets attributes of the input data.
setDeletedFaces(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
An array of strings (face IDs) of the faces that were deleted.
setDetectedText(String) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The word or line of text recognized by Amazon Rekognition.
setDetectionAttributes(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
An array of facial attributes that you want to be returned.
setDurationMillis(Long) - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The duration of the audio stream in milliseconds.
setDurationMillis(Long) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The duration of the detected segment in milliseconds.
setDurationMillis(Long) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Length of the video in milliseconds.
setDurationSMPTE(String) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The duration of the timecode for the detected segment in SMPTE format.
setEmotions(Collection<Emotion>) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The emotions that appear to be expressed on the face, and the confidence level in the determination.
setEndpoint(String) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
setEndpoint(String) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setEndTimecodeSMPTE(String) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The frame-accurate SMPTE timecode, from the start of a video, for the end of a detected segment.
setEndTimestampMillis(Long) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The end time of the detected segment, in milliseconds, from the start of the video.
setEvaluationResult(EvaluationResult) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The training results.
setExternalImageId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Identifier that you assign to all the faces in the input image.
setExternalImageId(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The ID you want to assign to all the faces detected in the image.
setEyeglasses(Eyeglasses) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
setEyesOpen(EyeOpen) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
setF1Score(Float) - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
The F1 score for the evaluation of all labels.
setFace(ComparedFace) - Method in class com.amazonaws.services.rekognition.model.Celebrity
Provides information about the celebrity's face, such as its location on the image.
setFace(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
Face details for the recognized celebrity.
setFace(ComparedFace) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
setFace(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.FaceDetection
The face properties for the detected face.
setFace(Face) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
setFace(Face) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.
setFace(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.PersonDetail
Face details for the detected person.
setFaceAttributes(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
The face attributes you want returned.
setFaceCount(Long) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The number of faces that are indexed into the collection.
setFaceDetail(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Structure containing attributes of the face that the algorithm detected.
setFaceDetail(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
The structure that contains attributes of a face that IndexFacesdetected, but didn't index.
setFaceDetails(Collection<FaceDetail>) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
Details of each face found in the image.
setFaceId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the face.
setFaceId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of a face to find matches for in the collection.
setFaceIds(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
An array of face IDs to delete.
setFaceMatches(Collection<CompareFacesMatch>) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
An array of faces in the target image that match the source image face.
setFaceMatches(Collection<FaceMatch>) - Method in class com.amazonaws.services.rekognition.model.PersonMatch
Information about the faces in the input collection that match the face of a person in the video.
setFaceMatches(Collection<FaceMatch>) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
An array of faces that match the input face, along with the confidence in the match.
setFaceMatches(Collection<FaceMatch>) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
An array of faces that matched the input face, along with the confidence in the match.
setFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
Minimum face match confidence score that must be met to return a result for a recognized face.
setFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
(Optional) Specifies the minimum confidence in the face match to return.
setFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Optional value specifying the minimum confidence in the face match to return.
setFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
The minimum confidence in the person match to return.
setFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Version number of the face detection model associated with the collection you are creating.
setFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The version of the face model that's used by the collection for face detection.
setFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
The version number of the face detection model that's associated with the input collection ( CollectionId).
setFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
Version number of the face detection model associated with the input collection (CollectionId).
setFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
Version number of the face detection model associated with the input collection (CollectionId).
setFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
Version number of the face detection model associated with the input collection (CollectionId).
setFaceModelVersions(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
Version numbers of the face detection models associated with the collections in the array CollectionIds.
setFaceRecords(Collection<FaceRecord>) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces detected and added to the collection.
setFaces(Collection<FaceDetection>) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
An array of faces detected in the video.
setFaces(Collection<Face>) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
An array of Face objects.
setFaceSearch(FaceSearchSettings) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorSettings
Face search settings to use on a streaming video.
setFilters(DetectTextFilters) - Method in class com.amazonaws.services.rekognition.model.DetectTextRequest
Optional parameters that let you set the criteria that the text must meet to be included in your response.
setFilters(StartSegmentDetectionFilters) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
Filters for technical cue or shot detection.
setFilters(StartTextDetectionFilters) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
Optional parameters that let you set criteria the text must meet to be included in your response.
setFlowDefinitionArn(String) - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
The Amazon Resource Name (ARN) of the flow definition.
setFormat(String) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Format of the analyzed video.
setFrameHeight(Long) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Vertical pixel dimension of the video.
setFrameRate(Float) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Number of frames per second in the video.
setFrameWidth(Long) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Horizontal pixel dimension of the video.
setGender(Gender) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The predicted gender of a detected face.
setGeometry(Geometry) - Method in class com.amazonaws.services.rekognition.model.CustomLabel
The location of the detected object on the image that corresponds to the custom label.
setGeometry(Geometry) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The location of the detected text on the image.
setGroundTruthManifest(GroundTruthManifest) - Method in class com.amazonaws.services.rekognition.model.Asset
 
setHeight(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Height of the bounding box as a ratio of the overall image height.
setHigh(Integer) - Method in class com.amazonaws.services.rekognition.model.AgeRange
The highest estimated age.
setHumanLoopActivationConditionsEvaluationResults(String) - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
Shows the result of condition evaluations, including those conditions which activated a human review.
setHumanLoopActivationOutput(HumanLoopActivationOutput) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Shows the results of the human in the loop evaluation.
setHumanLoopActivationReasons(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
Shows if and why human review was needed.
setHumanLoopArn(String) - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
The Amazon Resource Name (ARN) of the HumanLoop created.
setHumanLoopConfig(HumanLoopConfig) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Sets up the configuration for human evaluation, including the FlowDefinition the image will be sent to.
setHumanLoopName(String) - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
The name of the human review used for this image.
setId(String) - Method in class com.amazonaws.services.rekognition.model.Celebrity
A unique identifier for the celebrity.
setId(String) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
The unique identifier for the celebrity.
setId(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoRequest
The ID for the celebrity.
setId(Integer) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The identifier for the detected text.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
 
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
The input image as base64-encoded bytes or an S3 object.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
The input image as base64-encoded bytes or an S3 object.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
The input image as base64-encoded bytes or an S3 object.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectTextRequest
The input image as base64-encoded bytes or an Amazon S3 object.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The input image as base64-encoded bytes or an S3 object.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesRequest
The input image as base64-encoded bytes or an S3 object.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
The input image as base64-encoded bytes or an S3 object.
setImageId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the input image.
setIndex(Long) - Method in class com.amazonaws.services.rekognition.model.PersonDetail
Identifier for the person detected person within a video.
setIndex(Long) - Method in class com.amazonaws.services.rekognition.model.ShotSegment
An Identifier for a shot detection segment detected in a video
setInput(StreamProcessorInput) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
Kinesis video stream stream that provides the source streaming video.
setInput(StreamProcessorInput) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Kinesis video stream that provides the source streaming video.
setInput(TestingData) - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
The testing dataset that was supplied for training.
setInput(TrainingData) - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
The training assets that you supplied for training.
setInstances(Collection<Instance>) - Method in class com.amazonaws.services.rekognition.model.Label
If Label represents an object, Instances contains the bounding boxes for each instance of the detected object.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Job identifier for the required celebrity recognition analysis.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
The identifier for the unsafe content job.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
Unique identifier for the face detection job.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
The job identifer for the search request.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Job identifier for the label detection operation for which you want results returned.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
The identifier for a job that tracks persons in a video.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
Job identifier for the text detection operation for which you want results returned.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
Job identifier for the text detection operation for which you want results returned.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionResult
The identifier for the celebrity recognition analysis job.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationResult
The identifier for the unsafe content analysis job.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionResult
The identifier for the face detection job.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchResult
The identifier for the search job.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionResult
The identifier for the label detection job.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingResult
The identifier for the person detection job.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionResult
Unique identifier for the segment detection job.
setJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionResult
Identifier for the text detection job.
setJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
The current status of the celebrity recognition job.
setJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
The current status of the unsafe content analysis job.
setJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
The current status of the face detection job.
setJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
The current status of the face search job.
setJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
The current status of the label detection job.
setJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
The current status of the person tracking job.
setJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
Current status of the segment detection job.
setJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
Current status of the text detection job.
setJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
setJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
setJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
setJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
setJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
setJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
setJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
setJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
An identifier returned in the completion status published by your Amazon Simple Notification Service topic.
setKinesisDataStream(KinesisDataStream) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorOutput
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
setKinesisVideoStream(KinesisVideoStream) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorInput
The Kinesis video stream input stream for the source streaming video.
setLabel(Label) - Method in class com.amazonaws.services.rekognition.model.LabelDetection
Details about the detected label.
setLabelModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
Version number of the label detection model that was used to detect labels.
setLabelModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
Version number of the label detection model that was used to detect labels.
setLabels(Collection<Label>) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
An array of labels for the real-world objects detected.
setLabels(Collection<LabelDetection>) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
An array of labels detected in the video.
setLandmarks(Collection<Landmark>) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
An array of facial landmarks.
setLandmarks(Collection<Landmark>) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the location of landmarks on the face.
setLastUpdateTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
The time, in Unix format, the stream processor was last updated.
setLeft(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Left coordinate of the bounding box as a ratio of overall image width.
setLow(Integer) - Method in class com.amazonaws.services.rekognition.model.AgeRange
The lowest estimated age.
setMatchConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Celebrity
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
setMaxFaces(Integer) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The maximum number of faces to index.
setMaxFaces(Integer) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Maximum number of faces to return.
setMaxFaces(Integer) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Maximum number of faces to return.
setMaxLabels(Integer) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Maximum number of labels you want the service to return in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
The maximum number of results to return per paginated call.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
The maximum number of results to return per paginated call.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
Maximum number of results you want the service to return in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Maximum number of results to return per paginated call.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
Maximum number of results to return per paginated call.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
Maximum number of results to return per paginated call.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
Maximum number of results to return per paginated call.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Maximum number of results to return per paginated call.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
Maximum number of results to return per paginated call.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
Maximum number of results to return per paginated call.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
Maximum number of results to return per paginated call.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Maximum number of collection IDs to return.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
Maximum number of faces to return.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
Maximum number of stream processors you want Amazon Rekognition Video to return in the response.
setMinBoundingBoxHeight(Float) - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
Sets the minimum height of the word bounding box.
setMinBoundingBoxWidth(Float) - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
Sets the minimum width of the word bounding box.
setMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
Specifies the minimum confidence level for the labels to return.
setMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
Sets confidence of word detection.
setMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Specifies the minimum confidence level for the labels to return.
setMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Specifies the minimum confidence level for the labels to return.
setMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
Specifies the minimum confidence that Amazon Rekognition must have in order to return a moderated content label.
setMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected label.
setMinInferenceUnits(Integer) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The minimum number of inference units used by the model.
setMinInferenceUnits(Integer) - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
The minimum number of inference units to use.
setMinSegmentConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.StartShotDetectionFilter
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.
setMinSegmentConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.StartTechnicalCueDetectionFilter
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.
setModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
The version of the model used to detect segments.
setModerationLabel(ModerationLabel) - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
The unsafe content label detected by in the stored video.
setModerationLabels(Collection<ModerationLabel>) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
setModerationLabels(Collection<ContentModerationDetection>) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
The detected unsafe content labels and the time(s) they were detected.
setModerationModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Version number of the moderation detection model that was used to detect unsafe content.
setModerationModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
Version number of the moderation detection model that was used to detect unsafe content.
setMouthOpen(MouthOpen) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
setMustache(Mustache) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a mustache, and the confidence level in the determination.
setName(String) - Method in class com.amazonaws.services.rekognition.model.Celebrity
The name of the celebrity.
setName(String) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
The name of the celebrity.
setName(String) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
An identifier you assign to the stream processor.
setName(String) - Method in class com.amazonaws.services.rekognition.model.CustomLabel
The name of the custom label.
setName(String) - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorRequest
The name of the stream processor you want to delete.
setName(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorRequest
Name of the stream processor for which you want information.
setName(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Name of the stream processor.
setName(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
The name of the celebrity.
setName(String) - Method in class com.amazonaws.services.rekognition.model.Label
The name (label) of the object or scene.
setName(String) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The label name for the type of unsafe content detected in the image.
setName(String) - Method in class com.amazonaws.services.rekognition.model.Parent
The name of the parent label.
setName(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
S3 object key name.
setName(String) - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorRequest
The name of the stream processor to start processing.
setName(String) - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorRequest
The name of a stream processor created by CreateStreamProcessor.
setName(String) - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
Name of the Amazon Rekognition stream processor.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
If the previous response was incomplete (because there is more recognized celebrities to retrieve), Amazon Rekognition Video returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
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.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
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 unsafe content labels.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
If the previous response was incomplete (because there are more faces to retrieve), Amazon Rekognition Video returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
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.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
If the previous response was incomplete (because there is more search results to retrieve), Amazon Rekognition Video returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
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.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
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.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition Video returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
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.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
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.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
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.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Pagination token from the previous response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
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.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
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.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
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.
setNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity recognition analysis to.
setNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the unsafe content analysis to.
setNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the face detection operation.
setNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the search.
setNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label detection operation to.
setNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people detection operation to.
setNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the segment detection operation.
setNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
 
setNumberOfChannels(Long) - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The number of audio channels in the segement.
setOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
The value of OrientationCorrection is always null.
setOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
The value of OrientationCorrection is always null.
setOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
The value of OrientationCorrection is always null.
setOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
The value of OrientationCorrection is always null.
setOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
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.
setOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
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.
setOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
The orientation of the input image (counterclockwise direction).
setOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
The orientation of the input image (counterclockwise direction).
setOutput(StreamProcessorOutput) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
Kinesis data stream stream to which Amazon Rekognition Video puts the analysis results.
setOutput(StreamProcessorOutput) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
setOutput(TestingData) - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
The subset of the dataset that was actually tested.
setOutput(TrainingData) - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
setOutputConfig(OutputConfig) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The Amazon S3 location to store the results of training.
setOutputConfig(OutputConfig) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The location where training results are saved.
setParentId(Integer) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The Parent identifier for the detected text identified by the value of ID.
setParentName(String) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The name for the parent label.
setParents(Collection<Parent>) - Method in class com.amazonaws.services.rekognition.model.Label
The parent labels for a label.
setPerson(PersonDetail) - Method in class com.amazonaws.services.rekognition.model.PersonDetection
Details about a person whose path was tracked in a video.
setPerson(PersonDetail) - Method in class com.amazonaws.services.rekognition.model.PersonMatch
Information about the matched person.
setPersons(Collection<PersonMatch>) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition collection.
setPersons(Collection<PersonDetection>) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
setPitch(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the pitch axis.
setPolygon(Collection<Point>) - Method in class com.amazonaws.services.rekognition.model.Geometry
Within the bounding box, a fine-grained polygon around the detected item.
setPose(Pose) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Indicates the pose of the face as determined by its pitch, roll, and yaw.
setPose(Pose) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the pose of the face as determined by its pitch, roll, and yaw.
setProjectArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateProjectResult
The Amazon Resource Name (ARN) of the new project.
setProjectArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.
setProjectArn(String) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectRequest
The Amazon Resource Name (ARN) of the project that you want to delete.
setProjectArn(String) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
The Amazon Resource Name (ARN) of the project that contains the models you want to describe.
setProjectArn(String) - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
The Amazon Resource Name (ARN) of the project.
setProjectDescriptions(Collection<ProjectDescription>) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
A list of project descriptions.
setProjectName(String) - Method in class com.amazonaws.services.rekognition.model.CreateProjectRequest
The name of the project to create.
setProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionResult
The ARN of the model version that was created.
setProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionRequest
The Amazon Resource Name (ARN) of the model version that you want to delete.
setProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
The ARN of the model version that you want to use.
setProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The Amazon Resource Name (ARN) of the model version.
setProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
The Amazon Resource Name(ARN) of the model version that you want to start.
setProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionRequest
The Amazon Resource Name (ARN) of the model version that you want to delete.
setProjectVersionDescriptions(Collection<ProjectVersionDescription>) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
A list of model descriptions.
setQuality(ImageQuality) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Identifies face image brightness and sharpness.
setQuality(ImageQuality) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Identifies image brightness and sharpness.
setQualityFilter(String) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
setQualityFilter(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
setQualityFilter(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
setQuotaCode(String) - Method in exception com.amazonaws.services.rekognition.model.HumanLoopQuotaExceededException
The quota code.
setReasons(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
An array of reasons that specify why a face wasn't indexed.
setRegion(Region) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
setRegion(Region) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Deprecated.
use AwsClientBuilder#setRegion(String)
setRegionsOfInterest(Collection<RegionOfInterest>) - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
A Filter focusing on a certain area of the image.
setRegionsOfInterest(Collection<RegionOfInterest>) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
Filter focusing on a certain area of the frame.
setResourceType(String) - Method in exception com.amazonaws.services.rekognition.model.HumanLoopQuotaExceededException
The resource type.
setRoleArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
ARN of the IAM role that allows access to the stream processor.
setRoleArn(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
ARN of the IAM role that allows access to the stream processor.
setRoleArn(String) - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
setRoll(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the roll axis.
setS3Bucket(String) - Method in class com.amazonaws.services.rekognition.model.OutputConfig
The S3 bucket where training output is placed.
setS3KeyPrefix(String) - Method in class com.amazonaws.services.rekognition.model.OutputConfig
The prefix applied to the training output files.
setS3Object(S3Object) - Method in class com.amazonaws.services.rekognition.model.GroundTruthManifest
 
setS3Object(S3Object) - Method in class com.amazonaws.services.rekognition.model.Image
Identifies an S3 object as the image source.
setS3Object(S3Object) - Method in class com.amazonaws.services.rekognition.model.Summary
 
setS3Object(S3Object) - Method in class com.amazonaws.services.rekognition.model.Video
The Amazon S3 bucket name and file name for the video.
setSampleRate(Long) - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The sample rate for the audio stream.
setSearchedFaceBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The bounding box around the face in the input image that Amazon Rekognition used for the search.
setSearchedFaceConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The level of confidence that the searchedFaceBoundingBox, contains a face.
setSearchedFaceId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
ID of the face that was searched for matches in a collection.
setSegments(Collection<SegmentDetection>) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array of segments detected in a video.
setSegmentTypes(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
An array of segment types to detect in the video.
setSelectedSegmentTypes(Collection<SegmentTypeInfo>) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array containing the segment types requested in the call to StartSegmentDetection.
setServiceCode(String) - Method in exception com.amazonaws.services.rekognition.model.HumanLoopQuotaExceededException
The service code.
setSettings(StreamProcessorSettings) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
Face recognition input parameters to be used by the stream processor.
setSettings(StreamProcessorSettings) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Face recognition input parameters that are being used by the stream processor.
setSharpness(Float) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing sharpness of the face.
setShotFilter(StartShotDetectionFilter) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
Filters that are specific to shot detections.
setShotSegment(ShotSegment) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
If the segment is a shot detection, contains information about the shot detection.
setSimilarity(Float) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Level of confidence that the faces match.
setSimilarity(Float) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Confidence in the match of this face with the input face.
setSimilarityThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches array.
setSmile(Smile) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is smiling, and the confidence level in the determination.
setSNSTopicArn(String) - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
setSortBy(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Sort to use for celebrities returned in Celebrities field.
setSortBy(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
Sort to use for elements in the ModerationLabelDetections array.
setSortBy(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
Sort to use for grouping faces in the response.
setSortBy(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Sort to use for elements in the Labels array.
setSortBy(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
Sort to use for elements in the Persons array.
setSourceImage(Image) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The input image as base64-encoded bytes or an S3 object.
setSourceImageFace(ComparedSourceImageFace) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The face in the source image that was used for comparison.
setSourceImageOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The value of SourceImageOrientationCorrection is always null.
setSourceImageOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The value of SourceImageOrientationCorrection is always null.
setStartTimecodeSMPTE(String) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The frame-accurate SMPTE timecode, from the start of a video, for the start of a detected segment.
setStartTimestampMillis(Long) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The start time of the detected segment in milliseconds from the start of the video.
setStatus(String) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectResult
The current status of the delete project operation.
setStatus(String) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionResult
The status of the deletion operation.
setStatus(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Current status of the stream processor.
setStatus(String) - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
The current status of the project.
setStatus(String) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The current status of the model version.
setStatus(String) - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionResult
The current running status of the model.
setStatus(String) - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionResult
The current status of the stop operation.
setStatus(String) - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
Current status of the Amazon Rekognition stream processor.
setStatusCode(Integer) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
HTTP status code indicating the result of the operation.
setStatusCode(Integer) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
HTTP status code that indicates the result of the operation.
setStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Detailed status message about the stream processor.
setStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
If the job fails, StatusMessage provides a descriptive error message.
setStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
If the job fails, StatusMessage provides a descriptive error message.
setStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
setStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
If the job fails, StatusMessage provides a descriptive error message.
setStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
setStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
If the job fails, StatusMessage provides a descriptive error message.
setStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
setStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
setStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
A descriptive message for an error or warning that occurred.
setStreamProcessorArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorResult
ARN for the newly create stream processor.
setStreamProcessorArn(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
ARN of the stream processor.
setStreamProcessors(Collection<StreamProcessor>) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
List of stream processors that you have created.
setSummary(Summary) - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
The S3 bucket that contains the training summary.
setSunglasses(Sunglasses) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
setTargetImage(Image) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The target image as base64-encoded bytes or an S3 object.
setTargetImageOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The value of TargetImageOrientationCorrection is always null.
setTargetImageOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The value of TargetImageOrientationCorrection is always null.
setTechnicalCueFilter(StartTechnicalCueDetectionFilter) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
Filters that are specific to technical cues.
setTechnicalCueSegment(TechnicalCueSegment) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
If the segment is a technical cue, contains information about the technical cue.
setTestingData(TestingData) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The dataset to use for testing.
setTestingDataResult(TestingDataResult) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The manifest file that represents the testing results.
setTextDetection(TextDetection) - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
Details about text detected in a video.
setTextDetections(Collection<TextDetection>) - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
An array of text that was detected in the input image.
setTextDetections(Collection<TextDetectionResult>) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
An array of text detected in the video.
setTextModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
The model version used to detect text.
setTextModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
Version number of the text detection model that was used to detect text.
setTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
The time, in milliseconds from the start of the video, that the celebrity was recognized.
setTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.
setTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.FaceDetection
Time, in milliseconds from the start of the video, that the face was detected.
setTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.LabelDetection
Time, in milliseconds from the start of the video, that the label was detected.
setTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.PersonDetection
The time, in milliseconds from the start of the video, that the person's path was tracked.
setTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.PersonMatch
The time, in milliseconds from the beginning of the video, that the person was matched in the video.
setTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
The time, in milliseconds from the start of the video, that the text was detected.
setTop(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Top coordinate of the bounding box as a ratio of overall image height.
setTrainingData(TrainingData) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The dataset to use for training.
setTrainingDataResult(TrainingDataResult) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The manifest file that represents the training results.
setTrainingEndTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The Unix date and time that training of the model ended.
setType(String) - Method in class com.amazonaws.services.rekognition.model.Emotion
Type of emotion detected.
setType(EmotionName) - Method in class com.amazonaws.services.rekognition.model.Emotion
Type of emotion detected.
setType(String) - Method in class com.amazonaws.services.rekognition.model.Landmark
Type of landmark.
setType(LandmarkType) - Method in class com.amazonaws.services.rekognition.model.Landmark
Type of landmark.
setType(String) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The type of the segment.
setType(String) - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
The type of a segment (technical cue or shot detection).
setType(String) - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
The type of the technical cue.
setType(String) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The type of text that was detected.
setUnindexedFaces(Collection<UnindexedFace>) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces that were detected in the image but weren't indexed.
setUnmatchedFaces(Collection<ComparedFace>) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
An array of faces in the target image that did not match the source image face.
setUnrecognizedFaces(Collection<ComparedFace>) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
Details about each unrecognized face in the image.
setUrls(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.Celebrity
An array of URLs pointing to additional information about the celebrity.
setUrls(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
An array of URLs pointing to additional celebrity information.
setUrls(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
An array of URLs pointing to additional celebrity information.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Beard
Boolean value that indicates whether the face has beard or not.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Boolean value that indicates whether the face is wearing eye glasses or not.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Boolean value that indicates whether the eyes on the face are open.
setValue(String) - Method in class com.amazonaws.services.rekognition.model.Gender
The predicted gender of the face.
setValue(GenderType) - Method in class com.amazonaws.services.rekognition.model.Gender
The predicted gender of the face.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Boolean value that indicates whether the mouth on the face is open or not.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Mustache
Boolean value that indicates whether the face has mustache or not.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Smile
Boolean value that indicates whether the face is smiling or not.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Boolean value that indicates whether the face is wearing sunglasses or not.
setVersion(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
If the bucket is versioning enabled, you can specify the object version.
setVersionName(String) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
A name for the version of the model.
setVersionNames(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
A list of model version names that you want to describe.
setVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
The video in which you want to recognize celebrities.
setVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
The video in which you want to detect unsafe content.
setVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
The video in which you want to detect faces.
setVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
The video you want to search.
setVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
The video in which you want to detect labels.
setVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
The video in which you want to detect people.
setVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
 
setVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
 
setVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
Information about a video that Amazon Rekognition Video analyzed.
setVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
Information about a video that Amazon Rekognition analyzed.
setVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
Information about a video that Amazon Rekognition Video analyzed.
setVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
Information about a video that Amazon Rekognition analyzed.
setVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
Information about a video that Amazon Rekognition Video analyzed.
setVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
Information about a video that Amazon Rekognition Video analyzed.
setVideoMetadata(Collection<VideoMetadata>) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
Currently, Amazon Rekognition Video returns a single object in the VideoMetadata array.
setVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
 
setWidth(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Width of the bounding box as a ratio of the overall image width.
setWordFilter(DetectionFilter) - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
 
setWordFilter(DetectionFilter) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
Filters focusing on qualities of the text, such as confidence or size.
setX(Float) - Method in class com.amazonaws.services.rekognition.model.Landmark
The x-coordinate from the top left of the landmark expressed as the ratio of the width of the image.
setX(Float) - Method in class com.amazonaws.services.rekognition.model.Point
The value of the X coordinate for a point on a Polygon.
setY(Float) - Method in class com.amazonaws.services.rekognition.model.Landmark
The y-coordinate from the top left of the landmark expressed as the ratio of the height of the image.
setY(Float) - Method in class com.amazonaws.services.rekognition.model.Point
The value of the Y coordinate for a point on a Polygon.
setYaw(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the yaw axis.
ShotSegment - Class in com.amazonaws.services.rekognition.model
Information about a shot detection segment detected in a video.
ShotSegment() - Constructor for class com.amazonaws.services.rekognition.model.ShotSegment
 
shutdown() - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
shutdown() - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
 
shutdown() - Method in class com.amazonaws.services.rekognition.waiters.AmazonRekognitionWaiters
 
Smile - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the face is smiling, and the confidence level in the determination.
Smile() - Constructor for class com.amazonaws.services.rekognition.model.Smile
 
standard() - Static method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.rekognition.AmazonRekognitionClientBuilder
 
startCelebrityRecognition(StartCelebrityRecognitionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
startCelebrityRecognition(StartCelebrityRecognitionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Starts asynchronous recognition of celebrities in a stored video.
startCelebrityRecognition(StartCelebrityRecognitionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Starts asynchronous recognition of celebrities in a stored video.
startCelebrityRecognitionAsync(StartCelebrityRecognitionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startCelebrityRecognitionAsync(StartCelebrityRecognitionRequest, AsyncHandler<StartCelebrityRecognitionRequest, StartCelebrityRecognitionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startCelebrityRecognitionAsync(StartCelebrityRecognitionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous recognition of celebrities in a stored video.
startCelebrityRecognitionAsync(StartCelebrityRecognitionRequest, AsyncHandler<StartCelebrityRecognitionRequest, StartCelebrityRecognitionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous recognition of celebrities in a stored video.
startCelebrityRecognitionAsync(StartCelebrityRecognitionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
startCelebrityRecognitionAsync(StartCelebrityRecognitionRequest, AsyncHandler<StartCelebrityRecognitionRequest, StartCelebrityRecognitionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StartCelebrityRecognitionRequest - Class in com.amazonaws.services.rekognition.model
 
StartCelebrityRecognitionRequest() - Constructor for class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
 
StartCelebrityRecognitionResult - Class in com.amazonaws.services.rekognition.model
 
StartCelebrityRecognitionResult() - Constructor for class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionResult
 
startContentModeration(StartContentModerationRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
startContentModeration(StartContentModerationRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Starts asynchronous detection of unsafe content in a stored video.
startContentModeration(StartContentModerationRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Starts asynchronous detection of unsafe content in a stored video.
startContentModerationAsync(StartContentModerationRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startContentModerationAsync(StartContentModerationRequest, AsyncHandler<StartContentModerationRequest, StartContentModerationResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startContentModerationAsync(StartContentModerationRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous detection of unsafe content in a stored video.
startContentModerationAsync(StartContentModerationRequest, AsyncHandler<StartContentModerationRequest, StartContentModerationResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous detection of unsafe content in a stored video.
startContentModerationAsync(StartContentModerationRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
startContentModerationAsync(StartContentModerationRequest, AsyncHandler<StartContentModerationRequest, StartContentModerationResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StartContentModerationRequest - Class in com.amazonaws.services.rekognition.model
 
StartContentModerationRequest() - Constructor for class com.amazonaws.services.rekognition.model.StartContentModerationRequest
 
StartContentModerationResult - Class in com.amazonaws.services.rekognition.model
 
StartContentModerationResult() - Constructor for class com.amazonaws.services.rekognition.model.StartContentModerationResult
 
startFaceDetection(StartFaceDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
startFaceDetection(StartFaceDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Starts asynchronous detection of faces in a stored video.
startFaceDetection(StartFaceDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Starts asynchronous detection of faces in a stored video.
startFaceDetectionAsync(StartFaceDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startFaceDetectionAsync(StartFaceDetectionRequest, AsyncHandler<StartFaceDetectionRequest, StartFaceDetectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startFaceDetectionAsync(StartFaceDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous detection of faces in a stored video.
startFaceDetectionAsync(StartFaceDetectionRequest, AsyncHandler<StartFaceDetectionRequest, StartFaceDetectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous detection of faces in a stored video.
startFaceDetectionAsync(StartFaceDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
startFaceDetectionAsync(StartFaceDetectionRequest, AsyncHandler<StartFaceDetectionRequest, StartFaceDetectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StartFaceDetectionRequest - Class in com.amazonaws.services.rekognition.model
 
StartFaceDetectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
 
StartFaceDetectionResult - Class in com.amazonaws.services.rekognition.model
 
StartFaceDetectionResult() - Constructor for class com.amazonaws.services.rekognition.model.StartFaceDetectionResult
 
startFaceSearch(StartFaceSearchRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
startFaceSearch(StartFaceSearchRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.
startFaceSearch(StartFaceSearchRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.
startFaceSearchAsync(StartFaceSearchRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startFaceSearchAsync(StartFaceSearchRequest, AsyncHandler<StartFaceSearchRequest, StartFaceSearchResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startFaceSearchAsync(StartFaceSearchRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.
startFaceSearchAsync(StartFaceSearchRequest, AsyncHandler<StartFaceSearchRequest, StartFaceSearchResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.
startFaceSearchAsync(StartFaceSearchRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
startFaceSearchAsync(StartFaceSearchRequest, AsyncHandler<StartFaceSearchRequest, StartFaceSearchResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StartFaceSearchRequest - Class in com.amazonaws.services.rekognition.model
 
StartFaceSearchRequest() - Constructor for class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
 
StartFaceSearchResult - Class in com.amazonaws.services.rekognition.model
 
StartFaceSearchResult() - Constructor for class com.amazonaws.services.rekognition.model.StartFaceSearchResult
 
startLabelDetection(StartLabelDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
startLabelDetection(StartLabelDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Starts asynchronous detection of labels in a stored video.
startLabelDetection(StartLabelDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Starts asynchronous detection of labels in a stored video.
startLabelDetectionAsync(StartLabelDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startLabelDetectionAsync(StartLabelDetectionRequest, AsyncHandler<StartLabelDetectionRequest, StartLabelDetectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startLabelDetectionAsync(StartLabelDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous detection of labels in a stored video.
startLabelDetectionAsync(StartLabelDetectionRequest, AsyncHandler<StartLabelDetectionRequest, StartLabelDetectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous detection of labels in a stored video.
startLabelDetectionAsync(StartLabelDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
startLabelDetectionAsync(StartLabelDetectionRequest, AsyncHandler<StartLabelDetectionRequest, StartLabelDetectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StartLabelDetectionRequest - Class in com.amazonaws.services.rekognition.model
 
StartLabelDetectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
 
StartLabelDetectionResult - Class in com.amazonaws.services.rekognition.model
 
StartLabelDetectionResult() - Constructor for class com.amazonaws.services.rekognition.model.StartLabelDetectionResult
 
startPersonTracking(StartPersonTrackingRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
startPersonTracking(StartPersonTrackingRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Starts the asynchronous tracking of a person's path in a stored video.
startPersonTracking(StartPersonTrackingRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Starts the asynchronous tracking of a person's path in a stored video.
startPersonTrackingAsync(StartPersonTrackingRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startPersonTrackingAsync(StartPersonTrackingRequest, AsyncHandler<StartPersonTrackingRequest, StartPersonTrackingResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startPersonTrackingAsync(StartPersonTrackingRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts the asynchronous tracking of a person's path in a stored video.
startPersonTrackingAsync(StartPersonTrackingRequest, AsyncHandler<StartPersonTrackingRequest, StartPersonTrackingResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts the asynchronous tracking of a person's path in a stored video.
startPersonTrackingAsync(StartPersonTrackingRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
startPersonTrackingAsync(StartPersonTrackingRequest, AsyncHandler<StartPersonTrackingRequest, StartPersonTrackingResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StartPersonTrackingRequest - Class in com.amazonaws.services.rekognition.model
 
StartPersonTrackingRequest() - Constructor for class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
 
StartPersonTrackingResult - Class in com.amazonaws.services.rekognition.model
 
StartPersonTrackingResult() - Constructor for class com.amazonaws.services.rekognition.model.StartPersonTrackingResult
 
startProjectVersion(StartProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
startProjectVersion(StartProjectVersionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Starts the running of the version of a model.
startProjectVersion(StartProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Starts the running of the version of a model.
startProjectVersionAsync(StartProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startProjectVersionAsync(StartProjectVersionRequest, AsyncHandler<StartProjectVersionRequest, StartProjectVersionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startProjectVersionAsync(StartProjectVersionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts the running of the version of a model.
startProjectVersionAsync(StartProjectVersionRequest, AsyncHandler<StartProjectVersionRequest, StartProjectVersionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts the running of the version of a model.
startProjectVersionAsync(StartProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
startProjectVersionAsync(StartProjectVersionRequest, AsyncHandler<StartProjectVersionRequest, StartProjectVersionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StartProjectVersionRequest - Class in com.amazonaws.services.rekognition.model
 
StartProjectVersionRequest() - Constructor for class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
 
StartProjectVersionResult - Class in com.amazonaws.services.rekognition.model
 
StartProjectVersionResult() - Constructor for class com.amazonaws.services.rekognition.model.StartProjectVersionResult
 
startSegmentDetection(StartSegmentDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
startSegmentDetection(StartSegmentDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Starts asynchronous detection of segment detection in a stored video.
startSegmentDetection(StartSegmentDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Starts asynchronous detection of segment detection in a stored video.
startSegmentDetectionAsync(StartSegmentDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startSegmentDetectionAsync(StartSegmentDetectionRequest, AsyncHandler<StartSegmentDetectionRequest, StartSegmentDetectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startSegmentDetectionAsync(StartSegmentDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous detection of segment detection in a stored video.
startSegmentDetectionAsync(StartSegmentDetectionRequest, AsyncHandler<StartSegmentDetectionRequest, StartSegmentDetectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous detection of segment detection in a stored video.
startSegmentDetectionAsync(StartSegmentDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
startSegmentDetectionAsync(StartSegmentDetectionRequest, AsyncHandler<StartSegmentDetectionRequest, StartSegmentDetectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StartSegmentDetectionFilters - Class in com.amazonaws.services.rekognition.model
Filters applied to the technical cue or shot detection segments.
StartSegmentDetectionFilters() - Constructor for class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
 
StartSegmentDetectionRequest - Class in com.amazonaws.services.rekognition.model
 
StartSegmentDetectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
 
StartSegmentDetectionResult - Class in com.amazonaws.services.rekognition.model
 
StartSegmentDetectionResult() - Constructor for class com.amazonaws.services.rekognition.model.StartSegmentDetectionResult
 
StartShotDetectionFilter - Class in com.amazonaws.services.rekognition.model
Filters for the shot detection segments returned by GetSegmentDetection.
StartShotDetectionFilter() - Constructor for class com.amazonaws.services.rekognition.model.StartShotDetectionFilter
 
startStreamProcessor(StartStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
startStreamProcessor(StartStreamProcessorRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Starts processing a stream processor.
startStreamProcessor(StartStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Starts processing a stream processor.
startStreamProcessorAsync(StartStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startStreamProcessorAsync(StartStreamProcessorRequest, AsyncHandler<StartStreamProcessorRequest, StartStreamProcessorResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startStreamProcessorAsync(StartStreamProcessorRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts processing a stream processor.
startStreamProcessorAsync(StartStreamProcessorRequest, AsyncHandler<StartStreamProcessorRequest, StartStreamProcessorResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts processing a stream processor.
startStreamProcessorAsync(StartStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
startStreamProcessorAsync(StartStreamProcessorRequest, AsyncHandler<StartStreamProcessorRequest, StartStreamProcessorResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StartStreamProcessorRequest - Class in com.amazonaws.services.rekognition.model
 
StartStreamProcessorRequest() - Constructor for class com.amazonaws.services.rekognition.model.StartStreamProcessorRequest
 
StartStreamProcessorResult - Class in com.amazonaws.services.rekognition.model
 
StartStreamProcessorResult() - Constructor for class com.amazonaws.services.rekognition.model.StartStreamProcessorResult
 
StartTechnicalCueDetectionFilter - Class in com.amazonaws.services.rekognition.model
Filters for the technical segments returned by GetSegmentDetection.
StartTechnicalCueDetectionFilter() - Constructor for class com.amazonaws.services.rekognition.model.StartTechnicalCueDetectionFilter
 
startTextDetection(StartTextDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
startTextDetection(StartTextDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Starts asynchronous detection of text in a stored video.
startTextDetection(StartTextDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Starts asynchronous detection of text in a stored video.
startTextDetectionAsync(StartTextDetectionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startTextDetectionAsync(StartTextDetectionRequest, AsyncHandler<StartTextDetectionRequest, StartTextDetectionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
startTextDetectionAsync(StartTextDetectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous detection of text in a stored video.
startTextDetectionAsync(StartTextDetectionRequest, AsyncHandler<StartTextDetectionRequest, StartTextDetectionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Starts asynchronous detection of text in a stored video.
startTextDetectionAsync(StartTextDetectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
startTextDetectionAsync(StartTextDetectionRequest, AsyncHandler<StartTextDetectionRequest, StartTextDetectionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StartTextDetectionFilters - Class in com.amazonaws.services.rekognition.model
Set of optional parameters that let you set the criteria text must meet to be included in your response.
StartTextDetectionFilters() - Constructor for class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
 
StartTextDetectionRequest - Class in com.amazonaws.services.rekognition.model
 
StartTextDetectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
 
StartTextDetectionResult - Class in com.amazonaws.services.rekognition.model
 
StartTextDetectionResult() - Constructor for class com.amazonaws.services.rekognition.model.StartTextDetectionResult
 
stopProjectVersion(StopProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
stopProjectVersion(StopProjectVersionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Stops a running model.
stopProjectVersion(StopProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Stops a running model.
stopProjectVersionAsync(StopProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
stopProjectVersionAsync(StopProjectVersionRequest, AsyncHandler<StopProjectVersionRequest, StopProjectVersionResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
stopProjectVersionAsync(StopProjectVersionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Stops a running model.
stopProjectVersionAsync(StopProjectVersionRequest, AsyncHandler<StopProjectVersionRequest, StopProjectVersionResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Stops a running model.
stopProjectVersionAsync(StopProjectVersionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
stopProjectVersionAsync(StopProjectVersionRequest, AsyncHandler<StopProjectVersionRequest, StopProjectVersionResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StopProjectVersionRequest - Class in com.amazonaws.services.rekognition.model
 
StopProjectVersionRequest() - Constructor for class com.amazonaws.services.rekognition.model.StopProjectVersionRequest
 
StopProjectVersionResult - Class in com.amazonaws.services.rekognition.model
 
StopProjectVersionResult() - Constructor for class com.amazonaws.services.rekognition.model.StopProjectVersionResult
 
stopStreamProcessor(StopStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
stopStreamProcessor(StopStreamProcessorRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Stops a running stream processor that was created by CreateStreamProcessor.
stopStreamProcessor(StopStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Stops a running stream processor that was created by CreateStreamProcessor.
stopStreamProcessorAsync(StopStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
stopStreamProcessorAsync(StopStreamProcessorRequest, AsyncHandler<StopStreamProcessorRequest, StopStreamProcessorResult>) - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognitionAsync
 
stopStreamProcessorAsync(StopStreamProcessorRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Stops a running stream processor that was created by CreateStreamProcessor.
stopStreamProcessorAsync(StopStreamProcessorRequest, AsyncHandler<StopStreamProcessorRequest, StopStreamProcessorResult>) - Method in interface com.amazonaws.services.rekognition.AmazonRekognitionAsync
Stops a running stream processor that was created by CreateStreamProcessor.
stopStreamProcessorAsync(StopStreamProcessorRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
stopStreamProcessorAsync(StopStreamProcessorRequest, AsyncHandler<StopStreamProcessorRequest, StopStreamProcessorResult>) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionAsyncClient
 
StopStreamProcessorRequest - Class in com.amazonaws.services.rekognition.model
 
StopStreamProcessorRequest() - Constructor for class com.amazonaws.services.rekognition.model.StopStreamProcessorRequest
 
StopStreamProcessorResult - Class in com.amazonaws.services.rekognition.model
 
StopStreamProcessorResult() - Constructor for class com.amazonaws.services.rekognition.model.StopStreamProcessorResult
 
StreamProcessor - Class in com.amazonaws.services.rekognition.model
An object that recognizes faces in a streaming video.
StreamProcessor() - Constructor for class com.amazonaws.services.rekognition.model.StreamProcessor
 
StreamProcessorInput - Class in com.amazonaws.services.rekognition.model
Information about the source streaming video.
StreamProcessorInput() - Constructor for class com.amazonaws.services.rekognition.model.StreamProcessorInput
 
StreamProcessorOutput - Class in com.amazonaws.services.rekognition.model
Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis.
StreamProcessorOutput() - Constructor for class com.amazonaws.services.rekognition.model.StreamProcessorOutput
 
StreamProcessorSettings - Class in com.amazonaws.services.rekognition.model
Input parameters used to recognize faces in a streaming video analyzed by a Amazon Rekognition stream processor.
StreamProcessorSettings() - Constructor for class com.amazonaws.services.rekognition.model.StreamProcessorSettings
 
StreamProcessorStatus - Enum in com.amazonaws.services.rekognition.model
 
Summary - Class in com.amazonaws.services.rekognition.model
The S3 bucket that contains the training summary.
Summary() - Constructor for class com.amazonaws.services.rekognition.model.Summary
 
Sunglasses - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
Sunglasses() - Constructor for class com.amazonaws.services.rekognition.model.Sunglasses
 

T

TechnicalCueSegment - Class in com.amazonaws.services.rekognition.model
Information about a technical cue segment.
TechnicalCueSegment() - Constructor for class com.amazonaws.services.rekognition.model.TechnicalCueSegment
 
TechnicalCueType - Enum in com.amazonaws.services.rekognition.model
 
TestingData - Class in com.amazonaws.services.rekognition.model
The dataset used for testing.
TestingData() - Constructor for class com.amazonaws.services.rekognition.model.TestingData
 
TestingDataResult - Class in com.amazonaws.services.rekognition.model
A Sagemaker Groundtruth format manifest file representing the dataset used for testing.
TestingDataResult() - Constructor for class com.amazonaws.services.rekognition.model.TestingDataResult
 
TextDetection - Class in com.amazonaws.services.rekognition.model
Information about a word or line of text detected by DetectText.
TextDetection() - Constructor for class com.amazonaws.services.rekognition.model.TextDetection
 
TextDetectionResult - Class in com.amazonaws.services.rekognition.model
Information about text detected in a video.
TextDetectionResult() - Constructor for class com.amazonaws.services.rekognition.model.TextDetectionResult
 
TextTypes - Enum in com.amazonaws.services.rekognition.model
 
ThrottlingException - Exception in com.amazonaws.services.rekognition.model
Amazon Rekognition is temporarily unable to process the request.
ThrottlingException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ThrottlingException
Constructs a new ThrottlingException with the specified error message.
toString() - Method in class com.amazonaws.services.rekognition.model.AgeRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Asset
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.Attribute
 
toString() - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Beard
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Celebrity
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.CelebrityRecognitionSortBy
 
toString() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.ContentClassifier
 
toString() - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.ContentModerationSortBy
 
toString() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CreateProjectRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CreateProjectResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.CustomLabel
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectTextRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Emotion
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.EmotionName
 
toString() - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Face
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.FaceAttributes
 
toString() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.FaceDetection
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.FaceSearchSortBy
 
toString() - Method in class com.amazonaws.services.rekognition.model.Gender
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.GenderType
 
toString() - Method in class com.amazonaws.services.rekognition.model.Geometry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.GroundTruthManifest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Image
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Instance
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.KinesisDataStream
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.KinesisVideoStream
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Label
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.LabelDetection
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.LabelDetectionSortBy
 
toString() - Method in class com.amazonaws.services.rekognition.model.Landmark
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.LandmarkType
 
toString() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Mustache
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.OrientationCorrection
 
toString() - Method in class com.amazonaws.services.rekognition.model.OutputConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Parent
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.PersonDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.PersonDetection
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.PersonMatch
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.PersonTrackingSortBy
 
toString() - Method in class com.amazonaws.services.rekognition.model.Point
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Pose
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.ProjectStatus
 
toString() - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.ProjectVersionStatus
 
toString() - Method in enum com.amazonaws.services.rekognition.model.QualityFilter
 
toString() - Method in enum com.amazonaws.services.rekognition.model.Reason
 
toString() - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.RegionOfInterest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.S3Object
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.SegmentType
 
toString() - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.ShotSegment
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Smile
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartContentModerationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartShotDetectionFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartTechnicalCueDetectionFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorInput
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorOutput
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.StreamProcessorSettings
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.StreamProcessorStatus
 
toString() - Method in class com.amazonaws.services.rekognition.model.Summary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.TechnicalCueType
 
toString() - Method in class com.amazonaws.services.rekognition.model.TestingData
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.TextDetection
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.TextTypes
 
toString() - Method in class com.amazonaws.services.rekognition.model.TrainingData
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.rekognition.model.Video
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.rekognition.model.VideoJobStatus
 
toString() - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Returns a string representation of this object.
TrainingData - Class in com.amazonaws.services.rekognition.model
The dataset used for training.
TrainingData() - Constructor for class com.amazonaws.services.rekognition.model.TrainingData
 
TrainingDataResult - Class in com.amazonaws.services.rekognition.model
A Sagemaker Groundtruth format manifest file that represents the dataset used for training.
TrainingDataResult() - Constructor for class com.amazonaws.services.rekognition.model.TrainingDataResult
 

U

UnindexedFace - Class in com.amazonaws.services.rekognition.model
A face that IndexFaces detected, but didn't index.
UnindexedFace() - Constructor for class com.amazonaws.services.rekognition.model.UnindexedFace
 

V

valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.CelebrityRecognitionSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.ContentClassifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.ContentModerationSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.EmotionName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.FaceAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.FaceSearchSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.GenderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.LabelDetectionSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.LandmarkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.OrientationCorrection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.PersonTrackingSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.ProjectStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.ProjectVersionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.QualityFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.SegmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.StreamProcessorStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.TechnicalCueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.TextTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.VideoJobStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.rekognition.model.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.CelebrityRecognitionSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.ContentClassifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.ContentModerationSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.EmotionName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.FaceAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.FaceSearchSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.GenderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.LabelDetectionSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.LandmarkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.OrientationCorrection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.PersonTrackingSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.ProjectStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.ProjectVersionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.QualityFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.SegmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.StreamProcessorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.TechnicalCueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.TextTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.VideoJobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Video - Class in com.amazonaws.services.rekognition.model
Video file stored in an Amazon S3 bucket.
Video() - Constructor for class com.amazonaws.services.rekognition.model.Video
 
VideoJobStatus - Enum in com.amazonaws.services.rekognition.model
 
VideoMetadata - Class in com.amazonaws.services.rekognition.model
Information about a video that Amazon Rekognition analyzed.
VideoMetadata() - Constructor for class com.amazonaws.services.rekognition.model.VideoMetadata
 
VideoTooLargeException - Exception in com.amazonaws.services.rekognition.model
The file size or duration of the supplied media is too large.
VideoTooLargeException(String) - Constructor for exception com.amazonaws.services.rekognition.model.VideoTooLargeException
Constructs a new VideoTooLargeException with the specified error message.

W

waiters() - Method in class com.amazonaws.services.rekognition.AbstractAmazonRekognition
 
waiters() - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
 
waiters() - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
 
withAgeRange(AgeRange) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The estimated age range, in years, for the face.
withArn(String) - Method in class com.amazonaws.services.rekognition.model.KinesisDataStream
ARN of the output Amazon Kinesis Data Streams stream.
withArn(String) - Method in class com.amazonaws.services.rekognition.model.KinesisVideoStream
ARN of the Kinesis video stream stream that streams the source video.
withAssets(Asset...) - Method in class com.amazonaws.services.rekognition.model.TestingData
The assets used for testing.
withAssets(Collection<Asset>) - Method in class com.amazonaws.services.rekognition.model.TestingData
The assets used for testing.
withAssets(Asset...) - Method in class com.amazonaws.services.rekognition.model.TrainingData
A Sagemaker GroundTruth manifest file that contains the training images (assets).
withAssets(Collection<Asset>) - Method in class com.amazonaws.services.rekognition.model.TrainingData
A Sagemaker GroundTruth manifest file that contains the training images (assets).
withAttributes(String...) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
An array of facial attributes you want to be returned.
withAttributes(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
An array of facial attributes you want to be returned.
withAttributes(Attribute...) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
An array of facial attributes you want to be returned.
withAudioMetadata(AudioMetadata...) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array of objects.
withAudioMetadata(Collection<AudioMetadata>) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array of objects.
withAutoCreate(Boolean) - Method in class com.amazonaws.services.rekognition.model.TestingData
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset.
withBeard(Beard) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a beard, and the confidence level in the determination.
withBillableTrainingTimeInSeconds(Long) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The duration, in seconds, that the model version has been billed for training.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
Bounding box around the body of a celebrity.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Bounding box of the face.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Bounding box of the face.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.Face
Bounding box of the face.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Bounding box of the face.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.Geometry
An axis-aligned coarse representation of the detected item's location on the image.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.Instance
The position of the label instance on the image.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.PersonDetail
Bounding box around the detected person.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.RegionOfInterest
The box representing a region of interest on screen.
withBrightness(Float) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing brightness of the face.
withBucket(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
Name of the S3 bucket.
withBytes(ByteBuffer) - Method in class com.amazonaws.services.rekognition.model.Image
Blob of image bytes up to 5 MBs.
withCelebrities(CelebrityRecognition...) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
Array of celebrities recognized in the video.
withCelebrities(Collection<CelebrityRecognition>) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
Array of celebrities recognized in the video.
withCelebrity(CelebrityDetail) - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
Information about a recognized celebrity.
withCelebrityFaces(Celebrity...) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
Details about each celebrity found in the image.
withCelebrityFaces(Collection<Celebrity>) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
Details about each celebrity found in the image.
withClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
Idempotent token used to identify the start request.
withClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
Idempotent token used to identify the start request.
withClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
Idempotent token used to identify the start request.
withClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
Idempotent token used to identify the start request.
withClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
Idempotent token used to identify the start request.
withClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
Idempotent token used to identify the start request.
withClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
Idempotent token used to identify the start request.
withClientRequestToken(String) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
Idempotent token used to identify the start request.
withCodec(String) - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The audio codec used to encode or decode the audio stream.
withCodec(String) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Type of compression used in the analyzed video.
withCollectionArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Amazon Resource Name (ARN) of the collection.
withCollectionARN(String) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The Amazon Resource Name (ARN) of the collection.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
ID for the collection that you are creating.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
ID of the collection to delete.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
Collection from which to remove the specific faces.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionRequest
The ID of the collection to describe.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
The ID of a collection that contains faces that you want to search for.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The ID of an existing collection to which you want to add the faces that are detected in the input images.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
ID of the collection from which to list the faces.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
ID of the collection to search.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of the collection the face belongs to.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
ID of the collection that contains the faces you want to search for.
withCollectionIds(String...) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
An array of collection IDs.
withCollectionIds(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
An array of collection IDs.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Beard
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Level of confidence that what the bounding box contains is a face.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Confidence level that the selected bounding box contains a face.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.CustomLabel
The confidence that the model has in the detection of the custom label.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Emotion
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Face
Confidence level that the bounding box contains a face (and not a different object such as a tree).
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Confidence level that the bounding box contains a face (and not a different object such as a tree).
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Gender
Level of confidence in the prediction.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Instance
The confidence that Amazon Rekognition has in the accuracy of the bounding box.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Label
Level of confidence.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Mustache
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ShotSegment
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Smile
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The confidence that Amazon Rekognition has in the accuracy of the detected text and the accuracy of the geometry points around the detected text.
withContentClassifiers(String...) - Method in class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
Sets whether the input image is free of personally identifiable information.
withContentClassifiers(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
Sets whether the input image is free of personally identifiable information.
withContentClassifiers(ContentClassifier...) - Method in class com.amazonaws.services.rekognition.model.HumanLoopDataAttributes
Sets whether the input image is free of personally identifiable information.
withCreationTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The number of milliseconds since the Unix epoch time until the creation of the collection.
withCreationTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Date and time the stream processor was created
withCreationTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
The Unix timestamp for the date and time that the project was created.
withCreationTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The Unix datetime for the date and time that training started.
withCustomLabels(CustomLabel...) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsResult
An array of custom labels detected in the input image.
withCustomLabels(Collection<CustomLabel>) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsResult
An array of custom labels detected in the input image.
withDataAttributes(HumanLoopDataAttributes) - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
Sets attributes of the input data.
withDeletedFaces(String...) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
An array of strings (face IDs) of the faces that were deleted.
withDeletedFaces(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
An array of strings (face IDs) of the faces that were deleted.
withDetectedText(String) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The word or line of text recognized by Amazon Rekognition.
withDetectionAttributes(String...) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
An array of facial attributes that you want to be returned.
withDetectionAttributes(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
An array of facial attributes that you want to be returned.
withDetectionAttributes(Attribute...) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
An array of facial attributes that you want to be returned.
withDurationMillis(Long) - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The duration of the audio stream in milliseconds.
withDurationMillis(Long) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The duration of the detected segment in milliseconds.
withDurationMillis(Long) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Length of the video in milliseconds.
withDurationSMPTE(String) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The duration of the timecode for the detected segment in SMPTE format.
withEmotions(Emotion...) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The emotions that appear to be expressed on the face, and the confidence level in the determination.
withEmotions(Collection<Emotion>) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The emotions that appear to be expressed on the face, and the confidence level in the determination.
withEndTimecodeSMPTE(String) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The frame-accurate SMPTE timecode, from the start of a video, for the end of a detected segment.
withEndTimestampMillis(Long) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The end time of the detected segment, in milliseconds, from the start of the video.
withEvaluationResult(EvaluationResult) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The training results.
withExternalImageId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Identifier that you assign to all the faces in the input image.
withExternalImageId(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The ID you want to assign to all the faces detected in the image.
withEyeglasses(Eyeglasses) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
withEyesOpen(EyeOpen) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
withF1Score(Float) - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
The F1 score for the evaluation of all labels.
withFace(ComparedFace) - Method in class com.amazonaws.services.rekognition.model.Celebrity
Provides information about the celebrity's face, such as its location on the image.
withFace(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
Face details for the recognized celebrity.
withFace(ComparedFace) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
withFace(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.FaceDetection
The face properties for the detected face.
withFace(Face) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
withFace(Face) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.
withFace(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.PersonDetail
Face details for the detected person.
withFaceAttributes(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
The face attributes you want returned.
withFaceAttributes(FaceAttributes) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
The face attributes you want returned.
withFaceCount(Long) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The number of faces that are indexed into the collection.
withFaceDetail(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Structure containing attributes of the face that the algorithm detected.
withFaceDetail(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
The structure that contains attributes of a face that IndexFacesdetected, but didn't index.
withFaceDetails(FaceDetail...) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
Details of each face found in the image.
withFaceDetails(Collection<FaceDetail>) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
Details of each face found in the image.
withFaceId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the face.
withFaceId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of a face to find matches for in the collection.
withFaceIds(String...) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
An array of face IDs to delete.
withFaceIds(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
An array of face IDs to delete.
withFaceMatches(CompareFacesMatch...) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
An array of faces in the target image that match the source image face.
withFaceMatches(Collection<CompareFacesMatch>) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
An array of faces in the target image that match the source image face.
withFaceMatches(FaceMatch...) - Method in class com.amazonaws.services.rekognition.model.PersonMatch
Information about the faces in the input collection that match the face of a person in the video.
withFaceMatches(Collection<FaceMatch>) - Method in class com.amazonaws.services.rekognition.model.PersonMatch
Information about the faces in the input collection that match the face of a person in the video.
withFaceMatches(FaceMatch...) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
An array of faces that match the input face, along with the confidence in the match.
withFaceMatches(Collection<FaceMatch>) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
An array of faces that match the input face, along with the confidence in the match.
withFaceMatches(FaceMatch...) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
An array of faces that matched the input face, along with the confidence in the match.
withFaceMatches(Collection<FaceMatch>) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
An array of faces that matched the input face, along with the confidence in the match.
withFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.FaceSearchSettings
Minimum face match confidence score that must be met to return a result for a recognized face.
withFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
(Optional) Specifies the minimum confidence in the face match to return.
withFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Optional value specifying the minimum confidence in the face match to return.
withFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
The minimum confidence in the person match to return.
withFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Version number of the face detection model associated with the collection you are creating.
withFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.DescribeCollectionResult
The version of the face model that's used by the collection for face detection.
withFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
The version number of the face detection model that's associated with the input collection ( CollectionId).
withFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
Version number of the face detection model associated with the input collection (CollectionId).
withFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
Version number of the face detection model associated with the input collection (CollectionId).
withFaceModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
Version number of the face detection model associated with the input collection (CollectionId).
withFaceModelVersions(String...) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
Version numbers of the face detection models associated with the collections in the array CollectionIds.
withFaceModelVersions(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
Version numbers of the face detection models associated with the collections in the array CollectionIds.
withFaceRecords(FaceRecord...) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces detected and added to the collection.
withFaceRecords(Collection<FaceRecord>) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces detected and added to the collection.
withFaces(FaceDetection...) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
An array of faces detected in the video.
withFaces(Collection<FaceDetection>) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
An array of faces detected in the video.
withFaces(Face...) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
An array of Face objects.
withFaces(Collection<Face>) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
An array of Face objects.
withFaceSearch(FaceSearchSettings) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorSettings
Face search settings to use on a streaming video.
withFilters(DetectTextFilters) - Method in class com.amazonaws.services.rekognition.model.DetectTextRequest
Optional parameters that let you set the criteria that the text must meet to be included in your response.
withFilters(StartSegmentDetectionFilters) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
Filters for technical cue or shot detection.
withFilters(StartTextDetectionFilters) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
Optional parameters that let you set criteria the text must meet to be included in your response.
withFlowDefinitionArn(String) - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
The Amazon Resource Name (ARN) of the flow definition.
withFormat(String) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Format of the analyzed video.
withFrameHeight(Long) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Vertical pixel dimension of the video.
withFrameRate(Float) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Number of frames per second in the video.
withFrameWidth(Long) - Method in class com.amazonaws.services.rekognition.model.VideoMetadata
Horizontal pixel dimension of the video.
withGender(Gender) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The predicted gender of a detected face.
withGeometry(Geometry) - Method in class com.amazonaws.services.rekognition.model.CustomLabel
The location of the detected object on the image that corresponds to the custom label.
withGeometry(Geometry) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The location of the detected text on the image.
withGroundTruthManifest(GroundTruthManifest) - Method in class com.amazonaws.services.rekognition.model.Asset
 
withHeight(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Height of the bounding box as a ratio of the overall image height.
withHigh(Integer) - Method in class com.amazonaws.services.rekognition.model.AgeRange
The highest estimated age.
withHumanLoopActivationConditionsEvaluationResults(String) - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
Shows the result of condition evaluations, including those conditions which activated a human review.
withHumanLoopActivationOutput(HumanLoopActivationOutput) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Shows the results of the human in the loop evaluation.
withHumanLoopActivationReasons(String...) - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
Shows if and why human review was needed.
withHumanLoopActivationReasons(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
Shows if and why human review was needed.
withHumanLoopArn(String) - Method in class com.amazonaws.services.rekognition.model.HumanLoopActivationOutput
The Amazon Resource Name (ARN) of the HumanLoop created.
withHumanLoopConfig(HumanLoopConfig) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Sets up the configuration for human evaluation, including the FlowDefinition the image will be sent to.
withHumanLoopName(String) - Method in class com.amazonaws.services.rekognition.model.HumanLoopConfig
The name of the human review used for this image.
withId(String) - Method in class com.amazonaws.services.rekognition.model.Celebrity
A unique identifier for the celebrity.
withId(String) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
The unique identifier for the celebrity.
withId(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoRequest
The ID for the celebrity.
withId(Integer) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The identifier for the detected text.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
 
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
The input image as base64-encoded bytes or an S3 object.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
The input image as base64-encoded bytes or an S3 object.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
The input image as base64-encoded bytes or an S3 object.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectTextRequest
The input image as base64-encoded bytes or an Amazon S3 object.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The input image as base64-encoded bytes or an S3 object.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesRequest
The input image as base64-encoded bytes or an S3 object.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
The input image as base64-encoded bytes or an S3 object.
withImageId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the input image.
withIndex(Long) - Method in class com.amazonaws.services.rekognition.model.PersonDetail
Identifier for the person detected person within a video.
withIndex(Long) - Method in class com.amazonaws.services.rekognition.model.ShotSegment
An Identifier for a shot detection segment detected in a video
withInput(StreamProcessorInput) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
Kinesis video stream stream that provides the source streaming video.
withInput(StreamProcessorInput) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Kinesis video stream that provides the source streaming video.
withInput(TestingData) - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
The testing dataset that was supplied for training.
withInput(TrainingData) - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
The training assets that you supplied for training.
withInstances(Instance...) - Method in class com.amazonaws.services.rekognition.model.Label
If Label represents an object, Instances contains the bounding boxes for each instance of the detected object.
withInstances(Collection<Instance>) - Method in class com.amazonaws.services.rekognition.model.Label
If Label represents an object, Instances contains the bounding boxes for each instance of the detected object.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Job identifier for the required celebrity recognition analysis.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
The identifier for the unsafe content job.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
Unique identifier for the face detection job.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
The job identifer for the search request.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Job identifier for the label detection operation for which you want results returned.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
The identifier for a job that tracks persons in a video.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
Job identifier for the text detection operation for which you want results returned.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
Job identifier for the text detection operation for which you want results returned.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionResult
The identifier for the celebrity recognition analysis job.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationResult
The identifier for the unsafe content analysis job.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionResult
The identifier for the face detection job.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchResult
The identifier for the search job.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionResult
The identifier for the label detection job.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingResult
The identifier for the person detection job.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionResult
Unique identifier for the segment detection job.
withJobId(String) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionResult
Identifier for the text detection job.
withJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
The current status of the celebrity recognition job.
withJobStatus(VideoJobStatus) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
The current status of the celebrity recognition job.
withJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
The current status of the unsafe content analysis job.
withJobStatus(VideoJobStatus) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
The current status of the unsafe content analysis job.
withJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
The current status of the face detection job.
withJobStatus(VideoJobStatus) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
The current status of the face detection job.
withJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
The current status of the face search job.
withJobStatus(VideoJobStatus) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
The current status of the face search job.
withJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
The current status of the label detection job.
withJobStatus(VideoJobStatus) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
The current status of the label detection job.
withJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
The current status of the person tracking job.
withJobStatus(VideoJobStatus) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
The current status of the person tracking job.
withJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
Current status of the segment detection job.
withJobStatus(VideoJobStatus) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
Current status of the segment detection job.
withJobStatus(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
Current status of the text detection job.
withJobStatus(VideoJobStatus) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
Current status of the text detection job.
withJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
withJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
withJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
withJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
withJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
withJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
withJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple Notification Service topic.
withJobTag(String) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
An identifier returned in the completion status published by your Amazon Simple Notification Service topic.
withKinesisDataStream(KinesisDataStream) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorOutput
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
withKinesisVideoStream(KinesisVideoStream) - Method in class com.amazonaws.services.rekognition.model.StreamProcessorInput
The Kinesis video stream input stream for the source streaming video.
withLabel(Label) - Method in class com.amazonaws.services.rekognition.model.LabelDetection
Details about the detected label.
withLabelModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
Version number of the label detection model that was used to detect labels.
withLabelModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
Version number of the label detection model that was used to detect labels.
withLabels(Label...) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
An array of labels for the real-world objects detected.
withLabels(Collection<Label>) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
An array of labels for the real-world objects detected.
withLabels(LabelDetection...) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
An array of labels detected in the video.
withLabels(Collection<LabelDetection>) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
An array of labels detected in the video.
withLandmarks(Landmark...) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
An array of facial landmarks.
withLandmarks(Collection<Landmark>) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
An array of facial landmarks.
withLandmarks(Landmark...) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the location of landmarks on the face.
withLandmarks(Collection<Landmark>) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the location of landmarks on the face.
withLastUpdateTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
The time, in Unix format, the stream processor was last updated.
withLeft(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Left coordinate of the bounding box as a ratio of overall image width.
withLow(Integer) - Method in class com.amazonaws.services.rekognition.model.AgeRange
The lowest estimated age.
withMatchConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Celebrity
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
withMaxFaces(Integer) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The maximum number of faces to index.
withMaxFaces(Integer) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Maximum number of faces to return.
withMaxFaces(Integer) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Maximum number of faces to return.
withMaxLabels(Integer) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Maximum number of labels you want the service to return in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
The maximum number of results to return per paginated call.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
The maximum number of results to return per paginated call.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
Maximum number of results you want the service to return in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Maximum number of results to return per paginated call.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
Maximum number of results to return per paginated call.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
Maximum number of results to return per paginated call.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
Maximum number of results to return per paginated call.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Maximum number of results to return per paginated call.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
Maximum number of results to return per paginated call.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
Maximum number of results to return per paginated call.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
Maximum number of results to return per paginated call.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Maximum number of collection IDs to return.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
Maximum number of faces to return.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
Maximum number of stream processors you want Amazon Rekognition Video to return in the response.
withMinBoundingBoxHeight(Float) - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
Sets the minimum height of the word bounding box.
withMinBoundingBoxWidth(Float) - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
Sets the minimum width of the word bounding box.
withMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
Specifies the minimum confidence level for the labels to return.
withMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectionFilter
Sets confidence of word detection.
withMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Specifies the minimum confidence level for the labels to return.
withMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Specifies the minimum confidence level for the labels to return.
withMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
Specifies the minimum confidence that Amazon Rekognition must have in order to return a moderated content label.
withMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected label.
withMinInferenceUnits(Integer) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The minimum number of inference units used by the model.
withMinInferenceUnits(Integer) - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
The minimum number of inference units to use.
withMinSegmentConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.StartShotDetectionFilter
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.
withMinSegmentConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.StartTechnicalCueDetectionFilter
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.
withModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
The version of the model used to detect segments.
withModerationLabel(ModerationLabel) - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
The unsafe content label detected by in the stored video.
withModerationLabels(ModerationLabel...) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
withModerationLabels(Collection<ModerationLabel>) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.
withModerationLabels(ContentModerationDetection...) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
The detected unsafe content labels and the time(s) they were detected.
withModerationLabels(Collection<ContentModerationDetection>) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
The detected unsafe content labels and the time(s) they were detected.
withModerationModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Version number of the moderation detection model that was used to detect unsafe content.
withModerationModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
Version number of the moderation detection model that was used to detect unsafe content.
withMouthOpen(MouthOpen) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
withMustache(Mustache) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a mustache, and the confidence level in the determination.
withName(String) - Method in class com.amazonaws.services.rekognition.model.Celebrity
The name of the celebrity.
withName(String) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
The name of the celebrity.
withName(String) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
An identifier you assign to the stream processor.
withName(String) - Method in class com.amazonaws.services.rekognition.model.CustomLabel
The name of the custom label.
withName(String) - Method in class com.amazonaws.services.rekognition.model.DeleteStreamProcessorRequest
The name of the stream processor you want to delete.
withName(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorRequest
Name of the stream processor for which you want information.
withName(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Name of the stream processor.
withName(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
The name of the celebrity.
withName(String) - Method in class com.amazonaws.services.rekognition.model.Label
The name (label) of the object or scene.
withName(String) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The label name for the type of unsafe content detected in the image.
withName(String) - Method in class com.amazonaws.services.rekognition.model.Parent
The name of the parent label.
withName(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
S3 object key name.
withName(String) - Method in class com.amazonaws.services.rekognition.model.StartStreamProcessorRequest
The name of the stream processor to start processing.
withName(String) - Method in class com.amazonaws.services.rekognition.model.StopStreamProcessorRequest
The name of a stream processor created by CreateStreamProcessor.
withName(String) - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
Name of the Amazon Rekognition stream processor.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsRequest
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
If the previous response was incomplete (because there is more recognized celebrities to retrieve), Amazon Rekognition Video returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
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.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
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 unsafe content labels.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionRequest
If the previous response was incomplete (because there are more faces to retrieve), Amazon Rekognition Video returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
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.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
If the previous response was incomplete (because there is more search results to retrieve), Amazon Rekognition Video returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
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.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
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.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition Video returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
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.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionRequest
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.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionRequest
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
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.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Pagination token from the previous response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
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.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
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.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsRequest
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
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.
withNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity recognition analysis to.
withNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the unsafe content analysis to.
withNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the face detection operation.
withNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the search.
withNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label detection operation to.
withNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people detection operation to.
withNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the segment detection operation.
withNotificationChannel(NotificationChannel) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
 
withNumberOfChannels(Long) - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The number of audio channels in the segement.
withOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
The value of OrientationCorrection is always null.
withOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
The value of OrientationCorrection is always null.
withOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
The value of OrientationCorrection is always null.
withOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
The value of OrientationCorrection is always null.
withOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
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.
withOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
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.
withOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
The orientation of the input image (counterclockwise direction).
withOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
The orientation of the input image (counterclockwise direction).
withOutput(StreamProcessorOutput) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
Kinesis data stream stream to which Amazon Rekognition Video puts the analysis results.
withOutput(StreamProcessorOutput) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
withOutput(TestingData) - Method in class com.amazonaws.services.rekognition.model.TestingDataResult
The subset of the dataset that was actually tested.
withOutput(TrainingData) - Method in class com.amazonaws.services.rekognition.model.TrainingDataResult
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
withOutputConfig(OutputConfig) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The Amazon S3 location to store the results of training.
withOutputConfig(OutputConfig) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The location where training results are saved.
withParentId(Integer) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The Parent identifier for the detected text identified by the value of ID.
withParentName(String) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The name for the parent label.
withParents(Parent...) - Method in class com.amazonaws.services.rekognition.model.Label
The parent labels for a label.
withParents(Collection<Parent>) - Method in class com.amazonaws.services.rekognition.model.Label
The parent labels for a label.
withPerson(PersonDetail) - Method in class com.amazonaws.services.rekognition.model.PersonDetection
Details about a person whose path was tracked in a video.
withPerson(PersonDetail) - Method in class com.amazonaws.services.rekognition.model.PersonMatch
Information about the matched person.
withPersons(PersonMatch...) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition collection.
withPersons(Collection<PersonMatch>) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition collection.
withPersons(PersonDetection...) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
withPersons(Collection<PersonDetection>) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
withPitch(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the pitch axis.
withPolygon(Point...) - Method in class com.amazonaws.services.rekognition.model.Geometry
Within the bounding box, a fine-grained polygon around the detected item.
withPolygon(Collection<Point>) - Method in class com.amazonaws.services.rekognition.model.Geometry
Within the bounding box, a fine-grained polygon around the detected item.
withPose(Pose) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Indicates the pose of the face as determined by its pitch, roll, and yaw.
withPose(Pose) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the pose of the face as determined by its pitch, roll, and yaw.
withProjectArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateProjectResult
The Amazon Resource Name (ARN) of the new project.
withProjectArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.
withProjectArn(String) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectRequest
The Amazon Resource Name (ARN) of the project that you want to delete.
withProjectArn(String) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
The Amazon Resource Name (ARN) of the project that contains the models you want to describe.
withProjectArn(String) - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
The Amazon Resource Name (ARN) of the project.
withProjectDescriptions(ProjectDescription...) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
A list of project descriptions.
withProjectDescriptions(Collection<ProjectDescription>) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectsResult
A list of project descriptions.
withProjectName(String) - Method in class com.amazonaws.services.rekognition.model.CreateProjectRequest
The name of the project to create.
withProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionResult
The ARN of the model version that was created.
withProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionRequest
The Amazon Resource Name (ARN) of the model version that you want to delete.
withProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.DetectCustomLabelsRequest
The ARN of the model version that you want to use.
withProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The Amazon Resource Name (ARN) of the model version.
withProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionRequest
The Amazon Resource Name(ARN) of the model version that you want to start.
withProjectVersionArn(String) - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionRequest
The Amazon Resource Name (ARN) of the model version that you want to delete.
withProjectVersionDescriptions(ProjectVersionDescription...) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
A list of model descriptions.
withProjectVersionDescriptions(Collection<ProjectVersionDescription>) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsResult
A list of model descriptions.
withQuality(ImageQuality) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Identifies face image brightness and sharpness.
withQuality(ImageQuality) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Identifies image brightness and sharpness.
withQualityFilter(String) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
withQualityFilter(QualityFilter) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
withQualityFilter(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
withQualityFilter(QualityFilter) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
withQualityFilter(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
withQualityFilter(QualityFilter) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
A filter that specifies a quality bar for how much filtering is done to identify faces.
withQuotaCode(String) - Method in exception com.amazonaws.services.rekognition.model.HumanLoopQuotaExceededException
The quota code.
withReasons(String...) - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
An array of reasons that specify why a face wasn't indexed.
withReasons(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
An array of reasons that specify why a face wasn't indexed.
withReasons(Reason...) - Method in class com.amazonaws.services.rekognition.model.UnindexedFace
An array of reasons that specify why a face wasn't indexed.
withRegionsOfInterest(RegionOfInterest...) - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
A Filter focusing on a certain area of the image.
withRegionsOfInterest(Collection<RegionOfInterest>) - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
A Filter focusing on a certain area of the image.
withRegionsOfInterest(RegionOfInterest...) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
Filter focusing on a certain area of the frame.
withRegionsOfInterest(Collection<RegionOfInterest>) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
Filter focusing on a certain area of the frame.
withResourceType(String) - Method in exception com.amazonaws.services.rekognition.model.HumanLoopQuotaExceededException
The resource type.
withRoleArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
ARN of the IAM role that allows access to the stream processor.
withRoleArn(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
ARN of the IAM role that allows access to the stream processor.
withRoleArn(String) - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
withRoll(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the roll axis.
withS3Bucket(String) - Method in class com.amazonaws.services.rekognition.model.OutputConfig
The S3 bucket where training output is placed.
withS3KeyPrefix(String) - Method in class com.amazonaws.services.rekognition.model.OutputConfig
The prefix applied to the training output files.
withS3Object(S3Object) - Method in class com.amazonaws.services.rekognition.model.GroundTruthManifest
 
withS3Object(S3Object) - Method in class com.amazonaws.services.rekognition.model.Image
Identifies an S3 object as the image source.
withS3Object(S3Object) - Method in class com.amazonaws.services.rekognition.model.Summary
 
withS3Object(S3Object) - Method in class com.amazonaws.services.rekognition.model.Video
The Amazon S3 bucket name and file name for the video.
withSampleRate(Long) - Method in class com.amazonaws.services.rekognition.model.AudioMetadata
The sample rate for the audio stream.
withSearchedFaceBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The bounding box around the face in the input image that Amazon Rekognition used for the search.
withSearchedFaceConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The level of confidence that the searchedFaceBoundingBox, contains a face.
withSearchedFaceId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
ID of the face that was searched for matches in a collection.
withSegments(SegmentDetection...) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array of segments detected in a video.
withSegments(Collection<SegmentDetection>) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array of segments detected in a video.
withSegmentTypes(String...) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
An array of segment types to detect in the video.
withSegmentTypes(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
An array of segment types to detect in the video.
withSegmentTypes(SegmentType...) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
An array of segment types to detect in the video.
withSelectedSegmentTypes(SegmentTypeInfo...) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array containing the segment types requested in the call to StartSegmentDetection.
withSelectedSegmentTypes(Collection<SegmentTypeInfo>) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
An array containing the segment types requested in the call to StartSegmentDetection.
withServiceCode(String) - Method in exception com.amazonaws.services.rekognition.model.HumanLoopQuotaExceededException
The service code.
withSettings(StreamProcessorSettings) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorRequest
Face recognition input parameters to be used by the stream processor.
withSettings(StreamProcessorSettings) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Face recognition input parameters that are being used by the stream processor.
withSharpness(Float) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing sharpness of the face.
withShotFilter(StartShotDetectionFilter) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
Filters that are specific to shot detections.
withShotSegment(ShotSegment) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
If the segment is a shot detection, contains information about the shot detection.
withSimilarity(Float) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Level of confidence that the faces match.
withSimilarity(Float) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Confidence in the match of this face with the input face.
withSimilarityThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches array.
withSmile(Smile) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is smiling, and the confidence level in the determination.
withSNSTopicArn(String) - Method in class com.amazonaws.services.rekognition.model.NotificationChannel
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
withSortBy(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Sort to use for celebrities returned in Celebrities field.
withSortBy(CelebrityRecognitionSortBy) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionRequest
Sort to use for celebrities returned in Celebrities field.
withSortBy(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
Sort to use for elements in the ModerationLabelDetections array.
withSortBy(ContentModerationSortBy) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationRequest
Sort to use for elements in the ModerationLabelDetections array.
withSortBy(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
Sort to use for grouping faces in the response.
withSortBy(FaceSearchSortBy) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchRequest
Sort to use for grouping faces in the response.
withSortBy(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Sort to use for elements in the Labels array.
withSortBy(LabelDetectionSortBy) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionRequest
Sort to use for elements in the Labels array.
withSortBy(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
Sort to use for elements in the Persons array.
withSortBy(PersonTrackingSortBy) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingRequest
Sort to use for elements in the Persons array.
withSourceImage(Image) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The input image as base64-encoded bytes or an S3 object.
withSourceImageFace(ComparedSourceImageFace) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The face in the source image that was used for comparison.
withSourceImageOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The value of SourceImageOrientationCorrection is always null.
withSourceImageOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The value of SourceImageOrientationCorrection is always null.
withStartTimecodeSMPTE(String) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The frame-accurate SMPTE timecode, from the start of a video, for the start of a detected segment.
withStartTimestampMillis(Long) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The start time of the detected segment in milliseconds from the start of the video.
withStatus(String) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectResult
The current status of the delete project operation.
withStatus(ProjectStatus) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectResult
The current status of the delete project operation.
withStatus(String) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionResult
The status of the deletion operation.
withStatus(ProjectVersionStatus) - Method in class com.amazonaws.services.rekognition.model.DeleteProjectVersionResult
The status of the deletion operation.
withStatus(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Current status of the stream processor.
withStatus(StreamProcessorStatus) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Current status of the stream processor.
withStatus(String) - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
The current status of the project.
withStatus(ProjectStatus) - Method in class com.amazonaws.services.rekognition.model.ProjectDescription
The current status of the project.
withStatus(String) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The current status of the model version.
withStatus(ProjectVersionStatus) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The current status of the model version.
withStatus(String) - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionResult
The current running status of the model.
withStatus(ProjectVersionStatus) - Method in class com.amazonaws.services.rekognition.model.StartProjectVersionResult
The current running status of the model.
withStatus(String) - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionResult
The current status of the stop operation.
withStatus(ProjectVersionStatus) - Method in class com.amazonaws.services.rekognition.model.StopProjectVersionResult
The current status of the stop operation.
withStatus(String) - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
Current status of the Amazon Rekognition stream processor.
withStatus(StreamProcessorStatus) - Method in class com.amazonaws.services.rekognition.model.StreamProcessor
Current status of the Amazon Rekognition stream processor.
withStatusCode(Integer) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
HTTP status code indicating the result of the operation.
withStatusCode(Integer) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
HTTP status code that indicates the result of the operation.
withStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
Detailed status message about the stream processor.
withStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
If the job fails, StatusMessage provides a descriptive error message.
withStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
If the job fails, StatusMessage provides a descriptive error message.
withStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
withStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
If the job fails, StatusMessage provides a descriptive error message.
withStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
withStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
If the job fails, StatusMessage provides a descriptive error message.
withStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
withStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
If the job fails, StatusMessage provides a descriptive error message.
withStatusMessage(String) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
A descriptive message for an error or warning that occurred.
withStreamProcessorArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateStreamProcessorResult
ARN for the newly create stream processor.
withStreamProcessorArn(String) - Method in class com.amazonaws.services.rekognition.model.DescribeStreamProcessorResult
ARN of the stream processor.
withStreamProcessors(StreamProcessor...) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
List of stream processors that you have created.
withStreamProcessors(Collection<StreamProcessor>) - Method in class com.amazonaws.services.rekognition.model.ListStreamProcessorsResult
List of stream processors that you have created.
withSummary(Summary) - Method in class com.amazonaws.services.rekognition.model.EvaluationResult
The S3 bucket that contains the training summary.
withSunglasses(Sunglasses) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
withTargetImage(Image) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The target image as base64-encoded bytes or an S3 object.
withTargetImageOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The value of TargetImageOrientationCorrection is always null.
withTargetImageOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The value of TargetImageOrientationCorrection is always null.
withTechnicalCueFilter(StartTechnicalCueDetectionFilter) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionFilters
Filters that are specific to technical cues.
withTechnicalCueSegment(TechnicalCueSegment) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
If the segment is a technical cue, contains information about the technical cue.
withTestingData(TestingData) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The dataset to use for testing.
withTestingDataResult(TestingDataResult) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The manifest file that represents the testing results.
withTextDetection(TextDetection) - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
Details about text detected in a video.
withTextDetections(TextDetection...) - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
An array of text that was detected in the input image.
withTextDetections(Collection<TextDetection>) - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
An array of text that was detected in the input image.
withTextDetections(TextDetectionResult...) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
An array of text detected in the video.
withTextDetections(Collection<TextDetectionResult>) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
An array of text detected in the video.
withTextModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.DetectTextResult
The model version used to detect text.
withTextModelVersion(String) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
Version number of the text detection model that was used to detect text.
withTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.CelebrityRecognition
The time, in milliseconds from the start of the video, that the celebrity was recognized.
withTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.ContentModerationDetection
Time, in milliseconds from the beginning of the video, that the unsafe content label was detected.
withTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.FaceDetection
Time, in milliseconds from the start of the video, that the face was detected.
withTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.LabelDetection
Time, in milliseconds from the start of the video, that the label was detected.
withTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.PersonDetection
The time, in milliseconds from the start of the video, that the person's path was tracked.
withTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.PersonMatch
The time, in milliseconds from the beginning of the video, that the person was matched in the video.
withTimestamp(Long) - Method in class com.amazonaws.services.rekognition.model.TextDetectionResult
The time, in milliseconds from the start of the video, that the text was detected.
withTop(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Top coordinate of the bounding box as a ratio of overall image height.
withTrainingData(TrainingData) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
The dataset to use for training.
withTrainingDataResult(TrainingDataResult) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The manifest file that represents the training results.
withTrainingEndTimestamp(Date) - Method in class com.amazonaws.services.rekognition.model.ProjectVersionDescription
The Unix date and time that training of the model ended.
withType(String) - Method in class com.amazonaws.services.rekognition.model.Emotion
Type of emotion detected.
withType(EmotionName) - Method in class com.amazonaws.services.rekognition.model.Emotion
Type of emotion detected.
withType(String) - Method in class com.amazonaws.services.rekognition.model.Landmark
Type of landmark.
withType(LandmarkType) - Method in class com.amazonaws.services.rekognition.model.Landmark
Type of landmark.
withType(String) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The type of the segment.
withType(SegmentType) - Method in class com.amazonaws.services.rekognition.model.SegmentDetection
The type of the segment.
withType(String) - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
The type of a segment (technical cue or shot detection).
withType(SegmentType) - Method in class com.amazonaws.services.rekognition.model.SegmentTypeInfo
The type of a segment (technical cue or shot detection).
withType(String) - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
The type of the technical cue.
withType(TechnicalCueType) - Method in class com.amazonaws.services.rekognition.model.TechnicalCueSegment
The type of the technical cue.
withType(String) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The type of text that was detected.
withType(TextTypes) - Method in class com.amazonaws.services.rekognition.model.TextDetection
The type of text that was detected.
withUnindexedFaces(UnindexedFace...) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces that were detected in the image but weren't indexed.
withUnindexedFaces(Collection<UnindexedFace>) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces that were detected in the image but weren't indexed.
withUnmatchedFaces(ComparedFace...) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
An array of faces in the target image that did not match the source image face.
withUnmatchedFaces(Collection<ComparedFace>) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
An array of faces in the target image that did not match the source image face.
withUnrecognizedFaces(ComparedFace...) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
Details about each unrecognized face in the image.
withUnrecognizedFaces(Collection<ComparedFace>) - Method in class com.amazonaws.services.rekognition.model.RecognizeCelebritiesResult
Details about each unrecognized face in the image.
withUrls(String...) - Method in class com.amazonaws.services.rekognition.model.Celebrity
An array of URLs pointing to additional information about the celebrity.
withUrls(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.Celebrity
An array of URLs pointing to additional information about the celebrity.
withUrls(String...) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
An array of URLs pointing to additional celebrity information.
withUrls(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.CelebrityDetail
An array of URLs pointing to additional celebrity information.
withUrls(String...) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
An array of URLs pointing to additional celebrity information.
withUrls(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityInfoResult
An array of URLs pointing to additional celebrity information.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Beard
Boolean value that indicates whether the face has beard or not.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Boolean value that indicates whether the face is wearing eye glasses or not.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Boolean value that indicates whether the eyes on the face are open.
withValue(String) - Method in class com.amazonaws.services.rekognition.model.Gender
The predicted gender of the face.
withValue(GenderType) - Method in class com.amazonaws.services.rekognition.model.Gender
The predicted gender of the face.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Boolean value that indicates whether the mouth on the face is open or not.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Mustache
Boolean value that indicates whether the face has mustache or not.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Smile
Boolean value that indicates whether the face is smiling or not.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Boolean value that indicates whether the face is wearing sunglasses or not.
withVersion(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
If the bucket is versioning enabled, you can specify the object version.
withVersionName(String) - Method in class com.amazonaws.services.rekognition.model.CreateProjectVersionRequest
A name for the version of the model.
withVersionNames(String...) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
A list of model version names that you want to describe.
withVersionNames(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DescribeProjectVersionsRequest
A list of model version names that you want to describe.
withVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartCelebrityRecognitionRequest
The video in which you want to recognize celebrities.
withVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartContentModerationRequest
The video in which you want to detect unsafe content.
withVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartFaceDetectionRequest
The video in which you want to detect faces.
withVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartFaceSearchRequest
The video you want to search.
withVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartLabelDetectionRequest
The video in which you want to detect labels.
withVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartPersonTrackingRequest
The video in which you want to detect people.
withVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartSegmentDetectionRequest
 
withVideo(Video) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionRequest
 
withVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetCelebrityRecognitionResult
Information about a video that Amazon Rekognition Video analyzed.
withVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetContentModerationResult
Information about a video that Amazon Rekognition analyzed.
withVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetFaceDetectionResult
Information about a video that Amazon Rekognition Video analyzed.
withVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetFaceSearchResult
Information about a video that Amazon Rekognition analyzed.
withVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetLabelDetectionResult
Information about a video that Amazon Rekognition Video analyzed.
withVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetPersonTrackingResult
Information about a video that Amazon Rekognition Video analyzed.
withVideoMetadata(VideoMetadata...) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
Currently, Amazon Rekognition Video returns a single object in the VideoMetadata array.
withVideoMetadata(Collection<VideoMetadata>) - Method in class com.amazonaws.services.rekognition.model.GetSegmentDetectionResult
Currently, Amazon Rekognition Video returns a single object in the VideoMetadata array.
withVideoMetadata(VideoMetadata) - Method in class com.amazonaws.services.rekognition.model.GetTextDetectionResult
 
withWidth(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Width of the bounding box as a ratio of the overall image width.
withWordFilter(DetectionFilter) - Method in class com.amazonaws.services.rekognition.model.DetectTextFilters
 
withWordFilter(DetectionFilter) - Method in class com.amazonaws.services.rekognition.model.StartTextDetectionFilters
Filters focusing on qualities of the text, such as confidence or size.
withX(Float) - Method in class com.amazonaws.services.rekognition.model.Landmark
The x-coordinate from the top left of the landmark expressed as the ratio of the width of the image.
withX(Float) - Method in class com.amazonaws.services.rekognition.model.Point
The value of the X coordinate for a point on a Polygon.
withY(Float) - Method in class com.amazonaws.services.rekognition.model.Landmark
The y-coordinate from the top left of the landmark expressed as the ratio of the height of the image.
withY(Float) - Method in class com.amazonaws.services.rekognition.model.Point
The value of the Y coordinate for a point on a Polygon.
withYaw(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the yaw axis.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.