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

A feature of an entity mention.

Attributes

  • confidence (type: float(), default: nil) - The model's confidence in this feature annotation. A number between 0 and 1.
  • value (type: String.t, default: nil) - The value of this feature annotation. Its range depends on the type of the feature.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.Feature{
  confidence: float() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.