Interface MedicalScribeTranscriptItem.Builder

  • Method Details

    • beginAudioTime

      MedicalScribeTranscriptItem.Builder beginAudioTime(Double beginAudioTime)

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

      Parameters:
      beginAudioTime - The start time, in milliseconds, of the transcribed item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endAudioTime

      MedicalScribeTranscriptItem.Builder endAudioTime(Double endAudioTime)

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

      Parameters:
      endAudioTime - The end time, in milliseconds, of the transcribed item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of item identified. Options are: PRONUNCIATION (spoken words) and PUNCTUATION.

      Parameters:
      type - The type of item identified. Options are: PRONUNCIATION (spoken words) and PUNCTUATION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of item identified. Options are: PRONUNCIATION (spoken words) and PUNCTUATION.

      Parameters:
      type - The type of item identified. Options are: PRONUNCIATION (spoken words) and PUNCTUATION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.
    • content

      The word, phrase or punctuation mark that was transcribed.

      Parameters:
      content - The word, phrase or punctuation mark that was transcribed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vocabularyFilterMatch

      MedicalScribeTranscriptItem.Builder vocabularyFilterMatch(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.

      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.