tensorflow/lite/g3doc/api_docs/python/tflite_support/task/text/BertCluAnnotatorOptions.md
page_type: reference description: Options for the Bert CLU Annotator task.
<link rel="stylesheet" href="/site-assets/css/style.css"> <!-- DO NOT EDIT! Automatically generated file. --> <div itemscope itemtype="http://developers.google.com/ReferenceObject"> <meta itemprop="name" content="tflite_support.task.text.BertCluAnnotatorOptions" /> <meta itemprop="path" content="Stable" /> <meta itemprop="property" content="__eq__"/> <meta itemprop="property" content="__init__"/> </div>View source on GitHub
Options for the Bert CLU Annotator task.
<pre class="devsite-click-to-copy prettyprint lang-py tfo-signature-link"> <code>tflite_support.task.text.BertCluAnnotatorOptions( base_options: <a href="../../../tflite_support/task/core/BaseOptions"><code>tflite_support.task.core.BaseOptions</code></a>, bert_clu_annotation_options: <a href="../../../tflite_support/task/processor/BertCluAnnotationOptions"><code>tflite_support.task.processor.BertCluAnnotationOptions</code></a> = dataclasses.field(default_factory=_BertCluAnnotationOptions) ) </code></pre> <!-- Placeholder for "Used in" --> <!-- Tabular view --> <table class="responsive fixed orange"> <colgroup><col width="214px"><col></colgroup> <tr><th colspan="2"><h2 class="add-link">Attributes</h2></th></tr> <tr> <td> `base_options`<a id="base_options"></a> </td> <td> Base options for the Bert CLU Annotator task. </td> </tr><tr> <td> `bert_clu_annotation_options`<a id="bert_clu_annotation_options"></a> </td> <td> Bert CLU Annotator options for the Bert CLU Annotator task. </td> </tr> </table>