Class EnrollmentConfig

    • Method Detail

      • existingEnrollmentAction

        public final ExistingEnrollmentAction existingEnrollmentAction()

        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.

        If the service returns an enum value that is not available in the current SDK version, existingEnrollmentAction will return ExistingEnrollmentAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from existingEnrollmentActionAsString().

        Returns:
        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.
        See Also:
        ExistingEnrollmentAction
      • existingEnrollmentActionAsString

        public final String existingEnrollmentActionAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, existingEnrollmentAction will return ExistingEnrollmentAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from existingEnrollmentActionAsString().

        Returns:
        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.
        See Also:
        ExistingEnrollmentAction
      • fraudDetectionConfig

        public final EnrollmentJobFraudDetectionConfig fraudDetectionConfig()

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

        Returns:
        The fraud detection configuration to use for the speaker enrollment job.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)