modality property
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;