Class NLModelConfiguration

    • Constructor Detail

      • NLModelConfiguration

        public NLModelConfiguration()
      • NLModelConfiguration

        protected NLModelConfiguration​(NSObject.Handle h,
                                       long handle)
      • NLModelConfiguration

        protected NLModelConfiguration​(NSObject.SkipInit skipInit)
      • NLModelConfiguration

        public NLModelConfiguration​(NSCoder decoder)
    • Method Detail

      • getType

        public NLModelType getType()
        Since:
        Available in iOS 12.0 and later.
      • getLanguage

        public NLLanguage getLanguage()
        Since:
        Available in iOS 12.0 and later.
      • getRevision

        public long getRevision()
        Since:
        Available in iOS 12.0 and later.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • supportedRevisionsForType

        public static NSIndexSet supportedRevisionsForType​(NLModelType type)
        Since:
        Available in iOS 12.0 and later.
      • currentRevisionForType

        public static long currentRevisionForType​(NLModelType type)
        Since:
        Available in iOS 12.0 and later.
      • init

        protected long init​(NSCoder decoder)