HealthcareActionResult Class
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.
Result object for the processed Healthcare document with detected language.
public class HealthcareActionResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.HealthcareActionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.HealthcareActionResult>
type HealthcareActionResult = class
interface IJsonModel<HealthcareActionResult>
interface IPersistableModel<HealthcareActionResult>
Public Class HealthcareActionResult
Implements IJsonModel(Of HealthcareActionResult), IPersistableModel(Of HealthcareActionResult)
- Inheritance
-
HealthcareActionResult
- Implements
Properties
DetectedLanguage |
If 'language' is set to 'auto' for the document in the request this field will contain a 2 letter ISO 639-1 representation of the language detected for this document. |
Entities |
Healthcare entities. |
FhirBundle |
JSON bundle containing a FHIR compatible object for consumption in other Healthcare tools. For additional information see https://www.hl7.org/fhir/overview.html. |
Id |
Unique, non-empty document identifier. |
Relations |
Healthcare entity relations. |
Statistics |
if showStats=true was specified in the request this field will contain information about the document payload. |
Warnings |
Warnings encountered while processing document. |
Explicit Interface Implementations
IJsonModel<HealthcareActionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HealthcareActionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HealthcareActionResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HealthcareActionResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HealthcareActionResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET