API reference
API reference
Select your platform
No SDKs available
No versions available

AIBlocks Namespace

Enumeration Types

Enumeration DefaultPromptOption

DescribeImage
No description available
CapitalOfSwitzerland
No description available
Greeting
No description available

Enumeration PromptImageSource

Camera
No description available
InspectorTexture
No description available
ImageUrl
No description available

Enumeration InferenceType

Your project already uses InferenceType as a bitmask in editor code (see AvailableInferenceTypesForBlockId bitwise checks), so we rely on that. If your enum is missing the [Flags] attribute, add it there (values stay the same).
None
= 0
Cloud
= 1 << 0
LocalServer
= 1 << 1
OnDevice
= 1 << 2

Enumeration UnityInferenceProviderMode

ObjectDetection
No description available
ImageSegmentation
No description available
Chat
No description available

Enumeration InferenceExecutionMode

Inference execution mode for balancing speed vs frame rate impact.
Blocking
Fast synchronous execution on the main thread.
NonBlocking
Asynchronous execution that yields control back to Unity's main loop.

See Also

Did you find this page helpful?