Grammars

public struct Grammars : Codable, Equatable

Information about the grammars from a custom language model.

  • An array of Grammar objects that provides information about the grammars for the custom model. The array is empty if the custom model has no grammars.

    Declaration

    Swift

    public var grammars: [Grammar]