public static class ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyDataCustomizedVoiceList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
demoAudioMediaId
example:
4d5e829d498aaf966b119348
|
String |
gender
example:
male
|
String |
scenario
example:
story
|
String |
type |
String |
voiceDesc |
String |
voiceId
example:
xiaozhuan
|
String |
voiceName |
构造器和说明 |
---|
ListCustomizedVoicesResponseBodyDataCustomizedVoiceList() |
@NameInMap(value="DemoAudioMediaId") public String demoAudioMediaId
4d5e829d498aaf966b119348
@NameInMap(value="Gender") public String gender
male
@NameInMap(value="Scenario") public String scenario
story
@NameInMap(value="Type") public String type
@NameInMap(value="VoiceDesc") public String voiceDesc
@NameInMap(value="VoiceId") public String voiceId
xiaozhuan
@NameInMap(value="VoiceName") public String voiceName
public ListCustomizedVoicesResponseBodyDataCustomizedVoiceList()
public static ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyDataCustomizedVoiceList build(Map<String,?> map) throws Exception
Exception
public ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyDataCustomizedVoiceList setDemoAudioMediaId(String demoAudioMediaId)
public String getDemoAudioMediaId()
public ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyDataCustomizedVoiceList setGender(String gender)
public String getGender()
public ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyDataCustomizedVoiceList setScenario(String scenario)
public String getScenario()
public ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyDataCustomizedVoiceList setType(String type)
public String getType()
public ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyDataCustomizedVoiceList setVoiceDesc(String voiceDesc)
public String getVoiceDesc()
public ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyDataCustomizedVoiceList setVoiceId(String voiceId)
public String getVoiceId()
public ListCustomizedVoicesResponseBody.ListCustomizedVoicesResponseBodyDataCustomizedVoiceList setVoiceName(String voiceName)
public String getVoiceName()
Copyright © 2024. All rights reserved.