Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dev.docs.inworld.ai/llms.txt

Use this file to discover all available pages before exploring further.

Constructors


Constructors

constructor

new ClassificationResult(classes: string[]): ClassificationResult
Creates a new ClassificationResult instance.

Parameters

classes
string[]
required
The list of class labels detected in the input text.

Returns

ClassificationResult