11 #import <Foundation/Foundation.h> 23 - (instancetype _Null_unspecified) init NS_UNAVAILABLE;
24 + (instancetype _Null_unspecified) new NS_UNAVAILABLE;
25 - (instancetype _Null_unspecified) copy NS_UNAVAILABLE;
34 - (instancetype _Nullable) initWithError:(NSError * _Nullable * _Nullable)error NS_DESIGNATED_INITIALIZER NS_SWIFT_NAME(init());
44 - (
ThreadPool* _Nullable) threadPoolWithError:(NSError * _Nullable * _Nullable)error;
57 - (
ClassificationFuture* _Nullable) classifyString:(NSString * _Nonnull)text withPriotiry:(NSInteger)priority withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(classifyString(_:priority:));
69 - (
ClassificationFuture* _Nullable) classifyData:(NSData * _Nonnull)data fileName:(NSString * _Nullable)fileName withPriotiry:(NSInteger)priority withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(classifyData(_:fileName:priority:));
80 - (
ClassificationFuture* _Nullable) classifyFileAtPath:(NSString * _Nonnull)filePath withPriotiry:(NSInteger)priority withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(classifyFile(atPath:priority:));
Definition: ThreadPool.h:18
Definition: ClassificationFuture.h:18
Definition: ClassifierExecutor.h:21
Definition: ThreatHandlerFuture.h:16
Definition: ThreatHandler.h:19