EnrollmentStatus
Properties
Name | Type | Required | Description |
---|---|---|---|
enrollment_complete | bool | ✅ | Status of the enrollment. |
speaker_id | str | ✅ | |
total_speech_duration | float | ✅ | Total duration of the enrollment in seconds. |
enrollment_quality | EnrollmentQuality | ❌ | Quality of the enrollment. |
total_enroll_duration | float | ❌ | Total speech duration of the enrollment in seconds. |
EnrollmentQuality
Quality of the enrollment.
Properties
Name | Type | Required | Description |
---|---|---|---|
POOR | str | ✅ | "Poor" |
AVERAGE | str | ✅ | "Average" |
GOOD | str | ✅ | "Good" |
HIGH | str | ✅ | "High" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs