Inherits from DCContentInfo : NSObject
Declared in DCDetailedContentInfo.h

Overview

Content information with tags.

Tasks

Properties

events

List of event tag.

@property (nonatomic, readonly) NSArray *events

Discussion

Elements of this NSArray are DCNamedTagHead.

Declared In

DCDetailedContentInfo.h

favorites

List of favorite tag.

@property (nonatomic, readonly) NSArray *favorites

Discussion

Elements of this NSArray are DCNamedTagHead.

Declared In

DCDetailedContentInfo.h

orientation

Orientation of this content. See DCOrientation for details.

@property (nonatomic, readonly) NSNumber *orientation

Declared In

DCDetailedContentInfo.h

persons

List of person tag.

@property (nonatomic, readonly) NSArray *persons

Discussion

Elements of this NSArray are DCNamedTagHead.

Declared In

DCDetailedContentInfo.h

places

List of placement tag.

@property (nonatomic, readonly) NSArray *places

Discussion

Elements of this NSArray are DCNamedTagHead.

Declared In

DCDetailedContentInfo.h

ratio

XY ratio(Y/X) of this content.

@property (nonatomic, readonly) NSString *ratio

Declared In

DCDetailedContentInfo.h

score

Score of this content. See DCScore for details.

@property (nonatomic, readonly) NSNumber *score

Declared In

DCDetailedContentInfo.h

yearMonths

List of year month tag.

@property (nonatomic, readonly) NSArray *yearMonths

Discussion

Elements of this NSArray are DCNamedTagHead.

Declared In

DCDetailedContentInfo.h