Skip to content

Commit

Permalink
Update the stringIndexType
Browse files Browse the repository at this point in the history
  • Loading branch information
moabba committed Apr 16, 2022
1 parent 6762a71 commit 455762d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@
},
"stringIndexType": {
"description": "Specifies the method used to interpret string offsets. For additional information see https://aka.ms/text-analytics-offsets.",
"$ref": "#/definitions/StringIndexType"
"$ref": "common.json#/definitions/StringIndexType"
},
"metadata": {
"description": "Represents the project metadata.",
Expand Down Expand Up @@ -2497,16 +2497,6 @@
}
}
},
"StringIndexType": {
"enum": [
"Utf16CodeUnit"
],
"type": "string",
"x-ms-enum": {
"name": "StringIndexType",
"modelAsString": true
}
},
"SubTrainingJobState": {
"required": [
"percentComplete",
Expand Down Expand Up @@ -2887,6 +2877,8 @@
"required": true,
"type": "string",
"enum": [
"TextElements_v8",
"UnicodeCodePoint",
"Utf16CodeUnit"
],
"x-ms-enum": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,7 @@
},
"stringIndexType": {
"description": "Specifies the method used to interpret string offsets. For additional information see https://aka.ms/text-analytics-offsets.",
"$ref": "#/definitions/StringIndexType"
"$ref": "common.json#/definitions/StringIndexType"
},
"metadata": {
"description": "Represents the project metadata.",
Expand Down Expand Up @@ -2552,16 +2552,6 @@
}
}
},
"StringIndexType": {
"enum": [
"Utf16CodeUnit"
],
"type": "string",
"x-ms-enum": {
"name": "StringIndexType",
"modelAsString": true
}
},
"SubTrainingJobState": {
"required": [
"percentComplete",
Expand Down Expand Up @@ -2817,6 +2807,8 @@
"required": true,
"type": "string",
"enum": [
"TextElements_v8",
"UnicodeCodePoint",
"Utf16CodeUnit"
],
"x-ms-enum": {
Expand Down

0 comments on commit 455762d

Please sign in to comment.