Class: Google::Apis::HealthcareV1beta1::AnalyzeEntitiesRequest
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::AnalyzeEntitiesRequest
- 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
-
#document_content ⇒ String
document_content is a document to be annotated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AnalyzeEntitiesRequest
constructor
A new instance of AnalyzeEntitiesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_content ⇒ String
document_content is a document to be annotated.
Corresponds to the JSON property documentContent
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 |