diff --git a/dev/cognitiveservices/data-plane/Language/analyzeconversations.json b/dev/cognitiveservices/data-plane/Language/analyzeconversations.json index 49bd6e6abbc4..62a5fd187b55 100644 --- a/dev/cognitiveservices/data-plane/Language/analyzeconversations.json +++ b/dev/cognitiveservices/data-plane/Language/analyzeconversations.json @@ -879,21 +879,21 @@ "description": "The entity resolution object kind.", "type": "string", "enum": [ - "Boolean", - "DateTime", - "Number", - "Ordinal", - "Speed", - "Weight", - "Length", - "Volume", - "Area", - "Age", - "Information", - "Temperature", - "Currency", - "NumericRange", - "TemporalSpan" + "BooleanResolution", + "DateTimeResolution", + "NumberResolution", + "OrdinalResolution", + "SpeedResolution", + "WeightResolution", + "LengthResolution", + "VolumeResolution", + "AreaResolution", + "AgeResolution", + "InformationResolution", + "TemperatureResolution", + "CurrencyResolution", + "NumericRangeResolution", + "TemporalSpanResolution" ], "x-ms-enum": { "name": "ResolutionKind", @@ -930,7 +930,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Age", + "x-ms-discriminator-value": "AgeResolution", "properties": { "unit": { "type": "string", @@ -963,7 +963,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Volume", + "x-ms-discriminator-value": "VolumeResolution", "properties": { "unit": { "type": "string", @@ -1019,7 +1019,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Speed", + "x-ms-discriminator-value": "SpeedResolution", "properties": { "unit": { "type": "string", @@ -1061,7 +1061,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Area", + "x-ms-discriminator-value": "AreaResolution", "properties": { "unit": { "type": "string", @@ -1102,7 +1102,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Length", + "x-ms-discriminator-value": "LengthResolution", "properties": { "unit": { "type": "string", @@ -1147,7 +1147,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Information", + "x-ms-discriminator-value": "InformationResolution", "properties": { "unit": { "type": "string", @@ -1188,7 +1188,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Temperature", + "x-ms-discriminator-value": "TemperatureResolution", "properties": { "unit": { "type": "string", @@ -1221,7 +1221,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Weight", + "x-ms-discriminator-value": "WeightResolution", "properties": { "unit": { "type": "string", @@ -1265,7 +1265,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Currency", + "x-ms-discriminator-value": "CurrencyResolution", "properties": { "ISO4217": { "type": "string", @@ -1294,7 +1294,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Boolean", + "x-ms-discriminator-value": "BooleanResolution", "properties": { "value": { "type": "boolean" @@ -1312,7 +1312,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "DateTime", + "x-ms-discriminator-value": "DateTimeResolution", "properties": { "timex": { "$ref": "#/definitions/TimeExpression" @@ -1354,7 +1354,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Number", + "x-ms-discriminator-value": "NumberResolution", "properties": { "numberKind": { "type": "string", @@ -1390,7 +1390,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Ordinal", + "x-ms-discriminator-value": "OrdinalResolution", "properties": { "offset": { "type": "string", @@ -1428,7 +1428,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "TemporalSpan", + "x-ms-discriminator-value": "TemporalSpanResolution", "properties": { "begin": { "$ref": "#/definitions/TimeExpression" @@ -1453,7 +1453,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "NumericRange", + "x-ms-discriminator-value": "NumericRangeResolution", "properties": { "rangeKind": { "type": "string", diff --git a/specification/cognitiveservices/data-plane/Language/preview/2022-03-01-preview/analyzeconversations.json b/specification/cognitiveservices/data-plane/Language/preview/2022-03-01-preview/analyzeconversations.json index 74a533704be5..66ef3ccfa0c6 100644 --- a/specification/cognitiveservices/data-plane/Language/preview/2022-03-01-preview/analyzeconversations.json +++ b/specification/cognitiveservices/data-plane/Language/preview/2022-03-01-preview/analyzeconversations.json @@ -736,21 +736,21 @@ "description": "The entity resolution object kind.", "type": "string", "enum": [ - "Boolean", - "DateTime", - "Number", - "Ordinal", - "Speed", - "Weight", - "Length", - "Volume", - "Area", - "Age", - "Information", - "Temperature", - "Currency", - "NumericRange", - "TemporalSpan" + "BooleanResolution", + "DateTimeResolution", + "NumberResolution", + "OrdinalResolution", + "SpeedResolution", + "WeightResolution", + "LengthResolution", + "VolumeResolution", + "AreaResolution", + "AgeResolution", + "InformationResolution", + "TemperatureResolution", + "CurrencyResolution", + "NumericRangeResolution", + "TemporalSpanResolution" ], "x-ms-enum": { "name": "ResolutionKind", @@ -787,7 +787,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Age", + "x-ms-discriminator-value": "AgeResolution", "properties": { "unit": { "type": "string", @@ -820,7 +820,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Volume", + "x-ms-discriminator-value": "VolumeResolution", "properties": { "unit": { "type": "string", @@ -876,7 +876,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Speed", + "x-ms-discriminator-value": "SpeedResolution", "properties": { "unit": { "type": "string", @@ -918,7 +918,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Area", + "x-ms-discriminator-value": "AreaResolution", "properties": { "unit": { "type": "string", @@ -959,7 +959,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Length", + "x-ms-discriminator-value": "LengthResolution", "properties": { "unit": { "type": "string", @@ -1004,7 +1004,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Information", + "x-ms-discriminator-value": "InformationResolution", "properties": { "unit": { "type": "string", @@ -1045,7 +1045,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Temperature", + "x-ms-discriminator-value": "TemperatureResolution", "properties": { "unit": { "type": "string", @@ -1078,7 +1078,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Weight", + "x-ms-discriminator-value": "WeightResolution", "properties": { "unit": { "type": "string", @@ -1122,7 +1122,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Currency", + "x-ms-discriminator-value": "CurrencyResolution", "properties": { "ISO4217": { "type": "string", @@ -1151,7 +1151,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Boolean", + "x-ms-discriminator-value": "BooleanResolution", "properties": { "value": { "type": "boolean" @@ -1169,7 +1169,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "DateTime", + "x-ms-discriminator-value": "DateTimeResolution", "properties": { "timex": { "$ref": "#/definitions/TimeExpression" @@ -1211,7 +1211,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Number", + "x-ms-discriminator-value": "NumberResolution", "properties": { "numberKind": { "type": "string", @@ -1247,7 +1247,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Ordinal", + "x-ms-discriminator-value": "OrdinalResolution", "properties": { "offset": { "type": "string", @@ -1285,7 +1285,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "TemporalSpan", + "x-ms-discriminator-value": "TemporalSpanResolution", "properties": { "begin": { "$ref": "#/definitions/TimeExpression" @@ -1310,7 +1310,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "NumericRange", + "x-ms-discriminator-value": "NumericRangeResolution", "properties": { "rangeKind": { "type": "string", diff --git a/specification/cognitiveservices/data-plane/Language/preview/2022-05-15-preview/analyzeconversations.json b/specification/cognitiveservices/data-plane/Language/preview/2022-05-15-preview/analyzeconversations.json index 33385e22a550..fbeffab78637 100644 --- a/specification/cognitiveservices/data-plane/Language/preview/2022-05-15-preview/analyzeconversations.json +++ b/specification/cognitiveservices/data-plane/Language/preview/2022-05-15-preview/analyzeconversations.json @@ -873,21 +873,21 @@ "description": "The entity resolution object kind.", "type": "string", "enum": [ - "Boolean", - "DateTime", - "Number", - "Ordinal", - "Speed", - "Weight", - "Length", - "Volume", - "Area", - "Age", - "Information", - "Temperature", - "Currency", - "NumericRange", - "TemporalSpan" + "BooleanResolution", + "DateTimeResolution", + "NumberResolution", + "OrdinalResolution", + "SpeedResolution", + "WeightResolution", + "LengthResolution", + "VolumeResolution", + "AreaResolution", + "AgeResolution", + "InformationResolution", + "TemperatureResolution", + "CurrencyResolution", + "NumericRangeResolution", + "TemporalSpanResolution" ], "x-ms-enum": { "name": "ResolutionKind", @@ -924,7 +924,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Age", + "x-ms-discriminator-value": "AgeResolution", "properties": { "unit": { "type": "string", @@ -957,7 +957,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Volume", + "x-ms-discriminator-value": "VolumeResolution", "properties": { "unit": { "type": "string", @@ -1013,7 +1013,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Speed", + "x-ms-discriminator-value": "SpeedResolution", "properties": { "unit": { "type": "string", @@ -1055,7 +1055,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Area", + "x-ms-discriminator-value": "AreaResolution", "properties": { "unit": { "type": "string", @@ -1096,7 +1096,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Length", + "x-ms-discriminator-value": "LengthResolution", "properties": { "unit": { "type": "string", @@ -1141,7 +1141,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Information", + "x-ms-discriminator-value": "InformationResolution", "properties": { "unit": { "type": "string", @@ -1182,7 +1182,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Temperature", + "x-ms-discriminator-value": "TemperatureResolution", "properties": { "unit": { "type": "string", @@ -1215,7 +1215,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Weight", + "x-ms-discriminator-value": "WeightResolution", "properties": { "unit": { "type": "string", @@ -1259,7 +1259,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Currency", + "x-ms-discriminator-value": "CurrencyResolution", "properties": { "ISO4217": { "type": "string", @@ -1288,7 +1288,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Boolean", + "x-ms-discriminator-value": "BooleanResolution", "properties": { "value": { "type": "boolean" @@ -1306,7 +1306,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "DateTime", + "x-ms-discriminator-value": "DateTimeResolution", "properties": { "timex": { "$ref": "#/definitions/TimeExpression" @@ -1348,7 +1348,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Number", + "x-ms-discriminator-value": "NumberResolution", "properties": { "numberKind": { "type": "string", @@ -1384,7 +1384,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Ordinal", + "x-ms-discriminator-value": "OrdinalResolution", "properties": { "offset": { "type": "string", @@ -1422,7 +1422,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "TemporalSpan", + "x-ms-discriminator-value": "TemporalSpanResolution", "properties": { "begin": { "$ref": "#/definitions/TimeExpression" @@ -1447,7 +1447,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "NumericRange", + "x-ms-discriminator-value": "NumericRangeResolution", "properties": { "rangeKind": { "type": "string", diff --git a/specification/cognitiveservices/data-plane/Language/stable/2022-05-01/analyzeconversations.json b/specification/cognitiveservices/data-plane/Language/stable/2022-05-01/analyzeconversations.json index acb284570911..02ee702a667c 100644 --- a/specification/cognitiveservices/data-plane/Language/stable/2022-05-01/analyzeconversations.json +++ b/specification/cognitiveservices/data-plane/Language/stable/2022-05-01/analyzeconversations.json @@ -725,21 +725,21 @@ "description": "The entity resolution object kind.", "type": "string", "enum": [ - "Boolean", - "DateTime", - "Number", - "Ordinal", - "Speed", - "Weight", - "Length", - "Volume", - "Area", - "Age", - "Information", - "Temperature", - "Currency", - "NumericRange", - "TemporalSpan" + "BooleanResolution", + "DateTimeResolution", + "NumberResolution", + "OrdinalResolution", + "SpeedResolution", + "WeightResolution", + "LengthResolution", + "VolumeResolution", + "AreaResolution", + "AgeResolution", + "InformationResolution", + "TemperatureResolution", + "CurrencyResolution", + "NumericRangeResolution", + "TemporalSpanResolution" ], "x-ms-enum": { "name": "ResolutionKind", @@ -776,7 +776,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Age", + "x-ms-discriminator-value": "AgeResolution", "properties": { "unit": { "type": "string", @@ -809,7 +809,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Volume", + "x-ms-discriminator-value": "VolumeResolution", "properties": { "unit": { "type": "string", @@ -865,7 +865,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Speed", + "x-ms-discriminator-value": "SpeedResolution", "properties": { "unit": { "type": "string", @@ -907,7 +907,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Area", + "x-ms-discriminator-value": "AreaResolution", "properties": { "unit": { "type": "string", @@ -948,7 +948,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Length", + "x-ms-discriminator-value": "LengthResolution", "properties": { "unit": { "type": "string", @@ -993,7 +993,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Information", + "x-ms-discriminator-value": "InformationResolution", "properties": { "unit": { "type": "string", @@ -1034,7 +1034,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Temperature", + "x-ms-discriminator-value": "TemperatureResolution", "properties": { "unit": { "type": "string", @@ -1067,7 +1067,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Weight", + "x-ms-discriminator-value": "WeightResolution", "properties": { "unit": { "type": "string", @@ -1111,7 +1111,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Currency", + "x-ms-discriminator-value": "CurrencyResolution", "properties": { "ISO4217": { "type": "string", @@ -1140,7 +1140,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Boolean", + "x-ms-discriminator-value": "BooleanResolution", "properties": { "value": { "type": "boolean" @@ -1158,7 +1158,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "DateTime", + "x-ms-discriminator-value": "DateTimeResolution", "properties": { "timex": { "$ref": "#/definitions/TimeExpression" @@ -1200,7 +1200,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Number", + "x-ms-discriminator-value": "NumberResolution", "properties": { "numberKind": { "type": "string", @@ -1236,7 +1236,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "Ordinal", + "x-ms-discriminator-value": "OrdinalResolution", "properties": { "offset": { "type": "string", @@ -1274,7 +1274,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "TemporalSpan", + "x-ms-discriminator-value": "TemporalSpanResolution", "properties": { "begin": { "$ref": "#/definitions/TimeExpression" @@ -1299,7 +1299,7 @@ } ], "type": "object", - "x-ms-discriminator-value": "NumericRange", + "x-ms-discriminator-value": "NumericRangeResolution", "properties": { "rangeKind": { "type": "string",