Interface GuardrailImageCoverage.Builder

    • Method Detail

      • guarded

        GuardrailImageCoverage.Builder guarded​(Integer guarded)

        The count (integer) of images guardrails guarded.

        Parameters:
        guarded - The count (integer) of images guardrails guarded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • total

        GuardrailImageCoverage.Builder total​(Integer total)

        Represents the total number of images (integer) that were in the request (guarded and unguarded).

        Parameters:
        total - Represents the total number of images (integer) that were in the request (guarded and unguarded).
        Returns:
        Returns a reference to this object so that method calls can be chained together.