-
Notifications
You must be signed in to change notification settings - Fork 187
/
TextAnalyticsActions.yml
93 lines (93 loc) · 3.57 KB
/
TextAnalyticsActions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
### YamlMime:TSType
name: TextAnalyticsActions
uid: '@azure/ai-text-analytics.TextAnalyticsActions'
package: '@azure/ai-text-analytics'
summary: >-
Description of collection of actions for the analyze API to perform on input
documents. However, currently, the service can accept up to one action only
per action type.
fullName: TextAnalyticsActions
remarks: ''
isDeprecated: false
type: interface
properties:
- name: analyzeSentimentActions
uid: '@azure/ai-text-analytics.TextAnalyticsActions.analyzeSentimentActions'
package: '@azure/ai-text-analytics'
summary: >-
A collection of descriptions of sentiment analysis actions. However,
currently, the service can accept up to one action only for
`analyzeSentiment`.
fullName: analyzeSentimentActions
remarks: ''
isDeprecated: false
syntax:
content: 'analyzeSentimentActions?: AnalyzeSentimentAction[]'
return:
description: ''
type: <xref uid="@azure/ai-text-analytics.AnalyzeSentimentAction" />[]
- name: extractKeyPhrasesActions
uid: '@azure/ai-text-analytics.TextAnalyticsActions.extractKeyPhrasesActions'
package: '@azure/ai-text-analytics'
summary: >-
A collection of descriptions of key phrases recognition actions. However,
currently, the service can accept up to one action only for
`extractKeyPhrases`.
fullName: extractKeyPhrasesActions
remarks: ''
isDeprecated: false
syntax:
content: 'extractKeyPhrasesActions?: ExtractKeyPhrasesAction[]'
return:
description: ''
type: <xref uid="@azure/ai-text-analytics.ExtractKeyPhrasesAction" />[]
- name: recognizeEntitiesActions
uid: '@azure/ai-text-analytics.TextAnalyticsActions.recognizeEntitiesActions'
package: '@azure/ai-text-analytics'
summary: >-
A collection of descriptions of entities recognition actions. However,
currently, the service can accept up to one action only for
`recognizeEntities`.
fullName: recognizeEntitiesActions
remarks: ''
isDeprecated: false
syntax:
content: 'recognizeEntitiesActions?: RecognizeCategorizedEntitiesAction[]'
return:
description: ''
type: >-
<xref
uid="@azure/ai-text-analytics.RecognizeCategorizedEntitiesAction" />[]
- name: recognizeLinkedEntitiesActions
uid: >-
@azure/ai-text-analytics.TextAnalyticsActions.recognizeLinkedEntitiesActions
package: '@azure/ai-text-analytics'
summary: >-
A collection of descriptions of entities linking actions. However,
currently, the service can accept up to one action only for
`recognizeLinkedEntities`.
fullName: recognizeLinkedEntitiesActions
remarks: ''
isDeprecated: false
syntax:
content: 'recognizeLinkedEntitiesActions?: RecognizeLinkedEntitiesAction[]'
return:
description: ''
type: >-
<xref uid="@azure/ai-text-analytics.RecognizeLinkedEntitiesAction"
/>[]
- name: recognizePiiEntitiesActions
uid: '@azure/ai-text-analytics.TextAnalyticsActions.recognizePiiEntitiesActions'
package: '@azure/ai-text-analytics'
summary: >-
A collection of descriptions of Pii entities recognition actions. However,
currently, the service can accept up to one action only for
`recognizePiiEntities`.
fullName: recognizePiiEntitiesActions
remarks: ''
isDeprecated: false
syntax:
content: 'recognizePiiEntitiesActions?: RecognizePiiEntitiesAction[]'
return:
description: ''
type: <xref uid="@azure/ai-text-analytics.RecognizePiiEntitiesAction" />[]