Class Index
java.lang.Object
com.ringcentral.paths.ai.audio.v1.enrollments.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
Delete The Enrollment for the provided Speaker.get()
Get The Status of Enrollment for the provided Speaker.list()
list
(CaiEnrollmentsListParameters queryParams) Returns the List of Enrolled Speakers HTTP Method: get Endpoint: /ai/audio/v1/enrollments Rate Limit Group: Heavy App Permission: AIpatch
(EnrollmentPatchInput enrollmentPatchInput) Add newer audio data to improve an existing speaker enrollment HTTP Method: patch Endpoint: /ai/audio/v1/enrollments/{speakerId} Rate Limit Group: Heavy App Permission: AIpath()
post
(EnrollmentInput enrollmentInput) Creates Enrollment for the provided Speaker.
-
Field Details
-
rc
-
parent
-
speakerId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public ListEnrolledSpeakers list(CaiEnrollmentsListParameters queryParams) throws RestException, IOException Returns the List of Enrolled Speakers HTTP Method: get Endpoint: /ai/audio/v1/enrollments Rate Limit Group: Heavy App Permission: AI- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
post
Creates Enrollment for the provided Speaker. HTTP Method: post Endpoint: /ai/audio/v1/enrollments Rate Limit Group: Heavy App Permission: AI- Throws:
RestException
IOException
-
get
Get The Status of Enrollment for the provided Speaker. HTTP Method: get Endpoint: /ai/audio/v1/enrollments/{speakerId} Rate Limit Group: Heavy App Permission: AI- Throws:
RestException
IOException
-
delete
Delete The Enrollment for the provided Speaker. HTTP Method: delete Endpoint: /ai/audio/v1/enrollments/{speakerId} Rate Limit Group: Heavy App Permission: AI- Throws:
RestException
IOException
-
patch
public EnrollmentStatus patch(EnrollmentPatchInput enrollmentPatchInput) throws RestException, IOException Add newer audio data to improve an existing speaker enrollment HTTP Method: patch Endpoint: /ai/audio/v1/enrollments/{speakerId} Rate Limit Group: Heavy App Permission: AI- Throws:
RestException
IOException
-