Class Speech
java.lang.Object
org.springframework.ai.openai.audio.speech.Speech
- All Implemented Interfaces:
org.springframework.ai.model.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]inthashCode()toString()withSpeechMetadata(OpenAiAudioSpeechMetadata speechMetadata)
-
Constructor Details
-
Speech
public Speech(byte[] audio)
-
-
Method Details
-
getOutput
public byte[] getOutput()- Specified by:
getOutputin interfaceorg.springframework.ai.model.ModelResult<byte[]>
-
getMetadata
- Specified by:
getMetadatain interfaceorg.springframework.ai.model.ModelResult<byte[]>
-
withSpeechMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-