Skip to content
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c30a385
Initial commit.
Apr 17, 2019
00e4cf3
Incorporating PR feedback
Apr 18, 2019
8dbcee7
Adding examples, cleanup.
Apr 18, 2019
90946c6
Fixing json syntax errors.
Apr 18, 2019
5812674
Incorporating feedback.
Apr 18, 2019
843f2f7
Refactor swagger to common type.
Apr 18, 2019
2c78f40
Incorporating feedback.
Apr 19, 2019
3840cae
Moved to preview, refactor, fixes.
Apr 19, 2019
29ea35b
Updated text.
Apr 19, 2019
6efacb5
Minor text change.
Apr 19, 2019
292f8ba
More minor text updates.
Apr 19, 2019
781f7db
Reverting accidental change
Apr 21, 2019
10c7f52
Refactor
Apr 21, 2019
e137884
Refactor, Adding GetModels REST API placeholder
Apr 22, 2019
3753fc5
Refactor, fixes
Apr 25, 2019
5ed88d4
Refactor, Updated definitions.
Apr 25, 2019
9864cca
Fix type definition
Apr 25, 2019
da9d7d3
model* API endpoint updated
Apr 26, 2019
81b6743
Fix build issue, Reverting change to face swagger
Apr 26, 2019
4d75131
updated namespace
Apr 26, 2019
29e2bc7
Updated return type for /models api
Apr 27, 2019
4e65e77
Update FormRecognizer.json
Bastortz2 Apr 27, 2019
3ae0d35
Merge pull request #1 from Bastortz2/patch-2
ramparab Apr 27, 2019
4c99141
Refactor, opid changes.
Apr 30, 2019
8385975
removing multi as it causing autorest codegen issues with langs like …
Apr 30, 2019
9b1f37a
reverting face.json changes.
Apr 30, 2019
355ce60
renamed example, fixed typo in example to make it valid json
Apr 30, 2019
afc041b
API review feedback, Reverting OpIds
Apr 30, 2019
c5ddd4b
API review feedback, fixing examples for model verification
May 1, 2019
0f9441c
Fixing examples for model validation
May 1, 2019
6b2d1b2
Capturing feedback from API Review
May 1, 2019
0c0e7b2
Capturing feedback from API review
May 1, 2019
96cb967
Fix generated code path, Fix generated SDK class name
May 2, 2019
9e59952
merging from master
May 2, 2019
a85c578
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
May 2, 2019
af8009b
Update title to be used for SDK code generation
May 3, 2019
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 @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"version": "v1.0-preview",
"title": "Cognitive Service Form Recognizer API V1 (Preview)",
"title": "Form Recognizer Client",
"description": "Extracts information from forms and images into structured data based on a model created by a set of representative training forms."
},
"securityDefinitions": {
Expand Down