@@ -1793,7 +1793,7 @@ class RecognizeEntitiesAction(DictMixin):
17931793 :keyword str model_version: The model version to use for the analysis.
17941794 :keyword str string_index_type: Specifies the method used to interpret string offsets.
17951795 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
1796- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
1796+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
17971797 see https://aka.ms/text-analytics-offsets
17981798 :keyword bool disable_service_logs: If set to true, you opt-out of having your text input
17991799 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -1806,7 +1806,7 @@ class RecognizeEntitiesAction(DictMixin):
18061806 :ivar str model_version: The model version to use for the analysis.
18071807 :ivar str string_index_type: Specifies the method used to interpret string offsets.
18081808 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
1809- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
1809+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
18101810 see https://aka.ms/text-analytics-offsets
18111811 :ivar bool disable_service_logs: If set to true, you opt-out of having your text input
18121812 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -1867,7 +1867,7 @@ class AnalyzeSentimentAction(DictMixin):
18671867 will have property `mined_opinions` containing the result of this analysis.
18681868 :keyword str string_index_type: Specifies the method used to interpret string offsets.
18691869 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
1870- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
1870+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
18711871 see https://aka.ms/text-analytics-offsets
18721872 :keyword bool disable_service_logs: If set to true, you opt-out of having your text input
18731873 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -1885,7 +1885,7 @@ class AnalyzeSentimentAction(DictMixin):
18851885 will have property `mined_opinions` containing the result of this analysis.
18861886 :ivar str string_index_type: Specifies the method used to interpret string offsets.
18871887 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
1888- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
1888+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
18891889 see https://aka.ms/text-analytics-offsets
18901890 :ivar bool disable_service_logs: If set to true, you opt-out of having your text input
18911891 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -1954,7 +1954,7 @@ class RecognizePiiEntitiesAction(DictMixin):
19541954 :paramtype categories_filter: list[str or ~azure.ai.textanalytics.PiiEntityCategory]
19551955 :keyword str string_index_type: Specifies the method used to interpret string offsets.
19561956 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
1957- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
1957+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
19581958 see https://aka.ms/text-analytics-offsets
19591959 :keyword bool disable_service_logs: Defaults to true, meaning that the Language service will not log your
19601960 input text on the service side for troubleshooting. If set to False, the Language service logs your
@@ -1973,7 +1973,7 @@ class RecognizePiiEntitiesAction(DictMixin):
19731973 :vartype categories_filter: list[str or ~azure.ai.textanalytics.PiiEntityCategory]
19741974 :ivar str string_index_type: Specifies the method used to interpret string offsets.
19751975 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
1976- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
1976+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
19771977 see https://aka.ms/text-analytics-offsets
19781978 :ivar bool disable_service_logs: Defaults to true, meaning that the Language service will not log your
19791979 input text on the service side for troubleshooting. If set to False, the Language service logs your
@@ -2097,7 +2097,7 @@ class RecognizeLinkedEntitiesAction(DictMixin):
20972097 :keyword str model_version: The model version to use for the analysis.
20982098 :keyword str string_index_type: Specifies the method used to interpret string offsets.
20992099 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
2100- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
2100+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
21012101 see https://aka.ms/text-analytics-offsets
21022102 :keyword bool disable_service_logs: If set to true, you opt-out of having your text input
21032103 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -2110,7 +2110,7 @@ class RecognizeLinkedEntitiesAction(DictMixin):
21102110 :ivar str model_version: The model version to use for the analysis.
21112111 :ivar str string_index_type: Specifies the method used to interpret string offsets.
21122112 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
2113- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
2113+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
21142114 see https://aka.ms/text-analytics-offsets
21152115 :ivar bool disable_service_logs: If set to true, you opt-out of having your text input
21162116 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -2164,7 +2164,7 @@ class ExtractSummaryAction(DictMixin):
21642164 :keyword str model_version: The model version to use for the analysis.
21652165 :keyword str string_index_type: Specifies the method used to interpret string offsets.
21662166 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
2167- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
2167+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
21682168 see https://aka.ms/text-analytics-offsets
21692169 :keyword bool disable_service_logs: If set to true, you opt-out of having your text input
21702170 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -2179,7 +2179,7 @@ class ExtractSummaryAction(DictMixin):
21792179 :ivar str model_version: The model version to use for the analysis.
21802180 :ivar str string_index_type: Specifies the method used to interpret string offsets.
21812181 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
2182- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
2182+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
21832183 see https://aka.ms/text-analytics-offsets
21842184 :ivar bool disable_service_logs: If set to true, you opt-out of having your text input
21852185 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -2328,7 +2328,7 @@ class RecognizeCustomEntitiesAction(DictMixin):
23282328 :param str deployment_name: This field indicates the deployment name for the model.
23292329 :keyword str string_index_type: Specifies the method used to interpret string offsets.
23302330 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
2331- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
2331+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
23322332 see https://aka.ms/text-analytics-offsets
23332333 :keyword bool disable_service_logs: If set to true, you opt-out of having your text input
23342334 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -2342,7 +2342,7 @@ class RecognizeCustomEntitiesAction(DictMixin):
23422342 :ivar str deployment_name: This field indicates the deployment name for the model.
23432343 :ivar str string_index_type: Specifies the method used to interpret string offsets.
23442344 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
2345- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
2345+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
23462346 see https://aka.ms/text-analytics-offsets
23472347 :ivar bool disable_service_logs: If set to true, you opt-out of having your text input
23482348 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -2708,7 +2708,7 @@ class AnalyzeHealthcareEntitiesAction(DictMixin):
27082708 :keyword str model_version: The model version to use for the analysis.
27092709 :keyword str string_index_type: Specifies the method used to interpret string offsets.
27102710 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
2711- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
2711+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
27122712 see https://aka.ms/text-analytics-offsets
27132713 :keyword bool disable_service_logs: If set to true, you opt-out of having your text input
27142714 logged on the service side for troubleshooting. By default, the Language service logs your
@@ -2724,7 +2724,7 @@ class AnalyzeHealthcareEntitiesAction(DictMixin):
27242724 :ivar str model_version: The model version to use for the analysis.
27252725 :ivar str string_index_type: Specifies the method used to interpret string offsets.
27262726 `UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
2727- you can also pass in `Utf16CodeUnit` or TextElement_v8`. For additional information
2727+ you can also pass in `Utf16CodeUnit` or ` TextElement_v8`. For additional information
27282728 see https://aka.ms/text-analytics-offsets
27292729 :ivar bool disable_service_logs: If set to true, you opt-out of having your text input
27302730 logged on the service side for troubleshooting. By default, the Language service logs your
0 commit comments