Class Transcription

    • Method Detail

      • fromJson

        public static Transcription fromJson​(String json,
                                             com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a Transcription object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        Transcription object represented by the provided JSON
      • fromJson

        public static Transcription fromJson​(InputStream json,
                                             com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a Transcription object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        Transcription object represented by the provided JSON
      • getAccountSid

        public final String getAccountSid()
      • getApiVersion

        public final String getApiVersion()
      • getDuration

        public final String getDuration()
      • getPriceUnit

        public final Currency getPriceUnit()
      • getRecordingSid

        public final String getRecordingSid()
      • getSid

        public final String getSid()
      • getTranscriptionText

        public final String getTranscriptionText()
      • getType

        public final String getType()
      • getUri

        public final String getUri()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object