TTClassificationName

Objective-C

@interface TTClassificationName : NSObject

Swift

class TTClassificationName : NSObject

A representation of the classifications:name field in the result

  • The locale of the name.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *locale;

    Swift

    var locale: String! { get }
  • The name of the classification.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *name;

    Swift

    var name: String! { get }