public static interface ConnectedHomeSettingsForUpdate.Builder extends SdkPojo, CopyableBuilder<ConnectedHomeSettingsForUpdate.Builder,ConnectedHomeSettingsForUpdate>
| Modifier and Type | Method and Description |
|---|---|
ConnectedHomeSettingsForUpdate.Builder |
labels(Collection<String> labels)
Specifies what you want to detect in the video, such as people, packages, or pets.
|
ConnectedHomeSettingsForUpdate.Builder |
labels(String... labels)
Specifies what you want to detect in the video, such as people, packages, or pets.
|
ConnectedHomeSettingsForUpdate.Builder |
minConfidence(Float minConfidence)
The minimum confidence required to label an object in the video.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectedHomeSettingsForUpdate.Builder labels(Collection<String> labels)
Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
labels - Specifies what you want to detect in the video, such as people, packages, or pets. The current valid
labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".ConnectedHomeSettingsForUpdate.Builder labels(String... labels)
Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
labels - Specifies what you want to detect in the video, such as people, packages, or pets. The current valid
labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".ConnectedHomeSettingsForUpdate.Builder minConfidence(Float minConfidence)
The minimum confidence required to label an object in the video.
minConfidence - The minimum confidence required to label an object in the video.Copyright © 2023. All rights reserved.