TrainingResponse
public struct TrainingResponse : Codable, Equatable
The response from training of a custom language or custom acoustic model.
-
An array of
TrainingWarning
objects 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 thestrict
parameter is set tofalse
.Declaration
Swift
public var warnings: [TrainingWarning]?