Enum ModalityType
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Represents the different modality types supported by ImageBind.
public enum ModalityType
Fields
Audio = 2Audio waveform modality.
Depth = 5Depth map modality.
IMU = 6IMU (Inertial Measurement Unit) sensor data.
Image = 0RGB image modality.
Text = 1Text/language modality.
Thermal = 4Thermal/infrared image modality.
Video = 3Video (image sequence) modality.