# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natml.ai/unity/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
