File tree Expand file tree Collapse file tree 2 files changed +2
-42
lines changed
dev/cognitiveservices/data-plane/Language
specification/cognitiveservices/data-plane/Language/stable/2023-04-01 Expand file tree Collapse file tree 2 files changed +2
-42
lines changed Original file line number Diff line number Diff line change 2076
2076
"type" : " array" ,
2077
2077
"description" : " Response by document" ,
2078
2078
"items" : {
2079
- "$ref" : " #/definitions/ExtractedSummaryDocumentResultWithDetectedLanguage "
2079
+ "$ref" : " #/definitions/ExtractedSummaryDocumentResult "
2080
2080
}
2081
2081
}
2082
2082
},
2114
2114
]
2115
2115
}
2116
2116
},
2117
- "ExtractedSummaryDocumentResultWithDetectedLanguage" : {
2118
- "type" : " object" ,
2119
- "allOf" : [
2120
- {
2121
- "$ref" : " #/definitions/ExtractedSummaryDocumentResult"
2122
- },
2123
- {
2124
- "$ref" : " #/definitions/DocumentDetectedLanguage"
2125
- }
2126
- ]
2127
- },
2128
2117
"ExtractedSummaryDocumentResult" : {
2129
2118
"type" : " object" ,
2130
2119
"properties" : {
2660
2649
}
2661
2650
}
2662
2651
},
2663
- "DocumentDetectedLanguage" : {
2664
- "type" : " object" ,
2665
- "properties" : {
2666
- "detectedLanguage" : {
2667
- "$ref" : " #/definitions/DetectedLanguage" ,
2668
- "description" : " If 'language' is set to 'auto' for the document in the request this field will contain a 2 letter ISO 639-1 representation of the language detected for this document."
2669
- }
2670
- }
2671
- },
2672
2652
"DocumentWarning" : {
2673
2653
"type" : " object" ,
2674
2654
"required" : [
Original file line number Diff line number Diff line change 2076
2076
"type" : " array" ,
2077
2077
"description" : " Response by document" ,
2078
2078
"items" : {
2079
- "$ref" : " #/definitions/ExtractedSummaryDocumentResultWithDetectedLanguage "
2079
+ "$ref" : " #/definitions/ExtractedSummaryDocumentResult "
2080
2080
}
2081
2081
}
2082
2082
},
2114
2114
]
2115
2115
}
2116
2116
},
2117
- "ExtractedSummaryDocumentResultWithDetectedLanguage" : {
2118
- "type" : " object" ,
2119
- "allOf" : [
2120
- {
2121
- "$ref" : " #/definitions/ExtractedSummaryDocumentResult"
2122
- },
2123
- {
2124
- "$ref" : " #/definitions/DocumentDetectedLanguage"
2125
- }
2126
- ]
2127
- },
2128
2117
"ExtractedSummaryDocumentResult" : {
2129
2118
"type" : " object" ,
2130
2119
"properties" : {
2660
2649
}
2661
2650
}
2662
2651
},
2663
- "DocumentDetectedLanguage" : {
2664
- "type" : " object" ,
2665
- "properties" : {
2666
- "detectedLanguage" : {
2667
- "$ref" : " #/definitions/DetectedLanguage" ,
2668
- "description" : " If 'language' is set to 'auto' for the document in the request this field will contain a 2 letter ISO 639-1 representation of the language detected for this document."
2669
- }
2670
- }
2671
- },
2672
2652
"DocumentWarning" : {
2673
2653
"type" : " object" ,
2674
2654
"required" : [
You can’t perform that action at this time.
0 commit comments