@@ -2270,8 +2270,8 @@ def _from_generated(cls, sentence):
22702270
22712271class RecognizeCustomEntitiesAction (DictMixin ):
22722272 """RecognizeCustomEntitiesAction encapsulates the parameters for starting a long-running custom entity
2273- recognition operation. To train a model to recognize your custom entities, see
2274- https://aka.ms/azsdk/textanalytics/customentityrecognition
2273+ recognition operation. For information on regional support of custom features and how to train a model to
2274+ recognize custom entities, see https://aka.ms/azsdk/textanalytics/customentityrecognition
22752275
22762276 :param str project_name: Required. This field indicates the project name for the model.
22772277 :param str deployment_name: This field indicates the deployment name for the model.
@@ -2394,8 +2394,8 @@ def _from_generated(cls, result):
23942394
23952395class MultiCategoryClassifyAction (DictMixin ):
23962396 """MultiCategoryClassifyAction encapsulates the parameters for starting a long-running custom multi category
2397- classification operation. To train a model to classify your documents, see
2398- https://aka.ms/azsdk/textanalytics/customfunctionalities
2397+ classification operation. For information on regional support of custom features and how to train a model to
2398+ classify your documents, see https://aka.ms/azsdk/textanalytics/customfunctionalities
23992399
24002400 :param str project_name: Required. This field indicates the project name for the model.
24012401 :param str deployment_name: Required. This field indicates the deployment name for the model.
@@ -2508,8 +2508,8 @@ def _from_generated(cls, result):
25082508
25092509class SingleCategoryClassifyAction (DictMixin ):
25102510 """SingleCategoryClassifyAction encapsulates the parameters for starting a long-running custom single category
2511- classification operation. To train a model to classify your documents, see
2512- https://aka.ms/azsdk/textanalytics/customfunctionalities
2511+ classification operation. For information on regional support of custom features and how to train a model to
2512+ classify your documents, see https://aka.ms/azsdk/textanalytics/customfunctionalities
25132513
25142514 :param str project_name: Required. This field indicates the project name for the model.
25152515 :param str deployment_name: Required. This field indicates the deployment name for the model.
@@ -2621,7 +2621,7 @@ def _from_generated(cls, result):
26212621class ClassificationCategory (DictMixin ):
26222622 """ClassificationCategory represents a classification of the input document.
26232623
2624- :ivar str category: Classification type .
2624+ :ivar str category: Custom classification category for the document .
26252625 :ivar float confidence_score: Confidence score between 0 and 1 of the recognized classification.
26262626 """
26272627
0 commit comments