Interface ConnectedHomeSettingsForUpdate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConnectedHomeSettingsForUpdate.Builder,ConnectedHomeSettingsForUpdate>, SdkBuilder<ConnectedHomeSettingsForUpdate.Builder,ConnectedHomeSettingsForUpdate>, SdkPojo
Enclosing class:
ConnectedHomeSettingsForUpdate

public static interface ConnectedHomeSettingsForUpdate.Builder extends SdkPojo, CopyableBuilder<ConnectedHomeSettingsForUpdate.Builder,ConnectedHomeSettingsForUpdate>
  • Method Details

    • 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".

      Parameters:
      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".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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".

      Parameters:
      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".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minConfidence

      ConnectedHomeSettingsForUpdate.Builder minConfidence(Float minConfidence)

      The minimum confidence required to label an object in the video.

      Parameters:
      minConfidence - The minimum confidence required to label an object in the video.
      Returns:
      Returns a reference to this object so that method calls can be chained together.