RingCentral .Net SDK
Properties | List of all members
RingCentral.EnrollmentStatus Class Reference

Properties

string enrollmentQuality [get, set]
 Quality of the enrollment. Example: Average Enum: Poor, Average, Good, High More...
 
bool? enrollmentComplete [get, set]
 Status of the enrollment. Required Example: true More...
 
string speakerId [get, set]
 Required Example: JohnDoe More...
 
decimal? totalEnrollDuration [get, set]
 Total speech duration of the enrollment in seconds. Format: float Example: 20.1 More...
 
decimal? totalSpeechDuration [get, set]
 Total duration of the enrollment in seconds. Required Format: float Example: 30.5 More...
 

Property Documentation

◆ enrollmentComplete

bool? RingCentral.EnrollmentStatus.enrollmentComplete
getset

Status of the enrollment. Required Example: true

◆ enrollmentQuality

string RingCentral.EnrollmentStatus.enrollmentQuality
getset

Quality of the enrollment. Example: Average Enum: Poor, Average, Good, High

◆ speakerId

string RingCentral.EnrollmentStatus.speakerId
getset

Required Example: JohnDoe

◆ totalEnrollDuration

decimal? RingCentral.EnrollmentStatus.totalEnrollDuration
getset

Total speech duration of the enrollment in seconds. Format: float Example: 20.1

◆ totalSpeechDuration

decimal? RingCentral.EnrollmentStatus.totalSpeechDuration
getset

Total duration of the enrollment in seconds. Required Format: float Example: 30.5


The documentation for this class was generated from the following file: