Interface ConnectedHomeSettings.Builder

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

public static interface ConnectedHomeSettings.Builder extends SdkPojo, CopyableBuilder<ConnectedHomeSettings.Builder,ConnectedHomeSettings>
  • 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

      ConnectedHomeSettings.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.