Class: Aws::ComprehendMedical::Types::InferSNOMEDCTResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::InferSNOMEDCTResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#characters ⇒ Types::Characters
The number of characters in the input request documentation.
-
#entities ⇒ Array<Types::SNOMEDCTEntity>
The collection of medical concept entities extracted from the input text and their associated information.
-
#model_version ⇒ String
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
-
#pagination_token ⇒ String
If the result of the request is truncated, the pagination token can be used to fetch the next page of entities.
-
#snomedct_details ⇒ Types::SNOMEDCTDetails
The details of the SNOMED-CT revision, including the edition, language, and version date.
Instance Attribute Details
#characters ⇒ Types::Characters
The number of characters in the input request documentation.
885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 885 class InferSNOMEDCTResponse < Struct.new( :entities, :pagination_token, :model_version, :snomedct_details, :characters) SENSITIVE = [] include Aws::Structure end |
#entities ⇒ Array<Types::SNOMEDCTEntity>
The collection of medical concept entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 885 class InferSNOMEDCTResponse < Struct.new( :entities, :pagination_token, :model_version, :snomedct_details, :characters) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 885 class InferSNOMEDCTResponse < Struct.new( :entities, :pagination_token, :model_version, :snomedct_details, :characters) SENSITIVE = [] include Aws::Structure end |
#pagination_token ⇒ String
If the result of the request is truncated, the pagination token can be used to fetch the next page of entities.
885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 885 class InferSNOMEDCTResponse < Struct.new( :entities, :pagination_token, :model_version, :snomedct_details, :characters) SENSITIVE = [] include Aws::Structure end |
#snomedct_details ⇒ Types::SNOMEDCTDetails
The details of the SNOMED-CT revision, including the edition, language, and version date.
885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 885 class InferSNOMEDCTResponse < Struct.new( :entities, :pagination_token, :model_version, :snomedct_details, :characters) SENSITIVE = [] include Aws::Structure end |