View Source GoogleApi.HealthCare.V1beta1.Model.ImageAnnotation (google_api_health_care v0.50.1)

Image annotation.

Attributes

  • boundingPolys (type: list(GoogleApi.HealthCare.V1beta1.Model.BoundingPoly.t), default: nil) - The list of polygons outlining the sensitive regions in the image.
  • frameIndex (type: integer(), default: nil) - 0-based index of the image frame. For example, an image frame in a DICOM instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ImageAnnotation{
  boundingPolys: [GoogleApi.HealthCare.V1beta1.Model.BoundingPoly.t()] | nil,
  frameIndex: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.