AnalyzeEntitiesRequest class
The request to analyze healthcare entities in a document.
Constructors
-
AnalyzeEntitiesRequest({String? alternativeOutputFormat, String? documentContent, List<
String> ? licensedVocabularies}) - AnalyzeEntitiesRequest.fromJson(Map json_)
Properties
- alternativeOutputFormat ↔ String?
-
Alternative output format to be generated based on the results of
analysis.
getter/setter pair
- documentContent ↔ String?
-
document_content is a document to be annotated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
licensedVocabularies
↔ List<
String> ? -
A list of licensed vocabularies to use in the request, in addition to the
default unlicensed vocabularies.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited