View Source GoogleApi.HealthCare.V1beta1.Model.Annotation (google_api_health_care v0.56.4)
An annotation record.
Attributes
-
annotationSource(type:GoogleApi.HealthCare.V1beta1.Model.AnnotationSource.t, default:nil) - Required. Details of the source. -
customData(type:map(), default:nil) - Additional information for this annotation record, such as annotator and verifier information or study campaign. -
imageAnnotation(type:GoogleApi.HealthCare.V1beta1.Model.ImageAnnotation.t, default:nil) - Annotations for images. For example, bounding polygons. -
name(type:String.t, default:nil) - Identifier. Resource name of the Annotation, of the formprojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}/annotations/{annotation_id}. -
resourceAnnotation(type:GoogleApi.HealthCare.V1beta1.Model.ResourceAnnotation.t, default:nil) - Annotations for resource. For example, classification tags. -
textAnnotation(type:GoogleApi.HealthCare.V1beta1.Model.SensitiveTextAnnotation.t, default:nil) - Annotations for sensitive texts. For example, a range that describes the location of sensitive text.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HealthCare.V1beta1.Model.Annotation{ annotationSource: GoogleApi.HealthCare.V1beta1.Model.AnnotationSource.t() | nil, customData: map() | nil, imageAnnotation: GoogleApi.HealthCare.V1beta1.Model.ImageAnnotation.t() | nil, name: String.t() | nil, resourceAnnotation: GoogleApi.HealthCare.V1beta1.Model.ResourceAnnotation.t() | nil, textAnnotation: GoogleApi.HealthCare.V1beta1.Model.SensitiveTextAnnotation.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.