@azure/ai-language-text 1.1.0-alpha.20221101.3 → 1.1.0-alpha.20221102.2
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 +92 -140
- 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 +77 -107
- 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.map +1 -1
- package/package.json +1 -1
- package/types/ai-language-text.d.ts +52 -55
@@ -1460,41 +1460,6 @@ export const AbstractiveSummarizationTaskParametersBase = {
|
|
1460
1460
|
type: {
|
1461
1461
|
name: "String"
|
1462
1462
|
}
|
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
1463
|
}
|
1499
1464
|
}
|
1500
1465
|
}
|
@@ -1512,7 +1477,7 @@ export const AbstractiveSummarizationResultBase = {
|
|
1512
1477
|
element: {
|
1513
1478
|
type: {
|
1514
1479
|
name: "Composite",
|
1515
|
-
className: "
|
1480
|
+
className: "AbstractiveSummaryDocumentResultWithDetectedLanguage"
|
1516
1481
|
}
|
1517
1482
|
}
|
1518
1483
|
}
|
@@ -2266,6 +2231,11 @@ export const TemporalSpanResolution = {
|
|
2266
2231
|
type: {
|
2267
2232
|
name: "String"
|
2268
2233
|
}
|
2234
|
+
}, timex: {
|
2235
|
+
serializedName: "timex",
|
2236
|
+
type: {
|
2237
|
+
name: "String"
|
2238
|
+
}
|
2269
2239
|
} })
|
2270
2240
|
}
|
2271
2241
|
};
|
@@ -2584,10 +2554,10 @@ export const PiiResultDocumentsItem = {
|
|
2584
2554
|
modelProperties: Object.assign(Object.assign({}, PiiEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
|
2585
2555
|
}
|
2586
2556
|
};
|
2587
|
-
export const
|
2557
|
+
export const ExtractedSummaryDocumentResultWithDetectedLanguage = {
|
2588
2558
|
type: {
|
2589
2559
|
name: "Composite",
|
2590
|
-
className: "
|
2560
|
+
className: "ExtractedSummaryDocumentResultWithDetectedLanguage",
|
2591
2561
|
modelProperties: Object.assign(Object.assign({}, ExtractedSummaryDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
|
2592
2562
|
}
|
2593
2563
|
};
|
@@ -2598,10 +2568,10 @@ export const KeyPhraseResultDocumentsItem = {
|
|
2598
2568
|
modelProperties: Object.assign(Object.assign({}, KeyPhrasesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
|
2599
2569
|
}
|
2600
2570
|
};
|
2601
|
-
export const
|
2571
|
+
export const AbstractiveSummaryDocumentResultWithDetectedLanguage = {
|
2602
2572
|
type: {
|
2603
2573
|
name: "Composite",
|
2604
|
-
className: "
|
2574
|
+
className: "AbstractiveSummaryDocumentResultWithDetectedLanguage",
|
2605
2575
|
modelProperties: Object.assign(Object.assign({}, AbstractiveSummaryDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
|
2606
2576
|
}
|
2607
2577
|
};
|
@@ -2712,7 +2682,7 @@ export const ExtractiveSummarizationResult = {
|
|
2712
2682
|
element: {
|
2713
2683
|
type: {
|
2714
2684
|
name: "Composite",
|
2715
|
-
className: "
|
2685
|
+
className: "ExtractedSummaryDocumentResultWithDetectedLanguage"
|
2716
2686
|
}
|
2717
2687
|
}
|
2718
2688
|
}
|
@@ -2795,8 +2765,8 @@ export const CustomEntitiesLROTask = {
|
|
2795
2765
|
type: {
|
2796
2766
|
name: "Composite",
|
2797
2767
|
className: "CustomEntitiesLROTask",
|
2798
|
-
uberParent: "
|
2799
|
-
polymorphicDiscriminator:
|
2768
|
+
uberParent: "AnalyzeBatchAction",
|
2769
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2800
2770
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2801
2771
|
serializedName: "parameters",
|
2802
2772
|
type: {
|
@@ -2811,8 +2781,8 @@ export const CustomSingleLabelClassificationLROTask = {
|
|
2811
2781
|
type: {
|
2812
2782
|
name: "Composite",
|
2813
2783
|
className: "CustomSingleLabelClassificationLROTask",
|
2814
|
-
uberParent: "
|
2815
|
-
polymorphicDiscriminator:
|
2784
|
+
uberParent: "AnalyzeBatchAction",
|
2785
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2816
2786
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2817
2787
|
serializedName: "parameters",
|
2818
2788
|
type: {
|
@@ -2827,8 +2797,8 @@ export const CustomMultiLabelClassificationLROTask = {
|
|
2827
2797
|
type: {
|
2828
2798
|
name: "Composite",
|
2829
2799
|
className: "CustomMultiLabelClassificationLROTask",
|
2830
|
-
uberParent: "
|
2831
|
-
polymorphicDiscriminator:
|
2800
|
+
uberParent: "AnalyzeBatchAction",
|
2801
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2832
2802
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2833
2803
|
serializedName: "parameters",
|
2834
2804
|
type: {
|
@@ -2843,8 +2813,8 @@ export const HealthcareLROTask = {
|
|
2843
2813
|
type: {
|
2844
2814
|
name: "Composite",
|
2845
2815
|
className: "HealthcareLROTask",
|
2846
|
-
uberParent: "
|
2847
|
-
polymorphicDiscriminator:
|
2816
|
+
uberParent: "AnalyzeBatchAction",
|
2817
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2848
2818
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2849
2819
|
serializedName: "parameters",
|
2850
2820
|
type: {
|
@@ -2859,8 +2829,8 @@ export const SentimentAnalysisLROTask = {
|
|
2859
2829
|
type: {
|
2860
2830
|
name: "Composite",
|
2861
2831
|
className: "SentimentAnalysisLROTask",
|
2862
|
-
uberParent: "
|
2863
|
-
polymorphicDiscriminator:
|
2832
|
+
uberParent: "AnalyzeBatchAction",
|
2833
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2864
2834
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2865
2835
|
serializedName: "parameters",
|
2866
2836
|
type: {
|
@@ -2875,8 +2845,8 @@ export const EntitiesLROTask = {
|
|
2875
2845
|
type: {
|
2876
2846
|
name: "Composite",
|
2877
2847
|
className: "EntitiesLROTask",
|
2878
|
-
uberParent: "
|
2879
|
-
polymorphicDiscriminator:
|
2848
|
+
uberParent: "AnalyzeBatchAction",
|
2849
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2880
2850
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2881
2851
|
serializedName: "parameters",
|
2882
2852
|
type: {
|
@@ -2891,8 +2861,8 @@ export const EntityLinkingLROTask = {
|
|
2891
2861
|
type: {
|
2892
2862
|
name: "Composite",
|
2893
2863
|
className: "EntityLinkingLROTask",
|
2894
|
-
uberParent: "
|
2895
|
-
polymorphicDiscriminator:
|
2864
|
+
uberParent: "AnalyzeBatchAction",
|
2865
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2896
2866
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2897
2867
|
serializedName: "parameters",
|
2898
2868
|
type: {
|
@@ -2907,8 +2877,8 @@ export const PiiLROTask = {
|
|
2907
2877
|
type: {
|
2908
2878
|
name: "Composite",
|
2909
2879
|
className: "PiiLROTask",
|
2910
|
-
uberParent: "
|
2911
|
-
polymorphicDiscriminator:
|
2880
|
+
uberParent: "AnalyzeBatchAction",
|
2881
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2912
2882
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2913
2883
|
serializedName: "parameters",
|
2914
2884
|
type: {
|
@@ -2923,8 +2893,8 @@ export const ExtractiveSummarizationLROTask = {
|
|
2923
2893
|
type: {
|
2924
2894
|
name: "Composite",
|
2925
2895
|
className: "ExtractiveSummarizationLROTask",
|
2926
|
-
uberParent: "
|
2927
|
-
polymorphicDiscriminator:
|
2896
|
+
uberParent: "AnalyzeBatchAction",
|
2897
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2928
2898
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2929
2899
|
serializedName: "parameters",
|
2930
2900
|
type: {
|
@@ -2939,8 +2909,8 @@ export const KeyPhraseLROTask = {
|
|
2939
2909
|
type: {
|
2940
2910
|
name: "Composite",
|
2941
2911
|
className: "KeyPhraseLROTask",
|
2942
|
-
uberParent: "
|
2943
|
-
polymorphicDiscriminator:
|
2912
|
+
uberParent: "AnalyzeBatchAction",
|
2913
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2944
2914
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2945
2915
|
serializedName: "parameters",
|
2946
2916
|
type: {
|
@@ -2955,8 +2925,8 @@ export const AbstractiveSummarizationLROTask = {
|
|
2955
2925
|
type: {
|
2956
2926
|
name: "Composite",
|
2957
2927
|
className: "AbstractiveSummarizationLROTask",
|
2958
|
-
uberParent: "
|
2959
|
-
polymorphicDiscriminator:
|
2928
|
+
uberParent: "AnalyzeBatchAction",
|
2929
|
+
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2960
2930
|
modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
|
2961
2931
|
serializedName: "parameters",
|
2962
2932
|
type: {
|
@@ -2971,8 +2941,8 @@ export const EntityRecognitionLROResult = {
|
|
2971
2941
|
type: {
|
2972
2942
|
name: "Composite",
|
2973
2943
|
className: "EntityRecognitionLROResult",
|
2974
|
-
uberParent: "
|
2975
|
-
polymorphicDiscriminator:
|
2944
|
+
uberParent: "AnalyzeTextLROResult",
|
2945
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2976
2946
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
2977
2947
|
serializedName: "results",
|
2978
2948
|
type: {
|
@@ -2987,8 +2957,8 @@ export const CustomEntityRecognitionLROResult = {
|
|
2987
2957
|
type: {
|
2988
2958
|
name: "Composite",
|
2989
2959
|
className: "CustomEntityRecognitionLROResult",
|
2990
|
-
uberParent: "
|
2991
|
-
polymorphicDiscriminator:
|
2960
|
+
uberParent: "AnalyzeTextLROResult",
|
2961
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2992
2962
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
2993
2963
|
serializedName: "results",
|
2994
2964
|
type: {
|
@@ -3003,8 +2973,8 @@ export const CustomSingleLabelClassificationLROResult = {
|
|
3003
2973
|
type: {
|
3004
2974
|
name: "Composite",
|
3005
2975
|
className: "CustomSingleLabelClassificationLROResult",
|
3006
|
-
uberParent: "
|
3007
|
-
polymorphicDiscriminator:
|
2976
|
+
uberParent: "AnalyzeTextLROResult",
|
2977
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3008
2978
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3009
2979
|
serializedName: "results",
|
3010
2980
|
type: {
|
@@ -3019,8 +2989,8 @@ export const CustomMultiLabelClassificationLROResult = {
|
|
3019
2989
|
type: {
|
3020
2990
|
name: "Composite",
|
3021
2991
|
className: "CustomMultiLabelClassificationLROResult",
|
3022
|
-
uberParent: "
|
3023
|
-
polymorphicDiscriminator:
|
2992
|
+
uberParent: "AnalyzeTextLROResult",
|
2993
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3024
2994
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3025
2995
|
serializedName: "results",
|
3026
2996
|
type: {
|
@@ -3035,8 +3005,8 @@ export const EntityLinkingLROResult = {
|
|
3035
3005
|
type: {
|
3036
3006
|
name: "Composite",
|
3037
3007
|
className: "EntityLinkingLROResult",
|
3038
|
-
uberParent: "
|
3039
|
-
polymorphicDiscriminator:
|
3008
|
+
uberParent: "AnalyzeTextLROResult",
|
3009
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3040
3010
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3041
3011
|
serializedName: "results",
|
3042
3012
|
type: {
|
@@ -3051,8 +3021,8 @@ export const PiiEntityRecognitionLROResult = {
|
|
3051
3021
|
type: {
|
3052
3022
|
name: "Composite",
|
3053
3023
|
className: "PiiEntityRecognitionLROResult",
|
3054
|
-
uberParent: "
|
3055
|
-
polymorphicDiscriminator:
|
3024
|
+
uberParent: "AnalyzeTextLROResult",
|
3025
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3056
3026
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3057
3027
|
serializedName: "results",
|
3058
3028
|
type: {
|
@@ -3067,8 +3037,8 @@ export const ExtractiveSummarizationLROResult = {
|
|
3067
3037
|
type: {
|
3068
3038
|
name: "Composite",
|
3069
3039
|
className: "ExtractiveSummarizationLROResult",
|
3070
|
-
uberParent: "
|
3071
|
-
polymorphicDiscriminator:
|
3040
|
+
uberParent: "AnalyzeTextLROResult",
|
3041
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3072
3042
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3073
3043
|
serializedName: "results",
|
3074
3044
|
type: {
|
@@ -3083,8 +3053,8 @@ export const HealthcareLROResult = {
|
|
3083
3053
|
type: {
|
3084
3054
|
name: "Composite",
|
3085
3055
|
className: "HealthcareLROResult",
|
3086
|
-
uberParent: "
|
3087
|
-
polymorphicDiscriminator:
|
3056
|
+
uberParent: "AnalyzeTextLROResult",
|
3057
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3088
3058
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3089
3059
|
serializedName: "results",
|
3090
3060
|
type: {
|
@@ -3099,8 +3069,8 @@ export const SentimentLROResult = {
|
|
3099
3069
|
type: {
|
3100
3070
|
name: "Composite",
|
3101
3071
|
className: "SentimentLROResult",
|
3102
|
-
uberParent: "
|
3103
|
-
polymorphicDiscriminator:
|
3072
|
+
uberParent: "AnalyzeTextLROResult",
|
3073
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3104
3074
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3105
3075
|
serializedName: "results",
|
3106
3076
|
type: {
|
@@ -3115,8 +3085,8 @@ export const KeyPhraseExtractionLROResult = {
|
|
3115
3085
|
type: {
|
3116
3086
|
name: "Composite",
|
3117
3087
|
className: "KeyPhraseExtractionLROResult",
|
3118
|
-
uberParent: "
|
3119
|
-
polymorphicDiscriminator:
|
3088
|
+
uberParent: "AnalyzeTextLROResult",
|
3089
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3120
3090
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3121
3091
|
serializedName: "results",
|
3122
3092
|
type: {
|
@@ -3131,8 +3101,8 @@ export const AbstractiveSummarizationLROResult = {
|
|
3131
3101
|
type: {
|
3132
3102
|
name: "Composite",
|
3133
3103
|
className: "AbstractiveSummarizationLROResult",
|
3134
|
-
uberParent: "
|
3135
|
-
polymorphicDiscriminator:
|
3104
|
+
uberParent: "AnalyzeTextLROResult",
|
3105
|
+
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
3136
3106
|
modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
|
3137
3107
|
serializedName: "results",
|
3138
3108
|
type: {
|
@@ -3402,27 +3372,27 @@ export let discriminators = {
|
|
3402
3372
|
"BaseResolution.OrdinalResolution": OrdinalResolution,
|
3403
3373
|
"BaseResolution.TemporalSpanResolution": TemporalSpanResolution,
|
3404
3374
|
"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
|
-
"
|
3375
|
+
"AnalyzeBatchAction.CustomEntityRecognition": CustomEntitiesLROTask,
|
3376
|
+
"AnalyzeBatchAction.CustomSingleLabelClassification": CustomSingleLabelClassificationLROTask,
|
3377
|
+
"AnalyzeBatchAction.CustomMultiLabelClassification": CustomMultiLabelClassificationLROTask,
|
3378
|
+
"AnalyzeBatchAction.Healthcare": HealthcareLROTask,
|
3379
|
+
"AnalyzeBatchAction.SentimentAnalysis": SentimentAnalysisLROTask,
|
3380
|
+
"AnalyzeBatchAction.EntityRecognition": EntitiesLROTask,
|
3381
|
+
"AnalyzeBatchAction.EntityLinking": EntityLinkingLROTask,
|
3382
|
+
"AnalyzeBatchAction.PiiEntityRecognition": PiiLROTask,
|
3383
|
+
"AnalyzeBatchAction.ExtractiveSummarization": ExtractiveSummarizationLROTask,
|
3384
|
+
"AnalyzeBatchAction.KeyPhraseExtraction": KeyPhraseLROTask,
|
3385
|
+
"AnalyzeBatchAction.AbstractiveSummarization": AbstractiveSummarizationLROTask,
|
3386
|
+
"AnalyzeTextLROResult.EntityRecognitionLROResults": EntityRecognitionLROResult,
|
3387
|
+
"AnalyzeTextLROResult.CustomEntityRecognitionLROResults": CustomEntityRecognitionLROResult,
|
3388
|
+
"AnalyzeTextLROResult.CustomSingleLabelClassificationLROResults": CustomSingleLabelClassificationLROResult,
|
3389
|
+
"AnalyzeTextLROResult.CustomMultiLabelClassificationLROResults": CustomMultiLabelClassificationLROResult,
|
3390
|
+
"AnalyzeTextLROResult.EntityLinkingLROResults": EntityLinkingLROResult,
|
3391
|
+
"AnalyzeTextLROResult.PiiEntityRecognitionLROResults": PiiEntityRecognitionLROResult,
|
3392
|
+
"AnalyzeTextLROResult.ExtractiveSummarizationLROResults": ExtractiveSummarizationLROResult,
|
3393
|
+
"AnalyzeTextLROResult.HealthcareLROResults": HealthcareLROResult,
|
3394
|
+
"AnalyzeTextLROResult.SentimentAnalysisLROResults": SentimentLROResult,
|
3395
|
+
"AnalyzeTextLROResult.KeyPhraseExtractionLROResults": KeyPhraseExtractionLROResult,
|
3396
|
+
"AnalyzeTextLROResult.AbstractiveSummarizationLROResults": AbstractiveSummarizationLROResult
|
3427
3397
|
};
|
3428
3398
|
//# sourceMappingURL=mappers.js.map
|