public class StartAITranscriptionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
StartAITranscriptionRequest() |
StartAITranscriptionRequest(StartAITranscriptionRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
RecognizeConfig |
getRecognizeConfig()
Get 语音识别配置
|
String |
getRoomId()
Get TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),使用该roomid开启任务。
|
Long |
getRoomIdType()
Get TRTC房间号的类型,0代表数字房间号,1代表字符串房间号。不填默认是数字房间号。
|
Long |
getSdkAppId()
Get TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),使用该sdkappid开启任务。
|
TranscriptionParams |
getTranscriptionParams()
Get 启动转录机器人和鉴权的参数。
|
void |
setRecognizeConfig(RecognizeConfig RecognizeConfig)
Set 语音识别配置
|
void |
setRoomId(String RoomId)
Set TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),使用该roomid开启任务。
|
void |
setRoomIdType(Long RoomIdType)
Set TRTC房间号的类型,0代表数字房间号,1代表字符串房间号。不填默认是数字房间号。
|
void |
setSdkAppId(Long SdkAppId)
Set TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),使用该sdkappid开启任务。
|
void |
setTranscriptionParams(TranscriptionParams TranscriptionParams)
Set 启动转录机器人和鉴权的参数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StartAITranscriptionRequest()
public StartAITranscriptionRequest(StartAITranscriptionRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),使用该sdkappid开启任务。public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),使用该roomid开启任务。public TranscriptionParams getTranscriptionParams()
public void setTranscriptionParams(TranscriptionParams TranscriptionParams)
TranscriptionParams
- 启动转录机器人和鉴权的参数。public Long getRoomIdType()
public void setRoomIdType(Long RoomIdType)
RoomIdType
- TRTC房间号的类型,0代表数字房间号,1代表字符串房间号。不填默认是数字房间号。public RecognizeConfig getRecognizeConfig()
public void setRecognizeConfig(RecognizeConfig RecognizeConfig)
RecognizeConfig
- 语音识别配置Copyright © 2024. All rights reserved.