| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
ContentType.clone() |
ContentType |
ContentType.withConfidence(Float confidence)
The confidence level of the label given
|
ContentType |
ContentType.withName(String name)
The name of the label
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentType> |
ContentModerationDetection.getContentTypes()
A list of predicted results for the type of content an image contains.
|
List<ContentType> |
DetectModerationLabelsResult.getContentTypes()
A list of predicted results for the type of content an image contains.
|
| Modifier and Type | Method and Description |
|---|---|
ContentModerationDetection |
ContentModerationDetection.withContentTypes(ContentType... contentTypes)
A list of predicted results for the type of content an image contains.
|
DetectModerationLabelsResult |
DetectModerationLabelsResult.withContentTypes(ContentType... contentTypes)
A list of predicted results for the type of content an image contains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentModerationDetection.setContentTypes(Collection<ContentType> contentTypes)
A list of predicted results for the type of content an image contains.
|
void |
DetectModerationLabelsResult.setContentTypes(Collection<ContentType> contentTypes)
A list of predicted results for the type of content an image contains.
|
ContentModerationDetection |
ContentModerationDetection.withContentTypes(Collection<ContentType> contentTypes)
A list of predicted results for the type of content an image contains.
|
DetectModerationLabelsResult |
DetectModerationLabelsResult.withContentTypes(Collection<ContentType> contentTypes)
A list of predicted results for the type of content an image contains.
|
Copyright © 2024. All rights reserved.