classifiers.mdx
 1  ---
 2  title: "Classifiers"
 3  id: classifiers
 4  slug: "/classifiers"
 5  description: "Use Classifiers to classify your documents by specific traits and update the metadata."
 6  ---
 7  
 8  # Classifiers
 9  
10  Use Classifiers to classify your documents by specific traits and update the metadata.
11  
12  | Classifier                                                                           | Description                                           |
13  | :----------------------------------------------------------------------------------- | :---------------------------------------------------- |
14  | [DocumentLanguageClassifier](classifiers/documentlanguageclassifier.mdx)                       | Classify documents by language.                       |
15  | [TransformersZeroShotDocumentClassifier](classifiers/transformerszeroshotdocumentclassifier.mdx) | Classify the documents based on the provided labels. |