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
/// Deletes an existing corpus from a custom language model. The service removes any out-of-vocabulary (OOV) words associated with the corpus from the custom model's words resource unless they were also added by another corpus or they have been modified in some way with the POST /v1/customizations/{customization_id}/words or PUT /v1/customizations/{customization_id}/words/{word_name} method. Removing a corpus does not affect the custom model until you train the model with the POST /v1/customizations/{customization_id}/train method. Only the owner of a custom model can use this method to delete a corpus from the model.
1324
+
/// Note: This method is currently a beta release that is available for US English only.
1325
+
/// </summary>
1326
+
/// <param name="callback">The callback.</param>
1327
+
/// <param name="customizationID">The customization ID with the corpus to be deleted.</param>
1328
+
/// <param name="corpusName">The corpus name to be deleted.</param>
0 commit comments