TrainingResponse
public struct TrainingResponse : Codable, Equatable
The response from training of a custom language or custom acoustic model.
-
An array of
TrainingWarningobjects that lists any invalid resources contained in the custom model. For custom language models, invalid resources are grouped and identified by type of resource. The method can return warnings only if thestrictparameter is set tofalse.Declaration
Swift
public var warnings: [TrainingWarning]?
View on GitHub
TrainingResponse Structure Reference