| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectedHomeSettingsForUpdate |
ConnectedHomeSettingsForUpdate.clone() |
ConnectedHomeSettingsForUpdate |
StreamProcessorSettingsForUpdate.getConnectedHomeForUpdate()
The label detection settings you want to use for your stream processor.
|
ConnectedHomeSettingsForUpdate |
ConnectedHomeSettingsForUpdate.withLabels(Collection<String> labels)
Specifies what you want to detect in the video, such as people, packages, or pets.
|
ConnectedHomeSettingsForUpdate |
ConnectedHomeSettingsForUpdate.withLabels(String... labels)
Specifies what you want to detect in the video, such as people, packages, or pets.
|
ConnectedHomeSettingsForUpdate |
ConnectedHomeSettingsForUpdate.withMinConfidence(Float minConfidence)
The minimum confidence required to label an object in the video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamProcessorSettingsForUpdate.setConnectedHomeForUpdate(ConnectedHomeSettingsForUpdate connectedHomeForUpdate)
The label detection settings you want to use for your stream processor.
|
StreamProcessorSettingsForUpdate |
StreamProcessorSettingsForUpdate.withConnectedHomeForUpdate(ConnectedHomeSettingsForUpdate connectedHomeForUpdate)
The label detection settings you want to use for your stream processor.
|
Copyright © 2024. All rights reserved.