person property

String? person
getter/setter pair

The grammatical person. Possible string values are:

  • "PERSON_UNKNOWN" : Person is not applicable in the analyzed language or is not predicted.
  • "FIRST" : First
  • "SECOND" : Second
  • "THIRD" : Third
  • "REFLEXIVE_PERSON" : Reflexive

Implementation

core.String? person;