Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 645 Bytes

File metadata and controls

11 lines (7 loc) · 645 Bytes

LanguageModelTrainRequestBody

Properties

Name Type Description Notes
corpora list[str] An array of text data to train a custom model. This text data can be keywords/phrases, or historical transcripts (transcriptionId of previous speechRecognitionResult). All values in the array must be a string.
name str The name of the custom language model being created. [optional]

[Back to Model list] [Back to API list] [Back to README]