For the complete documentation index, see llms.txt. This page is also available as Markdown.

SENTSemanticTime

Enum representation of the semantic time.

typedef NS_ENUM(NSUInteger, SENTSemanticTime) {
    SENTSemanticTimeUnknown = 0,
    SENTSemanticTimeMorning,
    SENTSemanticTimeLateMorning,
    SENTSemanticTimeLunch,
    SENTSemanticTimeAfternoon,
    SENTSemanticTimeEarlyEvening,
    SENTSemanticTimeEvening,
    SENTSemanticTimeNight,
};

Last updated