aspect property
The grammatical aspect. Possible string values are:
- "ASPECT_UNKNOWN" : Aspect is not applicable in the analyzed language or is not predicted.
- "PERFECTIVE" : Perfective
- "IMPERFECTIVE" : Imperfective
- "PROGRESSIVE" : Progressive
Implementation
core.String? aspect;