Class Index
java.lang.Object
com.ringcentral.paths.ai.audio.v1.async.speakerdiarize.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(DiarizeInput diarizeInput) post
(DiarizeInput diarizeInput, CaiSpeakerDiarizeParameters queryParams) Identifies who said what.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public CaiAsyncApiResponse post(DiarizeInput diarizeInput, CaiSpeakerDiarizeParameters queryParams) throws RestException, IOException Identifies who said what. Speaker diarization will identify the speaker for each segment so you can tell who spoke the sentence, paragraph, or phrase.HTTP Method: post Endpoint: /ai/audio/v1/async/speaker-diarize Rate Limit Group: Heavy App Permission: AI
- Throws:
RestException
IOException
-
post
- Throws:
RestException
IOException
-