Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2312,6 +2312,7 @@
},
"definitions": {
"Frames": {
"type": "object",
"description": "The response for a Get Frames request.",
"properties": {
"ReviewId": {
Expand All @@ -2327,6 +2328,7 @@
}
},
"Frame": {
"type": "object",
"description": "Video frame property details.",
"properties": {
"Timestamp": {
Expand Down Expand Up @@ -2354,6 +2356,7 @@
}
},
"Screen": {
"type": "object",
"description": "The response for a Screen text request.",
"properties": {
"OriginalText": {
Expand Down Expand Up @@ -2404,9 +2407,11 @@
}
},
"Classification": {
"type": "object",
"description": "The classification details of the text.",
"properties": {
"Category1": {
"type": "object",
"description": "The category1 score details of the text. <a href=\"https://aka.ms/textClassifyCategories\">Click here</a> for more details on category classification.",
"properties": {
"Score": {
Expand All @@ -2416,6 +2421,7 @@
}
},
"Category2": {
"type": "object",
"description": "The category2 score details of the text. <a href=\"https://aka.ms/textClassifyCategories\">Click here</a> for more details on category classification.",
"properties": {
"Score": {
Expand All @@ -2425,6 +2431,7 @@
}
},
"Category3": {
"type": "object",
"description": "The category3 score details of the text. <a href=\"https://aka.ms/textClassifyCategories\">Click here</a> for more details on category classification.",
"properties": {
"Score": {
Expand All @@ -2440,6 +2447,7 @@
}
},
"PII": {
"type": "object",
"description": "Personal Identifier Information details.",
"properties": {
"Email": {
Expand Down Expand Up @@ -2475,6 +2483,7 @@
}
},
"Email": {
"type": "object",
"description": "Email Address details.",
"properties": {
"Detected": {
Expand All @@ -2496,6 +2505,7 @@
}
},
"SSN": {
"type": "object",
"description": "Detected SSN details.",
"properties": {
"Text": {
Expand All @@ -2509,6 +2519,7 @@
}
},
"IPA": {
"type": "object",
"description": "IP Address details.",
"properties": {
"SubType": {
Expand All @@ -2526,6 +2537,7 @@
}
},
"Phone": {
"type": "object",
"description": "Phone Property details.",
"properties": {
"CountryCode": {
Expand All @@ -2543,6 +2555,7 @@
}
},
"Address": {
"type": "object",
"description": "Address details.",
"properties": {
"Text": {
Expand All @@ -2556,6 +2569,7 @@
}
},
"DetectedTerms": {
"type": "object",
"description": "Detected Terms details.",
"properties": {
"Index": {
Expand All @@ -2577,6 +2591,7 @@
}
},
"FoundFaces": {
"type": "object",
"description": "Request object the contains found faces.",
"properties": {
"Status": {
Expand Down Expand Up @@ -2616,6 +2631,7 @@
}
},
"Face": {
"type": "object",
"description": "Coordinates to the found face.",
"properties": {
"Bottom": {
Expand All @@ -2637,6 +2653,7 @@
}
},
"OCR": {
"type": "object",
"description": "Contains the text found in image for the language specified.",
"properties": {
"Status": {
Expand Down Expand Up @@ -2676,6 +2693,7 @@
}
},
"KeyValuePair": {
"type": "object",
"description": "The key value pair object properties.",
"properties": {
"Key": {
Expand All @@ -2689,6 +2707,7 @@
}
},
"Candidate": {
"type": "object",
"description": "OCR candidate text.",
"properties": {
"Text": {
Expand All @@ -2702,6 +2721,7 @@
}
},
"Evaluate": {
"type": "object",
"description": "Evaluate response object.",
"properties": {
"CacheID": {
Expand Down Expand Up @@ -2746,6 +2766,7 @@
}
},
"MatchResponse": {
"type": "object",
"description": "The response for a Match request.",
"properties": {
"TrackingId": {
Expand Down Expand Up @@ -2774,6 +2795,7 @@
}
},
"Match": {
"type": "object",
"description": "The match details.",
"properties": {
"Score": {
Expand Down Expand Up @@ -2802,6 +2824,7 @@
}
},
"Tag": {
"type": "object",
"description": "Tag details.",
"properties": {
"Key": {
Expand All @@ -2815,6 +2838,7 @@
}
},
"DetectedLanguage": {
"type": "object",
"description": "Detect language result.",
"properties": {
"DetectedLanguage": {
Expand All @@ -2832,6 +2856,7 @@
}
},
"ImageList": {
"type": "object",
"description": "Image List Properties.",
"properties": {
"Id": {
Expand All @@ -2856,6 +2881,7 @@
}
},
"TermList": {
"type": "object",
"description": "Term List Properties.",
"properties": {
"Id": {
Expand Down Expand Up @@ -2892,6 +2918,7 @@
}
},
"RefreshIndex": {
"type": "object",
"description": "Refresh Index Response.",
"properties": {
"ContentSourceId": {
Expand Down Expand Up @@ -2923,6 +2950,7 @@
}
},
"Image": {
"type": "object",
"description": "Image Properties.",
"properties": {
"ContentId": {
Expand Down Expand Up @@ -2957,6 +2985,7 @@
}
},
"Status": {
"type": "object",
"description": "Status properties.",
"properties": {
"Code": {
Expand All @@ -2974,6 +3003,7 @@
}
},
"ImageIds": {
"type": "object",
"description": "Image Id properties.",
"properties": {
"ContentSource": {
Expand All @@ -2999,13 +3029,15 @@
}
},
"Terms": {
"type": "object",
"description": "Terms properties.",
"properties": {
"Data": {
"description": "Term data details.",
"$ref": "#/definitions/TermsData"
},
"Paging": {
"type": "object",
"description": "Paging details.",
"properties": {
"Total": {
Expand All @@ -3029,6 +3061,7 @@
}
},
"TermsData": {
"type": "object",
"description": "All term Id response properties.",
"properties": {
"Language": {
Expand All @@ -3054,6 +3087,7 @@
}
},
"TermsInList": {
"type": "object",
"description": "Terms in list Id passed.",
"properties": {
"Term": {
Expand All @@ -3063,6 +3097,7 @@
}
},
"Review": {
"type": "object",
"description": "The Review object.",
"properties": {
"ReviewId": {
Expand Down Expand Up @@ -3114,6 +3149,7 @@
}
},
"Job": {
"type": "object",
"description": "The Job object.",
"properties": {
"Id": {
Expand Down Expand Up @@ -3161,6 +3197,7 @@
}
},
"JobExecutionReportDetails": {
"type": "object",
"description": "Job Execution Report Values.",
"properties": {
"Ts": {
Expand All @@ -3181,6 +3218,7 @@
}
},
"JobListResult": {
"type": "object",
"description": "The list of job ids.",
"properties": {
"Value": {
Expand All @@ -3193,6 +3231,7 @@
}
},
"JobId": {
"type": "object",
"properties": {
"JobId": {
"description": "Id of the created job.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
}
},
"understandingResult": {
"type": "object",
"description": "A set of extracted fields corresponding to a semantic object, such as a receipt, in the input document.",
"properties": {
"pages": {
Expand All @@ -194,6 +195,7 @@
}
},
"elementReference": {
"type": "object",
"description": "Reference to an OCR word.",
"properties": {
"$ref": {
Expand Down Expand Up @@ -227,6 +229,7 @@
}
},
"stringValue": {
"type": "object",
"description": "Recognized string field value.",
"allOf": [
{
Expand All @@ -241,6 +244,7 @@
}
},
"numberValue": {
"type": "object",
"description": "Recognized numeric field value.",
"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9553,6 +9553,7 @@
]
},
"CustomPrebuiltModel": {
"type": "object",
"description": "A Custom Prebuilt model.",
"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9107,6 +9107,7 @@
]
},
"CustomPrebuiltModel": {
"type": "object",
"description": "A Custom Prebuilt model.",
"allOf": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@
]
},
"EntityWithScore": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/EntityModel"
Expand All @@ -360,6 +361,7 @@
]
},
"EntityWithResolution": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/EntityModel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@
"readOnly": true
},
"totalSummary": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/PolicyResultSummary"
Expand Down Expand Up @@ -1034,6 +1035,7 @@
"type": "object",
"properties": {
"dateRange": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/DateRange"
Expand Down
Loading