| | | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | | 2 | | // Licensed under the MIT License. |
| | | 3 | | |
| | | 4 | | // <auto-generated/> |
| | | 5 | | |
| | | 6 | | #nullable disable |
| | | 7 | | |
| | | 8 | | using Azure; |
| | | 9 | | using Azure.Core; |
| | | 10 | | |
| | | 11 | | namespace Azure.AI.FormRecognizer |
| | | 12 | | { |
| | | 13 | | internal class ServiceAnalyzeLayoutAsyncHeaders |
| | | 14 | | { |
| | | 15 | | private readonly Response _response; |
| | 68 | 16 | | public ServiceAnalyzeLayoutAsyncHeaders(Response response) |
| | | 17 | | { |
| | 68 | 18 | | _response = response; |
| | 68 | 19 | | } |
| | | 20 | | /// <summary> URL containing the resultId used to track the progress and obtain the result of the analyze operat |
| | 0 | 21 | | public string OperationLocation => _response.Headers.TryGetValue("Operation-Location", out string value) ? value |
| | | 22 | | } |
| | | 23 | | } |