Interface MedicalScribeTranscriptSegment.Builder

  • Method Details

    • segmentId

      The unique identifier for this segment

      Parameters:
      segmentId - The unique identifier for this segment
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • audioBeginOffset

      MedicalScribeTranscriptSegment.Builder audioBeginOffset(Double audioBeginOffset)

      The offset from audio start when the audio for this segment begins

      Parameters:
      audioBeginOffset - The offset from audio start when the audio for this segment begins
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • audioEndOffset

      MedicalScribeTranscriptSegment.Builder audioEndOffset(Double audioEndOffset)

      The offset from audio start when the audio for this segment ends

      Parameters:
      audioEndOffset - The offset from audio start when the audio for this segment ends
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isPartial

      Indicates whether this is a partial or final transcript

      Parameters:
      isPartial - Indicates whether this is a partial or final transcript
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelId

      The channel identifier for this segment

      Parameters:
      channelId - The channel identifier for this segment
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      The transcript text content

      Parameters:
      content - The transcript text content
      Returns:
      Returns a reference to this object so that method calls can be chained together.