TextAnalysisModelFactory.CustomHealthcareOperationResult 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 CustomHealthcareOperationResult.
public static Azure.AI.Language.Text.CustomHealthcareOperationResult CustomHealthcareOperationResult (DateTimeOffset lastUpdateDateTime = default, Azure.AI.Language.Text.TextActionState status = default, string name = default, Azure.AI.Language.Text.CustomHealthcareResult results = default);
static member CustomHealthcareOperationResult : DateTimeOffset * Azure.AI.Language.Text.TextActionState * string * Azure.AI.Language.Text.CustomHealthcareResult -> Azure.AI.Language.Text.CustomHealthcareOperationResult
Public Shared Function CustomHealthcareOperationResult (Optional lastUpdateDateTime As DateTimeOffset = Nothing, Optional status As TextActionState = Nothing, Optional name As String = Nothing, Optional results As CustomHealthcareResult = Nothing) As CustomHealthcareOperationResult
Parameters
- lastUpdateDateTime
- DateTimeOffset
The last updated time in UTC for the task.
- status
- TextActionState
The status of the task at the mentioned last update time.
- name
- String
task name.
- results
- CustomHealthcareResult
Contains the list of document results.
Returns
A new CustomHealthcareOperationResult instance for mocking.