Interface MedicalTranscriptEvent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MedicalTranscriptEvent.Builder,MedicalTranscriptEvent>, SdkBuilder<MedicalTranscriptEvent.Builder,MedicalTranscriptEvent>, SdkPojo
Enclosing class:
MedicalTranscriptEvent

public static interface MedicalTranscriptEvent.Builder extends SdkPojo, CopyableBuilder<MedicalTranscriptEvent.Builder,MedicalTranscriptEvent>
  • Method Details

    • transcript

      Contains Results, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

      Parameters:
      transcript - Contains Results, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transcript

      Contains Results, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

      This is a convenience method that creates an instance of the MedicalTranscript.Builder avoiding the need to create one manually via MedicalTranscript.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to transcript(MedicalTranscript).

      Parameters:
      transcript - a consumer that will call methods on MedicalTranscript.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: