Class: TencentCloud::Vrs::V20200824::Client

Inherits:
Common::AbstractClient
  • Object
show all
Defined in:
lib/v20200824/client.rb

Instance Method Summary collapse

Constructor Details

#initialize(credential, region, profile = nil) ⇒ Client

Returns a new instance of Client.



24
25
26
27
28
29
# File 'lib/v20200824/client.rb', line 24

def initialize(credential, region, profile = nil)
    api_version = '2020-08-24'
    api_endpoint = 'vrs.tencentcloudapi.com'
    sdk_version = 'VRS_' + File.read(File.expand_path('../VERSION', __dir__)).strip
    super(credential, region, api_version, api_endpoint, sdk_version, profile)
end

Instance Method Details

#CancelVRSTask(request) ⇒ Object

@rtype: :class:‘Tencentcloud::vrs::V20200824::CancelVRSTaskResponse`

Parameters:

  • request:

    Request instance for CancelVRSTask.



37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# File 'lib/v20200824/client.rb', line 37

def CancelVRSTask(request)
  body = send_request('CancelVRSTask', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = CancelVRSTaskResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#CreateVRSTask(request) ⇒ Object

@rtype: :class:‘Tencentcloud::vrs::V20200824::CreateVRSTaskResponse`

Parameters:

  • request:

    Request instance for CreateVRSTask.



63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# File 'lib/v20200824/client.rb', line 63

def CreateVRSTask(request)
  body = send_request('CreateVRSTask', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = CreateVRSTaskResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeVRSTaskStatus(request) ⇒ Object

@rtype: :class:‘Tencentcloud::vrs::V20200824::DescribeVRSTaskStatusResponse`

Parameters:

  • request:

    Request instance for DescribeVRSTaskStatus.



91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# File 'lib/v20200824/client.rb', line 91

def DescribeVRSTaskStatus(request)
  body = send_request('DescribeVRSTaskStatus', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeVRSTaskStatusResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DetectEnvAndSoundQuality(request) ⇒ Object

@rtype: :class:‘Tencentcloud::vrs::V20200824::DetectEnvAndSoundQualityResponse`

Parameters:

  • request:

    Request instance for DetectEnvAndSoundQuality.



118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# File 'lib/v20200824/client.rb', line 118

def DetectEnvAndSoundQuality(request)
  body = send_request('DetectEnvAndSoundQuality', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DetectEnvAndSoundQualityResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DownloadVRSModel(request) ⇒ Object

@rtype: :class:‘Tencentcloud::vrs::V20200824::DownloadVRSModelResponse`

Parameters:

  • request:

    Request instance for DownloadVRSModel.



142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# File 'lib/v20200824/client.rb', line 142

def DownloadVRSModel(request)
  body = send_request('DownloadVRSModel', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DownloadVRSModelResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#GetTrainingText(request) ⇒ Object

@rtype: :class:‘Tencentcloud::vrs::V20200824::GetTrainingTextResponse`

Parameters:

  • request:

    Request instance for GetTrainingText.



169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
# File 'lib/v20200824/client.rb', line 169

def GetTrainingText(request)
  body = send_request('GetTrainingText', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = GetTrainingTextResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#GetVRSVoiceTypeInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::vrs::V20200824::GetVRSVoiceTypeInfoResponse`

Parameters:

  • request:

    Request instance for GetVRSVoiceTypeInfo.



193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'lib/v20200824/client.rb', line 193

def GetVRSVoiceTypeInfo(request)
  body = send_request('GetVRSVoiceTypeInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = GetVRSVoiceTypeInfoResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#GetVRSVoiceTypes(request) ⇒ Object

@rtype: :class:‘Tencentcloud::vrs::V20200824::GetVRSVoiceTypesResponse`

Parameters:

  • request:

    Request instance for GetVRSVoiceTypes.



217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
# File 'lib/v20200824/client.rb', line 217

def GetVRSVoiceTypes(request)
  body = send_request('GetVRSVoiceTypes', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = GetVRSVoiceTypesResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end