HealthDeidentificationModelFactory.DocumentDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DocumentDetails.
public static Azure.Health.Deidentification.DocumentDetails DocumentDetails(string id = default, Azure.Health.Deidentification.DocumentLocation input = default, Azure.Health.Deidentification.DocumentLocation output = default, Azure.Health.Deidentification.OperationState status = default, Azure.ResponseError error = default);
static member DocumentDetails : string * Azure.Health.Deidentification.DocumentLocation * Azure.Health.Deidentification.DocumentLocation * Azure.Health.Deidentification.OperationState * Azure.ResponseError -> Azure.Health.Deidentification.DocumentDetails
Public Shared Function DocumentDetails (Optional id As String = Nothing, Optional input As DocumentLocation = Nothing, Optional output As DocumentLocation = Nothing, Optional status As OperationState = Nothing, Optional error As ResponseError = Nothing) As DocumentDetails
Parameters
- id
- String
Id of the document details.
- input
- DocumentLocation
Location for the input.
- output
- DocumentLocation
Location for the output.
- status
- OperationState
Status of the document.
- error
- ResponseError
Error when document fails.
Returns
A new DocumentDetails instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET