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

abstract Class<? extends Annotation>
annotationType()
abstract boolean
equals(Object arg0)
abstract int
hashCode()
abstract String
toString()