Home > @tridion-sites/open-api-client > ClassificationService > autoClassify
Automatically classifies the specified item with Concepts from external taxonomy based on the current content and metadata of the item. This operation returns an instance of ‘ClassificationInfo’ type.
Signature:
static autoClassify({ escapedItemId, }: {
escapedItemId: string;
}): CancelablePromise<ClassificationInfo>;
Parameter | Type | Description |
---|---|---|
{ escapedItemId, } | { escapedItemId: string; } |
Returns:
CancelablePromise<ClassificationInfo>
ClassificationInfo The request was successful.
ApiError