DateTimeEntity.DateTimeGranularity

public static abstract @interface DateTimeEntity.DateTimeGranularity implements Annotation

The precision of a timestamp that was extracted from text.

For example, "tomorrow" has the granularity DateTimeEntity.GRANULARITY_DAY, while "12:51" will have the granularity DateTimeEntity.GRANULARITY_MINUTE.

Inherited Method Summary