Interface DatasetLabelStats.Builder

  • Method Details

    • entryCount

      DatasetLabelStats.Builder entryCount(Integer entryCount)

      The total number of images that use the label.

      Parameters:
      entryCount - The total number of images that use the label.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • boundingBoxCount

      DatasetLabelStats.Builder boundingBoxCount(Integer boundingBoxCount)

      The total number of images that have the label assigned to a bounding box.

      Parameters:
      boundingBoxCount - The total number of images that have the label assigned to a bounding box.
      Returns:
      Returns a reference to this object so that method calls can be chained together.