@azure/ai-language-text 1.1.0-alpha.20221101.3 → 1.1.0-alpha.20221104.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +131 -150
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/generatedClient.js +0 -17
- package/dist-esm/src/generated/generatedClient.js.map +1 -1
- package/dist-esm/src/generated/models/index.js +13 -13
- package/dist-esm/src/generated/models/index.js.map +1 -1
- package/dist-esm/src/generated/models/mappers.js +98 -114
- package/dist-esm/src/generated/models/mappers.js.map +1 -1
- package/dist-esm/src/index.js +1 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models.js.map +1 -1
- package/dist-esm/src/textAnalysisClient.js.map +1 -1
- package/dist-esm/src/transforms.js +16 -2
- package/dist-esm/src/transforms.js.map +1 -1
- package/package.json +1 -1
- package/types/ai-language-text.d.ts +52 -55
@@ -989,6 +989,20 @@ export const HealthcareRelationEntity = {
|
|
989
989
|
}
|
990
990
|
}
|
991
991
|
};
|
992
|
+
export const DocumentDetectedLanguageForHealthcare = {
|
993
|
+
type: {
|
994
|
+
name: "Composite",
|
995
|
+
className: "DocumentDetectedLanguageForHealthcare",
|
996
|
+
modelProperties: {
|
997
|
+
detectedLanguage: {
|
998
|
+
serializedName: "detectedLanguage",
|
999
|
+
type: {
|
1000
|
+
name: "String"
|
1001
|
+
}
|
1002
|
+
}
|
1003
|
+
}
|
1004
|
+
}
|
1005
|
+
};
|
992
1006
|
export const PreBuiltResult = {
|
993
1007
|
type: {
|
994
1008
|
name: "Composite",
|
@@ -1460,41 +1474,6 @@ export const AbstractiveSummarizationTaskParametersBase = {
|
|
1460
1474
|
type: {
|
1461
1475
|
name: "String"
|
1462
1476
|
}
|
1463
|
-
},
|
1464
|
-
phraseControls: {
|
1465
|
-
serializedName: "phraseControls",
|
1466
|
-
type: {
|
1467
|
-
name: "Sequence",
|
1468
|
-
element: {
|
1469
|
-
type: {
|
1470
|
-
name: "Composite",
|
1471
|
-
className: "PhraseControl"
|
1472
|
-
}
|
1473
|
-
}
|
1474
|
-
}
|
1475
|
-
}
|
1476
|
-
}
|
1477
|
-
}
|
1478
|
-
};
|
1479
|
-
export const PhraseControl = {
|
1480
|
-
type: {
|
1481
|
-
name: "Composite",
|
1482
|
-
className: "PhraseControl",
|
1483
|
-
modelProperties: {
|
1484
|
-
targetPhrase: {
|
1485
|
-
serializedName: "targetPhrase",
|
1486
|
-
required: true,
|
1487
|
-
type: {
|
1488
|
-
name: "String"
|
1489
|
-
}
|
1490
|
-
},
|
1491
|
-
strategy: {
|
1492
|
-
serializedName: "strategy",
|
1493
|
-
required: true,
|
1494
|
-
type: {
|
1495
|
-
name: "Enum",
|
1496
|
-
allowedValues: ["encourage", "discourage", "disallow"]
|
1497
|
-
}
|
1498
1477
|
}
|
1499
1478
|
}
|
1500
1479
|
}
|
@@ -1512,7 +1491,7 @@ export const AbstractiveSummarizationResultBase = {
|
|
1512
1491
|
element: {
|
1513
1492
|
type: {
|
1514
1493
|
name: "Composite",
|
1515
|
-
className: "
|
1494
|
+
className: "AbstractiveSummaryDocumentResultWithDetectedLanguage"
|
1516
1495
|
}
|
1517
1496
|
}
|
1518
1497
|
}
|
@@ -2266,6 +2245,11 @@ export const TemporalSpanResolution = {
|
|
2266
2245
|
type: {
|
2267
2246
|
name: "String"
|
2268
2247
|
}
|
2248
|
+
}, timex: {
|
2249
|
+
serializedName: "timex",
|
2250
|
+
type: {
|
2251
|
+
name: "String"
|
2252
|
+
}
|
2269
2253
|
} })
|
2270
2254
|
}
|
2271
2255
|
};
|
@@ -2549,13 +2533,6 @@ export const CustomLabelClassificationResultDocumentsItem = {
|
|
2549
2533
|
modelProperties: Object.assign(Object.assign({}, ClassificationDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
|
2550
2534
|
}
|
2551
2535
|
};
|
2552
|
-
export const HealthcareResultDocumentsItem = {
|
2553
|
-
type: {
|
2554
|
-
name: "Composite",
|
2555
|
-
className: "HealthcareResultDocumentsItem",
|
2556
|
-
modelProperties: Object.assign(Object.assign({}, HealthcareEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
|
2557
|
-
}
|
2558
|
-
};
|
2559
2536
|
export const SentimentResponseDocumentsItem = {
|
2560
2537
|
type: {
|
2561
2538
|
name: "Composite",
|
@@ -2584,10 +2561,10 @@ export const PiiResultDocumentsItem = {
|
|
2584
2561
|
modelProperties: Object.assign(Object.assign({}, PiiEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
|
2585
2562
|
}
|
2586
2563
|
};
|
2587
|
-
export const
|
2564
|
+
export const ExtractedSummaryDocumentResultWithDetectedLanguage = {
|
2588
2565
|
type: {
|
2589
2566
|
name: "Composite",
|
2590
|
-
className: "
|
2567
|
+
className: "ExtractedSummaryDocumentResultWithDetectedLanguage",
|
2591
2568
|
modelProperties: Object.assign(Object.assign({}, ExtractedSummaryDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
|
2592
2569
|
}
|
2593
2570
|
};
|
@@ -2598,13 +2575,20 @@ export const KeyPhraseResultDocumentsItem = {
|
|
2598
2575
|
modelProperties: Object.assign(Object.assign({}, KeyPhrasesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
|
2599
2576
|
}
|
2600
2577
|
};
|
2601
|
-
export const
|
2578
|
+
export const AbstractiveSummaryDocumentResultWithDetectedLanguage = {
|
2602
2579
|
type: {
|
2603
2580
|
name: "Composite",
|
2604
|
-
className: "
|
2581
|
+
className: "AbstractiveSummaryDocumentResultWithDetectedLanguage",
|
2605
2582
|
modelProperties: Object.assign(Object.assign({}, AbstractiveSummaryDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
|
2606
2583
|
}
|
2607
2584
|
};
|
2585
|
+
export const HealthcareResultDocumentsItem = {
|
2586
|
+
type: {
|
2587
|
+
name: "Composite",
|
2588
|
+
className: "HealthcareResultDocumentsItem",
|
2589
|
+
modelProperties: Object.assign(Object.assign({}, HealthcareEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguageForHealthcare.type.modelProperties)
|
2590
|
+
}
|
2591
|
+
};
|
2608
2592
|
export const HealthcareResult = {
|
2609
2593
|
type: {
|
2610
2594
|
name: "Composite",
|
@@ -2712,7 +2696,7 @@ export const ExtractiveSummarizationResult = {
|
|
2712
2696
|
element: {
|
2713
2697
|
type: {
|
2714
2698
|
name: "Composite",
|
2715
|
-
className: "
|
2699
|
+
className: "ExtractedSummaryDocumentResultWithDetectedLanguage"
|
2716
2700
|
}
|
2717
2701
|
}
|
2718
2702
|
}
|
@@ -2795,8 +2779,8 @@ export const CustomEntitiesLROTask = {
|
|
2795
2779
|
type: {
|
2796
2780
|
name: "Composite",
|
2797
2781
|
className: "CustomEntitiesLROTask",
|
2798
|
-
uberParent: "
|
2799
|
-
polymorphicDiscriminator:
|
2782
|
+
uberParent: "AnalyzeBatchAction",
|
2783
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2800
2784
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2801
2785
|
serializedName: "parameters",
|
2802
2786
|
type: {
|
@@ -2811,8 +2795,8 @@ export const CustomSingleLabelClassificationLROTask = {
|
|
2811
2795
|
type: {
|
2812
2796
|
name: "Composite",
|
2813
2797
|
className: "CustomSingleLabelClassificationLROTask",
|
2814
|
-
uberParent: "
|
2815
|
-
polymorphicDiscriminator:
|
2798
|
+
uberParent: "AnalyzeBatchAction",
|
2799
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2816
2800
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2817
2801
|
serializedName: "parameters",
|
2818
2802
|
type: {
|
@@ -2827,8 +2811,8 @@ export const CustomMultiLabelClassificationLROTask = {
|
|
2827
2811
|
type: {
|
2828
2812
|
name: "Composite",
|
2829
2813
|
className: "CustomMultiLabelClassificationLROTask",
|
2830
|
-
uberParent: "
|
2831
|
-
polymorphicDiscriminator:
|
2814
|
+
uberParent: "AnalyzeBatchAction",
|
2815
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2832
2816
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2833
2817
|
serializedName: "parameters",
|
2834
2818
|
type: {
|
@@ -2843,8 +2827,8 @@ export const HealthcareLROTask = {
|
|
2843
2827
|
type: {
|
2844
2828
|
name: "Composite",
|
2845
2829
|
className: "HealthcareLROTask",
|
2846
|
-
uberParent: "
|
2847
|
-
polymorphicDiscriminator:
|
2830
|
+
uberParent: "AnalyzeBatchAction",
|
2831
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2848
2832
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2849
2833
|
serializedName: "parameters",
|
2850
2834
|
type: {
|
@@ -2859,8 +2843,8 @@ export const SentimentAnalysisLROTask = {
|
|
2859
2843
|
type: {
|
2860
2844
|
name: "Composite",
|
2861
2845
|
className: "SentimentAnalysisLROTask",
|
2862
|
-
uberParent: "
|
2863
|
-
polymorphicDiscriminator:
|
2846
|
+
uberParent: "AnalyzeBatchAction",
|
2847
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2864
2848
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2865
2849
|
serializedName: "parameters",
|
2866
2850
|
type: {
|
@@ -2875,8 +2859,8 @@ export const EntitiesLROTask = {
|
|
2875
2859
|
type: {
|
2876
2860
|
name: "Composite",
|
2877
2861
|
className: "EntitiesLROTask",
|
2878
|
-
uberParent: "
|
2879
|
-
polymorphicDiscriminator:
|
2862
|
+
uberParent: "AnalyzeBatchAction",
|
2863
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2880
2864
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2881
2865
|
serializedName: "parameters",
|
2882
2866
|
type: {
|
@@ -2891,8 +2875,8 @@ export const EntityLinkingLROTask = {
|
|
2891
2875
|
type: {
|
2892
2876
|
name: "Composite",
|
2893
2877
|
className: "EntityLinkingLROTask",
|
2894
|
-
uberParent: "
|
2895
|
-
polymorphicDiscriminator:
|
2878
|
+
uberParent: "AnalyzeBatchAction",
|
2879
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2896
2880
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2897
2881
|
serializedName: "parameters",
|
2898
2882
|
type: {
|
@@ -2907,8 +2891,8 @@ export const PiiLROTask = {
|
|
2907
2891
|
type: {
|
2908
2892
|
name: "Composite",
|
2909
2893
|
className: "PiiLROTask",
|
2910
|
-
uberParent: "
|
2911
|
-
polymorphicDiscriminator:
|
2894
|
+
uberParent: "AnalyzeBatchAction",
|
2895
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2912
2896
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2913
2897
|
serializedName: "parameters",
|
2914
2898
|
type: {
|
@@ -2923,8 +2907,8 @@ export const ExtractiveSummarizationLROTask = {
|
|
2923
2907
|
type: {
|
2924
2908
|
name: "Composite",
|
2925
2909
|
className: "ExtractiveSummarizationLROTask",
|
2926
|
-
uberParent: "
|
2927
|
-
polymorphicDiscriminator:
|
2910
|
+
uberParent: "AnalyzeBatchAction",
|
2911
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2928
2912
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2929
2913
|
serializedName: "parameters",
|
2930
2914
|
type: {
|
@@ -2939,8 +2923,8 @@ export const KeyPhraseLROTask = {
|
|
2939
2923
|
type: {
|
2940
2924
|
name: "Composite",
|
2941
2925
|
className: "KeyPhraseLROTask",
|
2942
|
-
uberParent: "
|
2943
|
-
polymorphicDiscriminator:
|
2926
|
+
uberParent: "AnalyzeBatchAction",
|
2927
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2944
2928
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2945
2929
|
serializedName: "parameters",
|
2946
2930
|
type: {
|
@@ -2955,8 +2939,8 @@ export const AbstractiveSummarizationLROTask = {
|
|
2955
2939
|
type: {
|
2956
2940
|
name: "Composite",
|
2957
2941
|
className: "AbstractiveSummarizationLROTask",
|
2958
|
-
uberParent: "
|
2959
|
-
polymorphicDiscriminator:
|
2942
|
+
uberParent: "AnalyzeBatchAction",
|
2943
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2960
2944
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2961
2945
|
serializedName: "parameters",
|
2962
2946
|
type: {
|
@@ -2971,8 +2955,8 @@ export const EntityRecognitionLROResult = {
|
|
2971
2955
|
type: {
|
2972
2956
|
name: "Composite",
|
2973
2957
|
className: "EntityRecognitionLROResult",
|
2974
|
-
uberParent: "
|
2975
|
-
polymorphicDiscriminator:
|
2958
|
+
uberParent: "AnalyzeTextLROResult",
|
2959
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2976
2960
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
2977
2961
|
serializedName: "results",
|
2978
2962
|
type: {
|
@@ -2987,8 +2971,8 @@ export const CustomEntityRecognitionLROResult = {
|
|
2987
2971
|
type: {
|
2988
2972
|
name: "Composite",
|
2989
2973
|
className: "CustomEntityRecognitionLROResult",
|
2990
|
-
uberParent: "
|
2991
|
-
polymorphicDiscriminator:
|
2974
|
+
uberParent: "AnalyzeTextLROResult",
|
2975
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2992
2976
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
2993
2977
|
serializedName: "results",
|
2994
2978
|
type: {
|
@@ -3003,8 +2987,8 @@ export const CustomSingleLabelClassificationLROResult = {
|
|
3003
2987
|
type: {
|
3004
2988
|
name: "Composite",
|
3005
2989
|
className: "CustomSingleLabelClassificationLROResult",
|
3006
|
-
uberParent: "
|
3007
|
-
polymorphicDiscriminator:
|
2990
|
+
uberParent: "AnalyzeTextLROResult",
|
2991
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3008
2992
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3009
2993
|
serializedName: "results",
|
3010
2994
|
type: {
|
@@ -3019,8 +3003,8 @@ export const CustomMultiLabelClassificationLROResult = {
|
|
3019
3003
|
type: {
|
3020
3004
|
name: "Composite",
|
3021
3005
|
className: "CustomMultiLabelClassificationLROResult",
|
3022
|
-
uberParent: "
|
3023
|
-
polymorphicDiscriminator:
|
3006
|
+
uberParent: "AnalyzeTextLROResult",
|
3007
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3024
3008
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3025
3009
|
serializedName: "results",
|
3026
3010
|
type: {
|
@@ -3035,8 +3019,8 @@ export const EntityLinkingLROResult = {
|
|
3035
3019
|
type: {
|
3036
3020
|
name: "Composite",
|
3037
3021
|
className: "EntityLinkingLROResult",
|
3038
|
-
uberParent: "
|
3039
|
-
polymorphicDiscriminator:
|
3022
|
+
uberParent: "AnalyzeTextLROResult",
|
3023
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3040
3024
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3041
3025
|
serializedName: "results",
|
3042
3026
|
type: {
|
@@ -3051,8 +3035,8 @@ export const PiiEntityRecognitionLROResult = {
|
|
3051
3035
|
type: {
|
3052
3036
|
name: "Composite",
|
3053
3037
|
className: "PiiEntityRecognitionLROResult",
|
3054
|
-
uberParent: "
|
3055
|
-
polymorphicDiscriminator:
|
3038
|
+
uberParent: "AnalyzeTextLROResult",
|
3039
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3056
3040
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3057
3041
|
serializedName: "results",
|
3058
3042
|
type: {
|
@@ -3067,8 +3051,8 @@ export const ExtractiveSummarizationLROResult = {
|
|
3067
3051
|
type: {
|
3068
3052
|
name: "Composite",
|
3069
3053
|
className: "ExtractiveSummarizationLROResult",
|
3070
|
-
uberParent: "
|
3071
|
-
polymorphicDiscriminator:
|
3054
|
+
uberParent: "AnalyzeTextLROResult",
|
3055
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3072
3056
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3073
3057
|
serializedName: "results",
|
3074
3058
|
type: {
|
@@ -3083,8 +3067,8 @@ export const HealthcareLROResult = {
|
|
3083
3067
|
type: {
|
3084
3068
|
name: "Composite",
|
3085
3069
|
className: "HealthcareLROResult",
|
3086
|
-
uberParent: "
|
3087
|
-
polymorphicDiscriminator:
|
3070
|
+
uberParent: "AnalyzeTextLROResult",
|
3071
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3088
3072
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3089
3073
|
serializedName: "results",
|
3090
3074
|
type: {
|
@@ -3099,8 +3083,8 @@ export const SentimentLROResult = {
|
|
3099
3083
|
type: {
|
3100
3084
|
name: "Composite",
|
3101
3085
|
className: "SentimentLROResult",
|
3102
|
-
uberParent: "
|
3103
|
-
polymorphicDiscriminator:
|
3086
|
+
uberParent: "AnalyzeTextLROResult",
|
3087
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3104
3088
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3105
3089
|
serializedName: "results",
|
3106
3090
|
type: {
|
@@ -3115,8 +3099,8 @@ export const KeyPhraseExtractionLROResult = {
|
|
3115
3099
|
type: {
|
3116
3100
|
name: "Composite",
|
3117
3101
|
className: "KeyPhraseExtractionLROResult",
|
3118
|
-
uberParent: "
|
3119
|
-
polymorphicDiscriminator:
|
3102
|
+
uberParent: "AnalyzeTextLROResult",
|
3103
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3120
3104
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3121
3105
|
serializedName: "results",
|
3122
3106
|
type: {
|
@@ -3131,8 +3115,8 @@ export const AbstractiveSummarizationLROResult = {
|
|
3131
3115
|
type: {
|
3132
3116
|
name: "Composite",
|
3133
3117
|
className: "AbstractiveSummarizationLROResult",
|
3134
|
-
uberParent: "
|
3135
|
-
polymorphicDiscriminator:
|
3118
|
+
uberParent: "AnalyzeTextLROResult",
|
3119
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3136
3120
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3137
3121
|
serializedName: "results",
|
3138
3122
|
type: {
|
@@ -3402,27 +3386,27 @@ export let discriminators = {
|
|
3402
3386
|
"BaseResolution.OrdinalResolution": OrdinalResolution,
|
3403
3387
|
"BaseResolution.TemporalSpanResolution": TemporalSpanResolution,
|
3404
3388
|
"BaseResolution.NumericRangeResolution": NumericRangeResolution,
|
3405
|
-
"
|
3406
|
-
"
|
3407
|
-
"
|
3408
|
-
"
|
3409
|
-
"
|
3410
|
-
"
|
3411
|
-
"
|
3412
|
-
"
|
3413
|
-
"
|
3414
|
-
"
|
3415
|
-
"
|
3416
|
-
"
|
3417
|
-
"
|
3418
|
-
"
|
3419
|
-
"
|
3420
|
-
"
|
3421
|
-
"
|
3422
|
-
"
|
3423
|
-
"
|
3424
|
-
"
|
3425
|
-
"
|
3426
|
-
"
|
3389
|
+
"AnalyzeBatchAction.CustomEntityRecognition": CustomEntitiesLROTask,
|
3390
|
+
"AnalyzeBatchAction.CustomSingleLabelClassification": CustomSingleLabelClassificationLROTask,
|
3391
|
+
"AnalyzeBatchAction.CustomMultiLabelClassification": CustomMultiLabelClassificationLROTask,
|
3392
|
+
"AnalyzeBatchAction.Healthcare": HealthcareLROTask,
|
3393
|
+
"AnalyzeBatchAction.SentimentAnalysis": SentimentAnalysisLROTask,
|
3394
|
+
"AnalyzeBatchAction.EntityRecognition": EntitiesLROTask,
|
3395
|
+
"AnalyzeBatchAction.EntityLinking": EntityLinkingLROTask,
|
3396
|
+
"AnalyzeBatchAction.PiiEntityRecognition": PiiLROTask,
|
3397
|
+
"AnalyzeBatchAction.ExtractiveSummarization": ExtractiveSummarizationLROTask,
|
3398
|
+
"AnalyzeBatchAction.KeyPhraseExtraction": KeyPhraseLROTask,
|
3399
|
+
"AnalyzeBatchAction.AbstractiveSummarization": AbstractiveSummarizationLROTask,
|
3400
|
+
"AnalyzeTextLROResult.EntityRecognitionLROResults": EntityRecognitionLROResult,
|
3401
|
+
"AnalyzeTextLROResult.CustomEntityRecognitionLROResults": CustomEntityRecognitionLROResult,
|
3402
|
+
"AnalyzeTextLROResult.CustomSingleLabelClassificationLROResults": CustomSingleLabelClassificationLROResult,
|
3403
|
+
"AnalyzeTextLROResult.CustomMultiLabelClassificationLROResults": CustomMultiLabelClassificationLROResult,
|
3404
|
+
"AnalyzeTextLROResult.EntityLinkingLROResults": EntityLinkingLROResult,
|
3405
|
+
"AnalyzeTextLROResult.PiiEntityRecognitionLROResults": PiiEntityRecognitionLROResult,
|
3406
|
+
"AnalyzeTextLROResult.ExtractiveSummarizationLROResults": ExtractiveSummarizationLROResult,
|
3407
|
+
"AnalyzeTextLROResult.HealthcareLROResults": HealthcareLROResult,
|
3408
|
+
"AnalyzeTextLROResult.SentimentAnalysisLROResults": SentimentLROResult,
|
3409
|
+
"AnalyzeTextLROResult.KeyPhraseExtractionLROResults": KeyPhraseExtractionLROResult,
|
3410
|
+
"AnalyzeTextLROResult.AbstractiveSummarizationLROResults": AbstractiveSummarizationLROResult
|
3427
3411
|
};
|
3428
3412
|
//# sourceMappingURL=mappers.js.map
|