EnrollmentConfig

Contains configurations defining enrollment behavior for the batch job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take when the specified speaker is already enrolled in the specified domain. The default value is SKIP, which skips the enrollment for the existing speaker. Setting the value to OVERWRITE replaces the existing voice prints and enrollment audio stored for that speaker with new data generated from the latest audio.

Link copied to clipboard

The fraud detection configuration to use for the speaker enrollment job.

Functions

Link copied to clipboard
inline fun copy(block: EnrollmentConfig.Builder.() -> Unit = {}): EnrollmentConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String