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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET