You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/aispeech/lib/client.ts
+70
Original file line number
Diff line number
Diff line change
@@ -516,6 +516,76 @@ export class AIServiceSpeechClient {
516
516
}
517
517
}
518
518
519
+
/**
520
+
* Delete API cleans job, tasks and the related metadata. However the generated transcriptions in customer tenancy will not be deleted.
521
+
* This operation does not retry by default if the user has not defined a retry configuration.
522
+
* @param DeleteTranscriptionJobRequest
523
+
* @return DeleteTranscriptionJobResponse
524
+
* @throws OciError when an error occurs
525
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aispeech/DeleteTranscriptionJob.ts.html |here} to see how to use DeleteTranscriptionJob API.
* NOTE: This class is auto generated by OracleSDKGenerator.
8
+
* Do not edit the class manually.
9
+
*
10
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+
*/
13
+
14
+
import*asmodelfrom"../model";
15
+
importcommon= require("oci-common");
16
+
17
+
/**
18
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aispeech/DeleteTranscriptionJob.ts.html |here} to see how to use DeleteTranscriptionJobRequest.
* NOTE: This class is auto generated by OracleSDKGenerator.
8
+
* Do not edit the class manually.
9
+
*
10
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+
*/
13
+
14
+
import*asmodelfrom"../model";
15
+
importcommon= require("oci-common");
16
+
17
+
exportinterfaceDeleteTranscriptionJobResponse{
18
+
/**
19
+
* Unique Oracle-assigned identifier for the request. If you need to contact
20
+
* Oracle about a particular request, please provide the request ID.
0 commit comments