Class: Google::Apis::HealthcareV1beta1::AnalyzeEntitiesRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/google/apis/healthcare_v1beta1/representations.rb

Overview

The request to analyze healthcare entities in a document.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AnalyzeEntitiesRequest

Returns a new instance of AnalyzeEntitiesRequest.



71
72
73
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 71

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#document_contentString

document_content is a document to be annotated. Corresponds to the JSON property documentContent

Returns:

  • (String)


69
70
71
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 69

def document_content
  @document_content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



76
77
78
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 76

def update!(**args)
  @document_content = args[:document_content] if args.key?(:document_content)
end