GoogleApi.HealthCare.V1beta1.Model.Annotation (google_api_health_care v0.24.0) View Source

An annotation record.

Attributes

  • annotationSource (type: GoogleApi.HealthCare.V1beta1.Model.AnnotationSource.t, default: nil) - 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) - Resource name of the Annotation, of the form projects/{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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.HealthCare.V1beta1.Model.Annotation{
  annotationSource: GoogleApi.HealthCare.V1beta1.Model.AnnotationSource.t(),
  customData: map(),
  imageAnnotation: GoogleApi.HealthCare.V1beta1.Model.ImageAnnotation.t(),
  name: String.t(),
  resourceAnnotation: GoogleApi.HealthCare.V1beta1.Model.ResourceAnnotation.t(),
  textAnnotation: GoogleApi.HealthCare.V1beta1.Model.SensitiveTextAnnotation.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.