Interface AuthenticationConfiguration.Builder

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

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

    • acceptanceThreshold

      AuthenticationConfiguration.Builder acceptanceThreshold(Integer acceptanceThreshold)

      The minimum threshold needed to successfully authenticate a speaker.

      Parameters:
      acceptanceThreshold - The minimum threshold needed to successfully authenticate a speaker.
      Returns:
      Returns a reference to this object so that method calls can be chained together.