Interface LivenessOutputConfig.Builder

    • Method Detail

      • s3Bucket

        LivenessOutputConfig.Builder s3Bucket​(String s3Bucket)

        The path to an AWS Amazon S3 bucket used to store Face Liveness session results.

        Parameters:
        s3Bucket - The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3KeyPrefix

        LivenessOutputConfig.Builder s3KeyPrefix​(String s3KeyPrefix)

        The prefix prepended to the output files for the Face Liveness session results.

        Parameters:
        s3KeyPrefix - The prefix prepended to the output files for the Face Liveness session results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.