default AssociateFacesResponse |
RekognitionClient.associateFaces(Consumer<AssociateFacesRequest.Builder> associateFacesRequest) |
Associates one or more faces with an existing UserID.
|
default AssociateFacesResponse |
RekognitionClient.associateFaces(AssociateFacesRequest associateFacesRequest) |
Associates one or more faces with an existing UserID.
|
default CreateUserResponse |
RekognitionClient.createUser(Consumer<CreateUserRequest.Builder> createUserRequest) |
Creates a new User within a collection specified by CollectionId.
|
default CreateUserResponse |
RekognitionClient.createUser(CreateUserRequest createUserRequest) |
Creates a new User within a collection specified by CollectionId.
|
default DeleteUserResponse |
RekognitionClient.deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest) |
Deletes the specified UserID within the collection.
|
default DeleteUserResponse |
RekognitionClient.deleteUser(DeleteUserRequest deleteUserRequest) |
Deletes the specified UserID within the collection.
|
default DisassociateFacesResponse |
RekognitionClient.disassociateFaces(Consumer<DisassociateFacesRequest.Builder> disassociateFacesRequest) |
Removes the association between a Face supplied in an array of FaceIds and the User.
|
default DisassociateFacesResponse |
RekognitionClient.disassociateFaces(DisassociateFacesRequest disassociateFacesRequest) |
Removes the association between a Face supplied in an array of FaceIds and the User.
|
default StartCelebrityRecognitionResponse |
RekognitionClient.startCelebrityRecognition(Consumer<StartCelebrityRecognitionRequest.Builder> startCelebrityRecognitionRequest) |
Starts asynchronous recognition of celebrities in a stored video.
|
default StartCelebrityRecognitionResponse |
RekognitionClient.startCelebrityRecognition(StartCelebrityRecognitionRequest startCelebrityRecognitionRequest) |
Starts asynchronous recognition of celebrities in a stored video.
|
default StartContentModerationResponse |
RekognitionClient.startContentModeration(Consumer<StartContentModerationRequest.Builder> startContentModerationRequest) |
Starts asynchronous detection of inappropriate, unwanted, or offensive content in a stored video.
|
default StartContentModerationResponse |
RekognitionClient.startContentModeration(StartContentModerationRequest startContentModerationRequest) |
Starts asynchronous detection of inappropriate, unwanted, or offensive content in a stored video.
|
default StartFaceDetectionResponse |
RekognitionClient.startFaceDetection(Consumer<StartFaceDetectionRequest.Builder> startFaceDetectionRequest) |
Starts asynchronous detection of faces in a stored video.
|
default StartFaceDetectionResponse |
RekognitionClient.startFaceDetection(StartFaceDetectionRequest startFaceDetectionRequest) |
Starts asynchronous detection of faces in a stored video.
|
default StartFaceSearchResponse |
RekognitionClient.startFaceSearch(Consumer<StartFaceSearchRequest.Builder> startFaceSearchRequest) |
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
default StartFaceSearchResponse |
RekognitionClient.startFaceSearch(StartFaceSearchRequest startFaceSearchRequest) |
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
default StartLabelDetectionResponse |
RekognitionClient.startLabelDetection(Consumer<StartLabelDetectionRequest.Builder> startLabelDetectionRequest) |
Starts asynchronous detection of labels in a stored video.
|
default StartLabelDetectionResponse |
RekognitionClient.startLabelDetection(StartLabelDetectionRequest startLabelDetectionRequest) |
Starts asynchronous detection of labels in a stored video.
|
default StartMediaAnalysisJobResponse |
RekognitionClient.startMediaAnalysisJob(Consumer<StartMediaAnalysisJobRequest.Builder> startMediaAnalysisJobRequest) |
Initiates a new media analysis job.
|
default StartMediaAnalysisJobResponse |
RekognitionClient.startMediaAnalysisJob(StartMediaAnalysisJobRequest startMediaAnalysisJobRequest) |
Initiates a new media analysis job.
|
default StartPersonTrackingResponse |
RekognitionClient.startPersonTracking(Consumer<StartPersonTrackingRequest.Builder> startPersonTrackingRequest) |
Starts the asynchronous tracking of a person's path in a stored video.
|
default StartPersonTrackingResponse |
RekognitionClient.startPersonTracking(StartPersonTrackingRequest startPersonTrackingRequest) |
Starts the asynchronous tracking of a person's path in a stored video.
|
default StartSegmentDetectionResponse |
RekognitionClient.startSegmentDetection(Consumer<StartSegmentDetectionRequest.Builder> startSegmentDetectionRequest) |
Starts asynchronous detection of segment detection in a stored video.
|
default StartSegmentDetectionResponse |
RekognitionClient.startSegmentDetection(StartSegmentDetectionRequest startSegmentDetectionRequest) |
Starts asynchronous detection of segment detection in a stored video.
|
default StartTextDetectionResponse |
RekognitionClient.startTextDetection(Consumer<StartTextDetectionRequest.Builder> startTextDetectionRequest) |
Starts asynchronous detection of text in a stored video.
|
default StartTextDetectionResponse |
RekognitionClient.startTextDetection(StartTextDetectionRequest startTextDetectionRequest) |
Starts asynchronous detection of text in a stored video.
|