public static interface ConnectedHomeSettings.Builder extends SdkPojo, CopyableBuilder<ConnectedHomeSettings.Builder,ConnectedHomeSettings>
| Modifier and Type | Method and Description |
|---|---|
ConnectedHomeSettings.Builder |
labels(Collection<String> labels)
Specifies what you want to detect in the video, such as people, packages, or pets.
|
ConnectedHomeSettings.Builder |
labels(String... labels)
Specifies what you want to detect in the video, such as people, packages, or pets.
|
ConnectedHomeSettings.Builder |
minConfidence(Float minConfidence)
The minimum confidence required to label an object in the video.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectedHomeSettings.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".ConnectedHomeSettings.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".ConnectedHomeSettings.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.