modality property

String? modality
getter/setter pair

The modality associated with this token count. Possible string values are:

  • "MODALITY_UNSPECIFIED" : Unspecified modality.
  • "TEXT" : Plain text.
  • "IMAGE" : Image.
  • "VIDEO" : Video.
  • "AUDIO" : Audio.
  • "DOCUMENT" : Document, e.g. PDF.

Implementation

core.String? modality;