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

The request to analyze healthcare entities in a document.

Attributes

  • alternativeOutputFormat (type: String.t, default: nil) - Optional. Alternative output format to be generated based on the results of analysis.
  • documentContent (type: String.t, default: nil) - document_content is a document to be annotated.
  • licensedVocabularies (type: list(String.t), default: nil) - A list of licensed vocabularies to use in the request, in addition to the default unlicensed vocabularies.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.AnalyzeEntitiesRequest{
  alternativeOutputFormat: String.t() | nil,
  documentContent: String.t() | nil,
  licensedVocabularies: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.