Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,6 @@ def begin_analyze_actions( # type: ignore
:param actions: A heterogeneous list of actions to perform on the input documents.
Each action object encapsulates the parameters used for the particular action type.
The action results will be in the same order of the input actions.
Duplicate actions in list not supported.
:type actions:
list[RecognizeEntitiesAction or RecognizePiiEntitiesAction or ExtractKeyPhrasesAction or
RecognizeLinkedEntitiesAction or AnalyzeSentimentAction or ExtractSummaryAction or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,6 @@ async def begin_analyze_actions( # type: ignore
:param actions: A heterogeneous list of actions to perform on the input documents.
Each action object encapsulates the parameters used for the particular action type.
The action results will be in the same order of the input actions.
Duplicate actions in list not supported.
:type actions:
list[RecognizeEntitiesAction or RecognizePiiEntitiesAction or ExtractKeyPhrasesAction or
RecognizeLinkedEntitiesAction or AnalyzeSentimentAction or ExtractSummaryAction or
Expand Down