Package com.ringcentral.definitions
Class EnrollmentStatus
java.lang.Object
com.ringcentral.definitions.EnrollmentStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionStatus of the enrollment.Quality of the enrollment.Required Example: JohnDoeTotal speech duration of the enrollment in seconds.Total duration of the enrollment in seconds. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenrollmentComplete
(Boolean enrollmentComplete) enrollmentQuality
(String enrollmentQuality) totalEnrollDuration
(Double totalEnrollDuration) totalSpeechDuration
(Double totalSpeechDuration)
-
Field Details
-
enrollmentQuality
Quality of the enrollment. Example: Average Enum: Poor, Average, Good, High -
enrollmentComplete
Status of the enrollment. Required Example: true -
speakerId
Required Example: JohnDoe -
totalEnrollDuration
Total speech duration of the enrollment in seconds. Format: float Example: 20.1 -
totalSpeechDuration
Total duration of the enrollment in seconds. Required Format: float Example: 30.5
-
-
Constructor Details
-
EnrollmentStatus
public EnrollmentStatus()
-
-
Method Details
-
enrollmentQuality
-
enrollmentComplete
-
speakerId
-
totalEnrollDuration
-
totalSpeechDuration
-