ClinicalNoteEvidence 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.
A piece of evidence from a clinical note (text document).
public class ClinicalNoteEvidence
type ClinicalNoteEvidence = class
Public Class ClinicalNoteEvidence
- Inheritance
-
ClinicalNoteEvidence
Properties
Id |
The identifier of the document containing the evidence. |
Length |
The length of the evidence text span. |
Offset |
The start index of the evidence text span in the document (0 based). |
Text |
The actual text span which is evidence for the inference. |
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