Class LemurClient


  • public class LemurClient
    extends java.lang.Object
    • Constructor Detail

      • LemurClient

        public LemurClient​(ClientOptions clientOptions)
    • Method Detail

      • summary

        public LemurSummaryResponse summary()
        Custom Summary allows you to distill a piece of audio into a few impactful sentences. You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.
      • summary

        public LemurSummaryResponse summary​(LemurSummaryParams request)
        Custom Summary allows you to distill a piece of audio into a few impactful sentences. You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.
      • summary

        public LemurSummaryResponse summary​(LemurSummaryParams request,
                                            RequestOptions requestOptions)
        Custom Summary allows you to distill a piece of audio into a few impactful sentences. You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.
      • questionAnswer

        public LemurQuestionAnswerResponse questionAnswer​(LemurQuestionAnswerParams request)
        Question & Answer allows you to ask free-form questions about a single transcript or a group of transcripts. The questions can be any whose answers you find useful, such as judging whether a caller is likely to become a customer or whether all items on a meeting's agenda were covered.
      • questionAnswer

        public LemurQuestionAnswerResponse questionAnswer​(LemurQuestionAnswerParams request,
                                                          RequestOptions requestOptions)
        Question & Answer allows you to ask free-form questions about a single transcript or a group of transcripts. The questions can be any whose answers you find useful, such as judging whether a caller is likely to become a customer or whether all items on a meeting's agenda were covered.
      • actionItems

        public LemurActionItemsResponse actionItems()
        Use LeMUR to generate a list of action items from a transcript
      • purgeRequestData

        public PurgeLemurRequestDataResponse purgeRequestData​(java.lang.String requestId)
        Delete the data for a previously submitted LeMUR request. The LLM response data, as well as any context provided in the original request will be removed.
      • purgeRequestData

        public PurgeLemurRequestDataResponse purgeRequestData​(java.lang.String requestId,
                                                              RequestOptions requestOptions)
        Delete the data for a previously submitted LeMUR request. The LLM response data, as well as any context provided in the original request will be removed.