public static class BatchDetectHealthEntityDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BatchDetectHealthEntityDetails |
build() |
BatchDetectHealthEntityDetails.Builder |
copy(BatchDetectHealthEntityDetails model) |
BatchDetectHealthEntityDetails.Builder |
documents(List<TextDocument> documents)
List of Documents for detect health entities.
|
BatchDetectHealthEntityDetails.Builder |
endpointId(String endpointId)
The endpoint which have to be used for inferencing.
|
BatchDetectHealthEntityDetails.Builder |
isDetectAssertions(Boolean isDetectAssertions)
is assertion on input text required.
|
BatchDetectHealthEntityDetails.Builder |
isDetectRelationships(Boolean isDetectRelationships)
is relationship on input text required.
|
BatchDetectHealthEntityDetails.Builder |
linkOntologies(List<String> linkOntologies)
List of NLP health ontologies to be linked
|
BatchDetectHealthEntityDetails.Builder |
profile(Profile profile) |
public BatchDetectHealthEntityDetails.Builder endpointId(String endpointId)
The endpoint which have to be used for inferencing.
endpointId
- the value to setpublic BatchDetectHealthEntityDetails.Builder documents(List<TextDocument> documents)
List of Documents for detect health entities.
documents
- the value to setpublic BatchDetectHealthEntityDetails.Builder linkOntologies(List<String> linkOntologies)
List of NLP health ontologies to be linked
linkOntologies
- the value to setpublic BatchDetectHealthEntityDetails.Builder isDetectAssertions(Boolean isDetectAssertions)
is assertion on input text required. default value true.
isDetectAssertions
- the value to setpublic BatchDetectHealthEntityDetails.Builder isDetectRelationships(Boolean isDetectRelationships)
is relationship on input text required. default value true.
isDetectRelationships
- the value to setpublic BatchDetectHealthEntityDetails.Builder profile(Profile profile)
public BatchDetectHealthEntityDetails build()
public BatchDetectHealthEntityDetails.Builder copy(BatchDetectHealthEntityDetails model)
Copyright © 2016–2024. All rights reserved.