Interface MedicalTranscript.Builder

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

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

    • results

      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:
      results - 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.
    • results

      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:
      results - 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.
    • results

      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 MedicalResult.Builder avoiding the need to create one manually via MedicalResult.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to results(List<MedicalResult>).

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