Table of Contents

Enum ModalityType

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Represents the different modality types supported by ImageBind.

public enum ModalityType

Fields

Audio = 2

Audio waveform modality.

Depth = 5

Depth map modality.

IMU = 6

IMU (Inertial Measurement Unit) sensor data.

Image = 0

RGB image modality.

Text = 1

Text/language modality.

Thermal = 4

Thermal/infrared image modality.

Video = 3

Video (image sequence) modality.