Interface AudioSegment.Builder

    • Method Detail

      • s3Uri

        AudioSegment.Builder s3Uri​(String s3Uri)

        The S3 URI where this specific audio segment is stored in the multimodal storage destination.

        Parameters:
        s3Uri - The S3 URI where this specific audio segment is stored in the multimodal storage destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transcription

        AudioSegment.Builder transcription​(String transcription)

        The text transcription of the audio segment content.

        Parameters:
        transcription - The text transcription of the audio segment content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.