> For the complete documentation index, see [llms.txt](https://docs.natml.ai/unity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.natml.ai/unity/api.md).

# API Reference

- [IMLPredictor](https://docs.natml.ai/unity/api/imlpredictor.md): interface NatML.IMLPredictor\<TOutput> : IDisposable
- [MLModel](https://docs.natml.ai/unity/api/mlmodel.md): abstract class NatML.MLModel : IDisposable
- [MLEdgeModel](https://docs.natml.ai/unity/api/mlmodel/mledgemodel.md): class NatML.MLEdgeModel : MLModel
- [Configuration](https://docs.natml.ai/unity/api/mlmodel/mledgemodel/configuration.md): class MLEdgeModel.Configuration
- [MLCloudModel](https://docs.natml.ai/unity/api/mlmodel/mlcloudmodel.md): class NatML.MLCloudModel : MLModel
- [MLFeature](https://docs.natml.ai/unity/api/mlfeature.md): abstract class NatML.MLFeature
- [MLArrayFeature](https://docs.natml.ai/unity/api/mlfeature/mlarrayfeature.md): class NatML.Features.MLArrayFeature\<T> : MLFeature, IMLEdgeFeature, IMLCloudFeature
- [MLImageFeature](https://docs.natml.ai/unity/api/mlfeature/mlimagefeature.md): class NatML.Features.MLImageFeature : MLFeature, IMLEdgeFeature, IMLCloudFeature
- [MLStringFeature](https://docs.natml.ai/unity/api/mlfeature/mltextfeature.md): class NatML.Features.MLStringFeature : MLFeature, IMLCloudFeature
- [MLAudioFeature](https://docs.natml.ai/unity/api/mlfeature/mlaudiofeature.md): class NatML.Features.MLAudioFeature : MLFeature, IMLEdgeFeature, IEnumerable<(MLAudioFeature feature, long timestamp)>
- [MLVideoFeature](https://docs.natml.ai/unity/api/mlfeature/mlvideofeature.md): class NatML.Features.MLVideoFeature : MLFeature, IMLCloudFeature, IEnumerable<(MLImageFeature feature, long timestamp)>
- [MLDepthFeature](https://docs.natml.ai/unity/api/mlfeature/mldepthfeature.md): abstract class NatML.Features.MLDepthFeature : MLFeature
- [MLXRCpuDepthFeature](https://docs.natml.ai/unity/api/mlfeature/mlxrcpudepthfeature.md): class MLXRCpuDepthFeature : MLDepthFeature
- [MLFeatureType](https://docs.natml.ai/unity/api/mlfeaturetype.md): abstract class NatML.MLFeatureType
- [MLArrayType](https://docs.natml.ai/unity/api/mlfeaturetype/mlarraytype.md): class NatML.Types.MLArrayType : MLFeatureType
- [MLAudioType](https://docs.natml.ai/unity/api/mlfeaturetype/mlaudiotype.md): class NatML.Types.MLAudioType : MLArrayType
- [MLImageType](https://docs.natml.ai/unity/api/mlfeaturetype/mlimagetype.md): class NatML.Types.MLImageType : MLArrayType
- [MLVideoType](https://docs.natml.ai/unity/api/mlfeaturetype/mlvideotype.md): class NatML.Types.MLVideoType : MLImageType
- [MLStringType](https://docs.natml.ai/unity/api/mlfeaturetype/mlstringtype.md): class NatML.Types.MLStringType : MLFeatureType
- [MLPredictorExtensions](https://docs.natml.ai/unity/api/mlpredictorextensions.md): class NatML.MLPredictorExtensions
