modality

Setter for modality.

modality: The modality associated with this token count.


@CanIgnoreReturnValue()
public ModalityTokenCount.Builder modality(MediaModality.Known knownType)

Setter for modality given a known enum.

modality: The modality associated with this token count.


@CanIgnoreReturnValue()
public ModalityTokenCount.Builder modality(String modality)

Setter for modality given a string.

modality: The modality associated with this token count.