@azure/ai-language-text 1.1.0-beta.1 → 1.1.0-beta.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.
@@ -161,12 +161,6 @@ export const AnalyzeTextJobsInput = {
161
161
  name: "String"
162
162
  }
163
163
  },
164
- defaultLanguage: {
165
- serializedName: "defaultLanguage",
166
- type: {
167
- name: "String"
168
- }
169
- },
170
164
  analysisInput: {
171
165
  serializedName: "analysisInput",
172
166
  type: {
@@ -1477,7 +1471,7 @@ export const AbstractiveSummarizationTaskParametersBase = {
1477
1471
  name: "Composite",
1478
1472
  className: "AbstractiveSummarizationTaskParametersBase",
1479
1473
  modelProperties: {
1480
- maxSentenceCount: {
1474
+ sentenceCount: {
1481
1475
  serializedName: "sentenceCount",
1482
1476
  type: {
1483
1477
  name: "Number"
@@ -1528,6 +1522,7 @@ export const AbstractiveSummary = {
1528
1522
  },
1529
1523
  contexts: {
1530
1524
  serializedName: "contexts",
1525
+ required: true,
1531
1526
  type: {
1532
1527
  name: "Sequence",
1533
1528
  element: {