java.lang.Object
org.springframework.ai.openai.audio.speech.Speech
All Implemented Interfaces:
ModelResult<byte[]>

public class Speech extends Object implements ModelResult<byte[]>
The Speech class represents the result of speech synthesis from an AI model. It implements the ModelResult interface with the output type of byte array.
Since:
1.0.0-M1
Author:
Ahmed Yousri
  • Constructor Details

    • Speech

      public Speech(byte[] audio)
  • Method Details