Class IdentifyInput

java.lang.Object
com.ringcentral.definitions.IdentifyInput

public class IdentifyInput extends Object
  • Field Details

    • contentUri

      public String contentUri
      Publicly facing uri Format: uri
    • encoding

      public String encoding
      The encoding of the original audio Required Example: Wav Enum: Mpeg, Mp4, Wav, Webm, Webp, Aac, Avi, Ogg
    • languageCode

      public String languageCode
      Language spoken in the audio file. Required Example: en-US
    • source

      public String source
      Source of the audio file eg: Phone, RingCentral, GoogleMeet, Zoom etc Example: RingCentral
    • audioType

      public String audioType
      Type of the audio Example: CallCenter Enum: CallCenter, Meeting, EarningsCalls, Interview, PressConference, Voicemail
    • speakerIds

      public String[] speakerIds
      Set of enrolled speakers to be identified from the media. Required Example: speakerId1,speakerId2
    • enableVoiceActivityDetection

      public Boolean enableVoiceActivityDetection
      Apply voice activity detection.
  • Constructor Details

    • IdentifyInput

      public IdentifyInput()
  • Method Details