public class SpeechBySynthesisResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SpeechBySynthesisResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SpeechBySynthesisResponse |
build(Map<String,?> map) |
SpeechBySynthesisResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
SpeechBySynthesisResponse |
setBody(SpeechBySynthesisResponseBody body) |
SpeechBySynthesisResponse |
setHeaders(Map<String,String> headers) |
@NameInMap(value="body") @Validation(required=true) public SpeechBySynthesisResponseBody body
public static SpeechBySynthesisResponse build(Map<String,?> map) throws Exception
Exceptionpublic SpeechBySynthesisResponse setHeaders(Map<String,String> headers)
public SpeechBySynthesisResponse setBody(SpeechBySynthesisResponseBody body)
public SpeechBySynthesisResponseBody getBody()
Copyright © 2022. All rights reserved.