Corpora

public struct Corpora : Codable, Equatable

Information about the corpora from a custom language model.

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

    Declaration

    Swift

    public var corpora: [Corpus]