feat: TTS 요청 시 필요한 값들을 정의한 DTO 클래스
This commit is contained in:
parent
67c724ddbd
commit
2134ca58f4
@ -0,0 +1,8 @@
|
||||
package com.sangdol.text_to_speech
|
||||
|
||||
data class ConvertSingleTextRequest(
|
||||
val text: String,
|
||||
val type: VoiceType,
|
||||
val speakingRate: Double,
|
||||
val order: Int
|
||||
)
|
||||
Loading…
x
Reference in New Issue
Block a user