Class MedicalScribeTranscriptItem

    • Method Detail

      • beginAudioTime

        public final Double beginAudioTime()

        The start time, in milliseconds, of the transcribed item.

        Returns:
        The start time, in milliseconds, of the transcribed item.
      • endAudioTime

        public final Double endAudioTime()

        The end time, in milliseconds, of the transcribed item.

        Returns:
        The end time, in milliseconds, of the transcribed item.
      • confidence

        public final Double confidence()

        The confidence score associated with a word or phrase in your transcript.

        Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified item correctly matches the item spoken in your media.

        Returns:
        The confidence score associated with a word or phrase in your transcript.

        Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified item correctly matches the item spoken in your media.

      • content

        public final String content()

        The word, phrase or punctuation mark that was transcribed.

        Returns:
        The word, phrase or punctuation mark that was transcribed.
      • vocabularyFilterMatch

        public final Boolean vocabularyFilterMatch()

        Indicates whether the specified item matches a word in the vocabulary filter included in your configuration event. If true, there is a vocabulary filter match.

        Returns:
        Indicates whether the specified item matches a word in the vocabulary filter included in your configuration event. If true, there is a vocabulary filter match.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)