| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CompareFacesResponse |
RekognitionClient.compareFaces(CompareFacesRequest compareFacesRequest)
Compares a face in the source input image with each of the 100 largest faces detected in the target
input image.
|
default CompareFacesResponse |
RekognitionClient.compareFaces(Consumer<CompareFacesRequest.Builder> compareFacesRequest)
Compares a face in the source input image with each of the 100 largest faces detected in the target
input image.
|
default CreateCollectionResponse |
RekognitionClient.createCollection(Consumer<CreateCollectionRequest.Builder> createCollectionRequest)
Creates a collection in an AWS Region.
|
default CreateCollectionResponse |
RekognitionClient.createCollection(CreateCollectionRequest createCollectionRequest)
Creates a collection in an AWS Region.
|
default CreateDatasetResponse |
RekognitionClient.createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest)
Creates a new Amazon Rekognition Custom Labels dataset.
|
default CreateDatasetResponse |
RekognitionClient.createDataset(CreateDatasetRequest createDatasetRequest)
Creates a new Amazon Rekognition Custom Labels dataset.
|
default CreateProjectResponse |
RekognitionClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a new Amazon Rekognition Custom Labels project.
|
default CreateProjectResponse |
RekognitionClient.createProject(CreateProjectRequest createProjectRequest)
Creates a new Amazon Rekognition Custom Labels project.
|
default CreateProjectVersionResponse |
RekognitionClient.createProjectVersion(Consumer<CreateProjectVersionRequest.Builder> createProjectVersionRequest)
Creates a new version of a model and begins training.
|
default CreateProjectVersionResponse |
RekognitionClient.createProjectVersion(CreateProjectVersionRequest createProjectVersionRequest)
Creates a new version of a model and begins training.
|
default CreateStreamProcessorResponse |
RekognitionClient.createStreamProcessor(Consumer<CreateStreamProcessorRequest.Builder> createStreamProcessorRequest)
Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces in a streaming
video.
|
default CreateStreamProcessorResponse |
RekognitionClient.createStreamProcessor(CreateStreamProcessorRequest createStreamProcessorRequest)
Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces in a streaming
video.
|
default DeleteCollectionResponse |
RekognitionClient.deleteCollection(Consumer<DeleteCollectionRequest.Builder> deleteCollectionRequest)
Deletes the specified collection.
|
default DeleteCollectionResponse |
RekognitionClient.deleteCollection(DeleteCollectionRequest deleteCollectionRequest)
Deletes the specified collection.
|
default DeleteDatasetResponse |
RekognitionClient.deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest)
Deletes an existing Amazon Rekognition Custom Labels dataset.
|
default DeleteDatasetResponse |
RekognitionClient.deleteDataset(DeleteDatasetRequest deleteDatasetRequest)
Deletes an existing Amazon Rekognition Custom Labels dataset.
|
default DeleteFacesResponse |
RekognitionClient.deleteFaces(Consumer<DeleteFacesRequest.Builder> deleteFacesRequest)
Deletes faces from a collection.
|
default DeleteFacesResponse |
RekognitionClient.deleteFaces(DeleteFacesRequest deleteFacesRequest)
Deletes faces from a collection.
|
default DeleteProjectResponse |
RekognitionClient.deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest)
Deletes an Amazon Rekognition Custom Labels project.
|
default DeleteProjectResponse |
RekognitionClient.deleteProject(DeleteProjectRequest deleteProjectRequest)
Deletes an Amazon Rekognition Custom Labels project.
|
default DeleteProjectVersionResponse |
RekognitionClient.deleteProjectVersion(Consumer<DeleteProjectVersionRequest.Builder> deleteProjectVersionRequest)
Deletes an Amazon Rekognition Custom Labels model.
|
default DeleteProjectVersionResponse |
RekognitionClient.deleteProjectVersion(DeleteProjectVersionRequest deleteProjectVersionRequest)
Deletes an Amazon Rekognition Custom Labels model.
|
default DeleteStreamProcessorResponse |
RekognitionClient.deleteStreamProcessor(Consumer<DeleteStreamProcessorRequest.Builder> deleteStreamProcessorRequest)
Deletes the stream processor identified by
Name. |
default DeleteStreamProcessorResponse |
RekognitionClient.deleteStreamProcessor(DeleteStreamProcessorRequest deleteStreamProcessorRequest)
Deletes the stream processor identified by
Name. |
default DescribeCollectionResponse |
RekognitionClient.describeCollection(Consumer<DescribeCollectionRequest.Builder> describeCollectionRequest)
Describes the specified collection.
|
default DescribeCollectionResponse |
RekognitionClient.describeCollection(DescribeCollectionRequest describeCollectionRequest)
Describes the specified collection.
|
default DescribeDatasetResponse |
RekognitionClient.describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest)
Describes an Amazon Rekognition Custom Labels dataset.
|
default DescribeDatasetResponse |
RekognitionClient.describeDataset(DescribeDatasetRequest describeDatasetRequest)
Describes an Amazon Rekognition Custom Labels dataset.
|
default DescribeProjectsResponse |
RekognitionClient.describeProjects(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
default DescribeProjectsResponse |
RekognitionClient.describeProjects(DescribeProjectsRequest describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
default DescribeProjectsIterable |
RekognitionClient.describeProjectsPaginator(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
default DescribeProjectsIterable |
RekognitionClient.describeProjectsPaginator(DescribeProjectsRequest describeProjectsRequest)
Gets information about your Amazon Rekognition Custom Labels projects.
|
default DescribeProjectVersionsResponse |
RekognitionClient.describeProjectVersions(Consumer<DescribeProjectVersionsRequest.Builder> describeProjectVersionsRequest)
Lists and describes the versions of a model in an Amazon Rekognition Custom Labels project.
|
default DescribeProjectVersionsResponse |
RekognitionClient.describeProjectVersions(DescribeProjectVersionsRequest describeProjectVersionsRequest)
Lists and describes the versions of a model in an Amazon Rekognition Custom Labels project.
|
default DescribeProjectVersionsIterable |
RekognitionClient.describeProjectVersionsPaginator(Consumer<DescribeProjectVersionsRequest.Builder> describeProjectVersionsRequest)
Lists and describes the versions of a model in an Amazon Rekognition Custom Labels project.
|
default DescribeProjectVersionsIterable |
RekognitionClient.describeProjectVersionsPaginator(DescribeProjectVersionsRequest describeProjectVersionsRequest)
Lists and describes the versions of a model in an Amazon Rekognition Custom Labels project.
|
default DescribeStreamProcessorResponse |
RekognitionClient.describeStreamProcessor(Consumer<DescribeStreamProcessorRequest.Builder> describeStreamProcessorRequest)
Provides information about a stream processor created by CreateStreamProcessor.
|
default DescribeStreamProcessorResponse |
RekognitionClient.describeStreamProcessor(DescribeStreamProcessorRequest describeStreamProcessorRequest)
Provides information about a stream processor created by CreateStreamProcessor.
|
default DetectCustomLabelsResponse |
RekognitionClient.detectCustomLabels(Consumer<DetectCustomLabelsRequest.Builder> detectCustomLabelsRequest)
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
|
default DetectCustomLabelsResponse |
RekognitionClient.detectCustomLabels(DetectCustomLabelsRequest detectCustomLabelsRequest)
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
|
default DetectFacesResponse |
RekognitionClient.detectFaces(Consumer<DetectFacesRequest.Builder> detectFacesRequest)
Detects faces within an image that is provided as input.
|
default DetectFacesResponse |
RekognitionClient.detectFaces(DetectFacesRequest detectFacesRequest)
Detects faces within an image that is provided as input.
|
default DetectLabelsResponse |
RekognitionClient.detectLabels(Consumer<DetectLabelsRequest.Builder> detectLabelsRequest)
Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
|
default DetectLabelsResponse |
RekognitionClient.detectLabels(DetectLabelsRequest detectLabelsRequest)
Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
|
default DetectModerationLabelsResponse |
RekognitionClient.detectModerationLabels(Consumer<DetectModerationLabelsRequest.Builder> detectModerationLabelsRequest)
Detects unsafe content in a specified JPEG or PNG format image.
|
default DetectModerationLabelsResponse |
RekognitionClient.detectModerationLabels(DetectModerationLabelsRequest detectModerationLabelsRequest)
Detects unsafe content in a specified JPEG or PNG format image.
|
default DetectProtectiveEquipmentResponse |
RekognitionClient.detectProtectiveEquipment(Consumer<DetectProtectiveEquipmentRequest.Builder> detectProtectiveEquipmentRequest)
Detects Personal Protective Equipment (PPE) worn by people detected in an image.
|
default DetectProtectiveEquipmentResponse |
RekognitionClient.detectProtectiveEquipment(DetectProtectiveEquipmentRequest detectProtectiveEquipmentRequest)
Detects Personal Protective Equipment (PPE) worn by people detected in an image.
|
default DetectTextResponse |
RekognitionClient.detectText(Consumer<DetectTextRequest.Builder> detectTextRequest)
Detects text in the input image and converts it into machine-readable text.
|
default DetectTextResponse |
RekognitionClient.detectText(DetectTextRequest detectTextRequest)
Detects text in the input image and converts it into machine-readable text.
|
default DistributeDatasetEntriesResponse |
RekognitionClient.distributeDatasetEntries(Consumer<DistributeDatasetEntriesRequest.Builder> distributeDatasetEntriesRequest)
Distributes the entries (images) in a training dataset across the training dataset and the test dataset for a
project.
|
default DistributeDatasetEntriesResponse |
RekognitionClient.distributeDatasetEntries(DistributeDatasetEntriesRequest distributeDatasetEntriesRequest)
Distributes the entries (images) in a training dataset across the training dataset and the test dataset for a
project.
|
default GetCelebrityInfoResponse |
RekognitionClient.getCelebrityInfo(Consumer<GetCelebrityInfoRequest.Builder> getCelebrityInfoRequest)
Gets the name and additional information about a celebrity based on their Amazon Rekognition ID.
|
default GetCelebrityInfoResponse |
RekognitionClient.getCelebrityInfo(GetCelebrityInfoRequest getCelebrityInfoRequest)
Gets the name and additional information about a celebrity based on their Amazon Rekognition ID.
|
default GetCelebrityRecognitionResponse |
RekognitionClient.getCelebrityRecognition(Consumer<GetCelebrityRecognitionRequest.Builder> getCelebrityRecognitionRequest)
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by
StartCelebrityRecognition.
|
default GetCelebrityRecognitionResponse |
RekognitionClient.getCelebrityRecognition(GetCelebrityRecognitionRequest getCelebrityRecognitionRequest)
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by
StartCelebrityRecognition.
|
default GetCelebrityRecognitionIterable |
RekognitionClient.getCelebrityRecognitionPaginator(Consumer<GetCelebrityRecognitionRequest.Builder> getCelebrityRecognitionRequest)
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by
StartCelebrityRecognition.
|
default GetCelebrityRecognitionIterable |
RekognitionClient.getCelebrityRecognitionPaginator(GetCelebrityRecognitionRequest getCelebrityRecognitionRequest)
Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by
StartCelebrityRecognition.
|
default GetContentModerationResponse |
RekognitionClient.getContentModeration(Consumer<GetContentModerationRequest.Builder> getContentModerationRequest)
Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis
started by StartContentModeration.
|
default GetContentModerationResponse |
RekognitionClient.getContentModeration(GetContentModerationRequest getContentModerationRequest)
Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis
started by StartContentModeration.
|
default GetContentModerationIterable |
RekognitionClient.getContentModerationPaginator(Consumer<GetContentModerationRequest.Builder> getContentModerationRequest)
Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis
started by StartContentModeration.
|
default GetContentModerationIterable |
RekognitionClient.getContentModerationPaginator(GetContentModerationRequest getContentModerationRequest)
Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis
started by StartContentModeration.
|
default GetFaceDetectionResponse |
RekognitionClient.getFaceDetection(Consumer<GetFaceDetectionRequest.Builder> getFaceDetectionRequest)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
default GetFaceDetectionResponse |
RekognitionClient.getFaceDetection(GetFaceDetectionRequest getFaceDetectionRequest)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
default GetFaceDetectionIterable |
RekognitionClient.getFaceDetectionPaginator(Consumer<GetFaceDetectionRequest.Builder> getFaceDetectionRequest)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
default GetFaceDetectionIterable |
RekognitionClient.getFaceDetectionPaginator(GetFaceDetectionRequest getFaceDetectionRequest)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
default GetFaceSearchResponse |
RekognitionClient.getFaceSearch(Consumer<GetFaceSearchRequest.Builder> getFaceSearchRequest)
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
|
default GetFaceSearchResponse |
RekognitionClient.getFaceSearch(GetFaceSearchRequest getFaceSearchRequest)
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
|
default GetFaceSearchIterable |
RekognitionClient.getFaceSearchPaginator(Consumer<GetFaceSearchRequest.Builder> getFaceSearchRequest)
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
|
default GetFaceSearchIterable |
RekognitionClient.getFaceSearchPaginator(GetFaceSearchRequest getFaceSearchRequest)
Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.
|
default GetLabelDetectionResponse |
RekognitionClient.getLabelDetection(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default GetLabelDetectionResponse |
RekognitionClient.getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default GetLabelDetectionIterable |
RekognitionClient.getLabelDetectionPaginator(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default GetLabelDetectionIterable |
RekognitionClient.getLabelDetectionPaginator(GetLabelDetectionRequest getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default GetPersonTrackingResponse |
RekognitionClient.getPersonTracking(Consumer<GetPersonTrackingRequest.Builder> getPersonTrackingRequest)
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
default GetPersonTrackingResponse |
RekognitionClient.getPersonTracking(GetPersonTrackingRequest getPersonTrackingRequest)
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
default GetPersonTrackingIterable |
RekognitionClient.getPersonTrackingPaginator(Consumer<GetPersonTrackingRequest.Builder> getPersonTrackingRequest)
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
default GetPersonTrackingIterable |
RekognitionClient.getPersonTrackingPaginator(GetPersonTrackingRequest getPersonTrackingRequest)
Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
|
default GetSegmentDetectionResponse |
RekognitionClient.getSegmentDetection(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
default GetSegmentDetectionResponse |
RekognitionClient.getSegmentDetection(GetSegmentDetectionRequest getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
default GetSegmentDetectionIterable |
RekognitionClient.getSegmentDetectionPaginator(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
default GetSegmentDetectionIterable |
RekognitionClient.getSegmentDetectionPaginator(GetSegmentDetectionRequest getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
default GetTextDetectionResponse |
RekognitionClient.getTextDetection(Consumer<GetTextDetectionRequest.Builder> getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default GetTextDetectionResponse |
RekognitionClient.getTextDetection(GetTextDetectionRequest getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default GetTextDetectionIterable |
RekognitionClient.getTextDetectionPaginator(Consumer<GetTextDetectionRequest.Builder> getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default GetTextDetectionIterable |
RekognitionClient.getTextDetectionPaginator(GetTextDetectionRequest getTextDetectionRequest)
Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.
|
default IndexFacesResponse |
RekognitionClient.indexFaces(Consumer<IndexFacesRequest.Builder> indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
default IndexFacesResponse |
RekognitionClient.indexFaces(IndexFacesRequest indexFacesRequest)
Detects faces in the input image and adds them to the specified collection.
|
default ListCollectionsResponse |
RekognitionClient.listCollections()
Returns list of collection IDs in your account.
|
default ListCollectionsResponse |
RekognitionClient.listCollections(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)
Returns list of collection IDs in your account.
|
default ListCollectionsResponse |
RekognitionClient.listCollections(ListCollectionsRequest listCollectionsRequest)
Returns list of collection IDs in your account.
|
default ListCollectionsIterable |
RekognitionClient.listCollectionsPaginator()
Returns list of collection IDs in your account.
|
default ListCollectionsIterable |
RekognitionClient.listCollectionsPaginator(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)
Returns list of collection IDs in your account.
|
default ListCollectionsIterable |
RekognitionClient.listCollectionsPaginator(ListCollectionsRequest listCollectionsRequest)
Returns list of collection IDs in your account.
|
default ListDatasetEntriesResponse |
RekognitionClient.listDatasetEntries(Consumer<ListDatasetEntriesRequest.Builder> listDatasetEntriesRequest)
Lists the entries (images) within a dataset.
|
default ListDatasetEntriesResponse |
RekognitionClient.listDatasetEntries(ListDatasetEntriesRequest listDatasetEntriesRequest)
Lists the entries (images) within a dataset.
|
default ListDatasetEntriesIterable |
RekognitionClient.listDatasetEntriesPaginator(Consumer<ListDatasetEntriesRequest.Builder> listDatasetEntriesRequest)
Lists the entries (images) within a dataset.
|
default ListDatasetEntriesIterable |
RekognitionClient.listDatasetEntriesPaginator(ListDatasetEntriesRequest listDatasetEntriesRequest)
Lists the entries (images) within a dataset.
|
default ListDatasetLabelsResponse |
RekognitionClient.listDatasetLabels(Consumer<ListDatasetLabelsRequest.Builder> listDatasetLabelsRequest)
Lists the labels in a dataset.
|
default ListDatasetLabelsResponse |
RekognitionClient.listDatasetLabels(ListDatasetLabelsRequest listDatasetLabelsRequest)
Lists the labels in a dataset.
|
default ListDatasetLabelsIterable |
RekognitionClient.listDatasetLabelsPaginator(Consumer<ListDatasetLabelsRequest.Builder> listDatasetLabelsRequest)
Lists the labels in a dataset.
|
default ListDatasetLabelsIterable |
RekognitionClient.listDatasetLabelsPaginator(ListDatasetLabelsRequest listDatasetLabelsRequest)
Lists the labels in a dataset.
|
default ListFacesResponse |
RekognitionClient.listFaces(Consumer<ListFacesRequest.Builder> listFacesRequest)
Returns metadata for faces in the specified collection.
|
default ListFacesResponse |
RekognitionClient.listFaces(ListFacesRequest listFacesRequest)
Returns metadata for faces in the specified collection.
|
default ListFacesIterable |
RekognitionClient.listFacesPaginator(Consumer<ListFacesRequest.Builder> listFacesRequest)
Returns metadata for faces in the specified collection.
|
default ListFacesIterable |
RekognitionClient.listFacesPaginator(ListFacesRequest listFacesRequest)
Returns metadata for faces in the specified collection.
|
default ListStreamProcessorsResponse |
RekognitionClient.listStreamProcessors()
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListStreamProcessorsResponse |
RekognitionClient.listStreamProcessors(Consumer<ListStreamProcessorsRequest.Builder> listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListStreamProcessorsResponse |
RekognitionClient.listStreamProcessors(ListStreamProcessorsRequest listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListStreamProcessorsIterable |
RekognitionClient.listStreamProcessorsPaginator()
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListStreamProcessorsIterable |
RekognitionClient.listStreamProcessorsPaginator(Consumer<ListStreamProcessorsRequest.Builder> listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListStreamProcessorsIterable |
RekognitionClient.listStreamProcessorsPaginator(ListStreamProcessorsRequest listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListTagsForResourceResponse |
RekognitionClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
default ListTagsForResourceResponse |
RekognitionClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags in an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
default RecognizeCelebritiesResponse |
RekognitionClient.recognizeCelebrities(Consumer<RecognizeCelebritiesRequest.Builder> recognizeCelebritiesRequest)
Returns an array of celebrities recognized in the input image.
|
default RecognizeCelebritiesResponse |
RekognitionClient.recognizeCelebrities(RecognizeCelebritiesRequest recognizeCelebritiesRequest)
Returns an array of celebrities recognized in the input image.
|
default SearchFacesResponse |
RekognitionClient.searchFaces(Consumer<SearchFacesRequest.Builder> searchFacesRequest)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
default SearchFacesResponse |
RekognitionClient.searchFaces(SearchFacesRequest searchFacesRequest)
For a given input face ID, searches for matching faces in the collection the face belongs to.
|
default SearchFacesByImageResponse |
RekognitionClient.searchFacesByImage(Consumer<SearchFacesByImageRequest.Builder> searchFacesByImageRequest)
For a given input image, first detects the largest face in the image, and then searches the specified collection
for matching faces.
|
default SearchFacesByImageResponse |
RekognitionClient.searchFacesByImage(SearchFacesByImageRequest searchFacesByImageRequest)
For a given input image, first detects the largest face in the image, and then searches the specified collection
for matching faces.
|
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 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 StartProjectVersionResponse |
RekognitionClient.startProjectVersion(Consumer<StartProjectVersionRequest.Builder> startProjectVersionRequest)
Starts the running of the version of a model.
|
default StartProjectVersionResponse |
RekognitionClient.startProjectVersion(StartProjectVersionRequest startProjectVersionRequest)
Starts the running of the version of a model.
|
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 StartStreamProcessorResponse |
RekognitionClient.startStreamProcessor(Consumer<StartStreamProcessorRequest.Builder> startStreamProcessorRequest)
Starts processing a stream processor.
|
default StartStreamProcessorResponse |
RekognitionClient.startStreamProcessor(StartStreamProcessorRequest startStreamProcessorRequest)
Starts processing a stream processor.
|
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.
|
default StopProjectVersionResponse |
RekognitionClient.stopProjectVersion(Consumer<StopProjectVersionRequest.Builder> stopProjectVersionRequest)
Stops a running model.
|
default StopProjectVersionResponse |
RekognitionClient.stopProjectVersion(StopProjectVersionRequest stopProjectVersionRequest)
Stops a running model.
|
default StopStreamProcessorResponse |
RekognitionClient.stopStreamProcessor(Consumer<StopStreamProcessorRequest.Builder> stopStreamProcessorRequest)
Stops a running stream processor that was created by CreateStreamProcessor.
|
default StopStreamProcessorResponse |
RekognitionClient.stopStreamProcessor(StopStreamProcessorRequest stopStreamProcessorRequest)
Stops a running stream processor that was created by CreateStreamProcessor.
|
default TagResourceResponse |
RekognitionClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
default TagResourceResponse |
RekognitionClient.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
default UntagResourceResponse |
RekognitionClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
default UntagResourceResponse |
RekognitionClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model.
|
default UpdateDatasetEntriesResponse |
RekognitionClient.updateDatasetEntries(Consumer<UpdateDatasetEntriesRequest.Builder> updateDatasetEntriesRequest)
Adds or updates one or more entries (images) in a dataset.
|
default UpdateDatasetEntriesResponse |
RekognitionClient.updateDatasetEntries(UpdateDatasetEntriesRequest updateDatasetEntriesRequest)
Adds or updates one or more entries (images) in a dataset.
|
Copyright © 2022. All rights reserved.