Recognition
@interface Recognition : NSObject
This class allows you to perform recognition for a file name.
-
Performs recognition of a media file name.
Declaration
Objective-C
- (NSDictionary *)recognize:(NSString *)string;
Swift
func recognize(_ string: String!) -> [AnyHashable : Any]!
Parameters
string
The filename of a media file.
Return Value
NSDictionary The parsed media file information.