@azure/ai-language-text 1.1.0-alpha.20221107.2 → 1.1.0-beta.1
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 -98
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/models/index.js +28 -28
- package/dist-esm/src/generated/models/index.js.map +1 -1
- package/dist-esm/src/generated/models/mappers.js +53 -34
- package/dist-esm/src/generated/models/mappers.js.map +1 -1
- package/dist-esm/src/textAnalysisClient.js.map +1 -1
- package/dist-esm/src/transforms.js +4 -30
- package/dist-esm/src/transforms.js.map +1 -1
- package/package.json +5 -5
- package/types/ai-language-text.d.ts +39 -33
@@ -753,14 +753,6 @@ export var KnownRelationType;
|
|
753
753
|
/** ValueOfExamination */
|
754
754
|
KnownRelationType["ValueOfExamination"] = "ValueOfExamination";
|
755
755
|
})(KnownRelationType || (KnownRelationType = {}));
|
756
|
-
/** Known values of {@link ExtractiveSummarizationOrderingCriteria} that the service accepts. */
|
757
|
-
export var KnownExtractiveSummarizationOrderingCriteria;
|
758
|
-
(function (KnownExtractiveSummarizationOrderingCriteria) {
|
759
|
-
/** Indicates that results should be sorted in order of appearance in the text. */
|
760
|
-
KnownExtractiveSummarizationOrderingCriteria["Offset"] = "Offset";
|
761
|
-
/** Indicates that results should be sorted in order of importance (i.e. rank score) according to the model. */
|
762
|
-
KnownExtractiveSummarizationOrderingCriteria["Rank"] = "Rank";
|
763
|
-
})(KnownExtractiveSummarizationOrderingCriteria || (KnownExtractiveSummarizationOrderingCriteria = {}));
|
764
756
|
/** Known values of {@link AgeUnit} that the service accepts. */
|
765
757
|
export var KnownAgeUnit;
|
766
758
|
(function (KnownAgeUnit) {
|
@@ -840,32 +832,32 @@ export var KnownSpeedUnit;
|
|
840
832
|
(function (KnownSpeedUnit) {
|
841
833
|
/** Unspecified */
|
842
834
|
KnownSpeedUnit["Unspecified"] = "Unspecified";
|
843
|
-
/**
|
844
|
-
KnownSpeedUnit["
|
845
|
-
/**
|
846
|
-
KnownSpeedUnit["
|
847
|
-
/**
|
848
|
-
KnownSpeedUnit["
|
849
|
-
/**
|
850
|
-
KnownSpeedUnit["
|
851
|
-
/**
|
852
|
-
KnownSpeedUnit["
|
835
|
+
/** MeterPerSecond */
|
836
|
+
KnownSpeedUnit["MeterPerSecond"] = "MeterPerSecond";
|
837
|
+
/** KilometerPerHour */
|
838
|
+
KnownSpeedUnit["KilometerPerHour"] = "KilometerPerHour";
|
839
|
+
/** KilometerPerMinute */
|
840
|
+
KnownSpeedUnit["KilometerPerMinute"] = "KilometerPerMinute";
|
841
|
+
/** KilometerPerSecond */
|
842
|
+
KnownSpeedUnit["KilometerPerSecond"] = "KilometerPerSecond";
|
843
|
+
/** MilePerHour */
|
844
|
+
KnownSpeedUnit["MilePerHour"] = "MilePerHour";
|
853
845
|
/** Knot */
|
854
846
|
KnownSpeedUnit["Knot"] = "Knot";
|
855
847
|
/** FootPerSecond */
|
856
848
|
KnownSpeedUnit["FootPerSecond"] = "FootPerSecond";
|
857
849
|
/** FootPerMinute */
|
858
850
|
KnownSpeedUnit["FootPerMinute"] = "FootPerMinute";
|
859
|
-
/**
|
860
|
-
KnownSpeedUnit["
|
861
|
-
/**
|
862
|
-
KnownSpeedUnit["
|
863
|
-
/**
|
864
|
-
KnownSpeedUnit["
|
865
|
-
/**
|
866
|
-
KnownSpeedUnit["
|
867
|
-
/**
|
868
|
-
KnownSpeedUnit["
|
851
|
+
/** YardPerMinute */
|
852
|
+
KnownSpeedUnit["YardPerMinute"] = "YardPerMinute";
|
853
|
+
/** YardPerSecond */
|
854
|
+
KnownSpeedUnit["YardPerSecond"] = "YardPerSecond";
|
855
|
+
/** MeterPerMillisecond */
|
856
|
+
KnownSpeedUnit["MeterPerMillisecond"] = "MeterPerMillisecond";
|
857
|
+
/** CentimeterPerMillisecond */
|
858
|
+
KnownSpeedUnit["CentimeterPerMillisecond"] = "CentimeterPerMillisecond";
|
859
|
+
/** KilometerPerMillisecond */
|
860
|
+
KnownSpeedUnit["KilometerPerMillisecond"] = "KilometerPerMillisecond";
|
869
861
|
})(KnownSpeedUnit || (KnownSpeedUnit = {}));
|
870
862
|
/** Known values of {@link AreaUnit} that the service accepts. */
|
871
863
|
export var KnownAreaUnit;
|
@@ -1119,4 +1111,12 @@ export var KnownRangeKind;
|
|
1119
1111
|
/** Currency */
|
1120
1112
|
KnownRangeKind["Currency"] = "Currency";
|
1121
1113
|
})(KnownRangeKind || (KnownRangeKind = {}));
|
1114
|
+
/** Known values of {@link ExtractiveSummarizationOrderingCriteria} that the service accepts. */
|
1115
|
+
export var KnownExtractiveSummarizationOrderingCriteria;
|
1116
|
+
(function (KnownExtractiveSummarizationOrderingCriteria) {
|
1117
|
+
/** Indicates that results should be sorted in order of appearance in the text. */
|
1118
|
+
KnownExtractiveSummarizationOrderingCriteria["Offset"] = "Offset";
|
1119
|
+
/** Indicates that results should be sorted in order of importance (i.e. rank score) according to the model. */
|
1120
|
+
KnownExtractiveSummarizationOrderingCriteria["Rank"] = "Rank";
|
1121
|
+
})(KnownExtractiveSummarizationOrderingCriteria || (KnownExtractiveSummarizationOrderingCriteria = {}));
|
1122
1122
|
//# sourceMappingURL=index.js.map
|