InferICD10CMResponse
public struct InferICD10CMResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The medical conditions detected in the text linked to ICD-10-CM concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.
Declaration
Swift
public let entities: [ICD10CMEntity]
-
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.
Declaration
Swift
public let modelVersion: String?
-
If the result of the previous request to InferICD10CM was truncated, include the PaginationToken to fetch the next page of medical condition entities.
Declaration
Swift
public let paginationToken: String?
-
Undocumented
Declaration
Swift
public init(entities: [ICD10CMEntity], modelVersion: String? = nil, paginationToken: String? = nil)