| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectedHomeSettings |
ConnectedHomeSettings.clone() |
ConnectedHomeSettings |
StreamProcessorSettings.getConnectedHome() |
ConnectedHomeSettings |
ConnectedHomeSettings.withLabels(Collection<String> labels)
Specifies what you want to detect in the video, such as people, packages, or pets.
|
ConnectedHomeSettings |
ConnectedHomeSettings.withLabels(String... labels)
Specifies what you want to detect in the video, such as people, packages, or pets.
|
ConnectedHomeSettings |
ConnectedHomeSettings.withMinConfidence(Float minConfidence)
The minimum confidence required to label an object in the video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamProcessorSettings.setConnectedHome(ConnectedHomeSettings connectedHome) |
StreamProcessorSettings |
StreamProcessorSettings.withConnectedHome(ConnectedHomeSettings connectedHome) |
Copyright © 2025. All rights reserved.