Class AudioInput

java.lang.Object
com.ringcentral.definitions.AudioInput

public class AudioInput 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
  • Constructor Details

    • AudioInput

      public AudioInput()
  • Method Details