SensitiveTextAnnotationArgs

data class SensitiveTextAnnotationArgs(val details: Output<Map<String, String>>? = null) : ConvertibleToJava<SensitiveTextAnnotationArgs>

A TextAnnotation specifies a text range that includes sensitive information.

Constructors

Link copied to clipboard
fun SensitiveTextAnnotationArgs(details: Output<Map<String, String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SensitiveTextAnnotationArgs

Properties

Link copied to clipboard
val details: Output<Map<String, String>>? = null

Maps from a resource slice. For example, FHIR resource field path to a set of sensitive text findings. For example, Appointment.Narrative text1 --> {findings_1, findings_2, findings_3}