Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FormRecognizer: Updating Train API to take optional parameter. (#6176)
* Initial commit. * Incorporating PR feedback * Adding examples, cleanup. * Fixing json syntax errors. * Incorporating feedback. * Refactor swagger to common type. * Incorporating feedback. * Moved to preview, refactor, fixes. * Updated text. * Minor text change. * More minor text updates. * Reverting accidental change * Refactor * Refactor, Adding GetModels REST API placeholder * Refactor, fixes * Refactor, Updated definitions. * Fix type definition * model* API endpoint updated * Fix build issue, Reverting change to face swagger * updated namespace * Updated return type for /models api * Update FormRecognizer.json fix paths of methods (add custom) and fix path of hosttemplate * Refactor, opid changes. * removing multi as it causing autorest codegen issues with langs like go, ruby etc. * reverting face.json changes. * renamed example, fixed typo in example to make it valid json * API review feedback, Reverting OpIds * API review feedback, fixing examples for model verification * Fixing examples for model validation * Capturing feedback from API Review * Capturing feedback from API review * Fix generated code path, Fix generated SDK class name * Update title to be used for SDK code generation * Updating help text. * Update help text. * Update help text. * Initial commit. * merging receipts with FR * update for receipt * Receipt merge update * add receipt ref, update ocr json * fix readme * Fix Receipt swagger title field * Fixing receipt API verification issues. * fixing build issues * removing empty lines. * adding description for understandingResult * Adding reference to Ocr swagger. * Trimming OCR to remove unreferenced definitions. * Adding missing definitions. * Fixing build issues. * Adding updated OCR reference. * fix version * fixing typo * capturing feedback from API PR review. * Adding optional support for subfolders in source parameter to Train API. * Adding optional support for subfolders in source parameter to Train API. * adding example for updated Train API * Minor fix to sawgger, removed merged swagger. * Minor text fix.
- Loading branch information