| | 1 | |
|
| | 2 | | // <auto-generated> |
| | 3 | | // Code generated by Microsoft (R) AutoRest Code Generator. |
| | 4 | | // Changes may cause incorrect behavior and will be lost if the code is |
| | 5 | | // regenerated. |
| | 6 | | // </auto-generated> |
| | 7 | |
|
| | 8 | | namespace Microsoft.Azure.CognitiveServices.FormRecognizer |
| | 9 | | { |
| | 10 | | using System; |
| | 11 | | using System.Collections.Generic; |
| | 12 | | using System.Linq; |
| | 13 | |
|
| | 14 | | internal static partial class SdkInfo |
| | 15 | | { |
| | 16 | | public static IEnumerable<Tuple<string, string, string>> ApiInfo_FormRecognizerClient |
| | 17 | | { |
| | 18 | | get |
| | 19 | | { |
| 0 | 20 | | return new Tuple<string, string, string>[] |
| 0 | 21 | | { |
| 0 | 22 | | new Tuple<string, string, string>("FormRecognizerClient", "AnalyzeWithCustomModel", "1.0-preview"), |
| 0 | 23 | | new Tuple<string, string, string>("FormRecognizerClient", "BatchReadReceipt", "1.0-preview"), |
| 0 | 24 | | new Tuple<string, string, string>("FormRecognizerClient", "BatchReadReceiptInStream", "1.0-preview"), |
| 0 | 25 | | new Tuple<string, string, string>("FormRecognizerClient", "DeleteCustomModel", "1.0-preview"), |
| 0 | 26 | | new Tuple<string, string, string>("FormRecognizerClient", "GetCustomModel", "1.0-preview"), |
| 0 | 27 | | new Tuple<string, string, string>("FormRecognizerClient", "GetCustomModels", "1.0-preview"), |
| 0 | 28 | | new Tuple<string, string, string>("FormRecognizerClient", "GetExtractedKeys", "1.0-preview"), |
| 0 | 29 | | new Tuple<string, string, string>("FormRecognizerClient", "GetReadReceiptResult", "1.0-preview"), |
| 0 | 30 | | new Tuple<string, string, string>("FormRecognizerClient", "TrainCustomModel", "1.0-preview"), |
| 0 | 31 | | }.AsEnumerable(); |
| | 32 | | } |
| | 33 | | } |
| | 34 | | } |
| | 35 | | } |