public static interface InferSnomedctResponse.Builder extends ComprehendMedicalResponse.Builder, SdkPojo, CopyableBuilder<InferSnomedctResponse.Builder,InferSnomedctResponse>
| Modifier and Type | Method and Description |
|---|---|
InferSnomedctResponse.Builder |
characters(Characters characters)
The number of characters in the input request documentation.
|
default InferSnomedctResponse.Builder |
characters(Consumer<Characters.Builder> characters)
The number of characters in the input request documentation.
|
InferSnomedctResponse.Builder |
entities(Collection<SNOMEDCTEntity> entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
InferSnomedctResponse.Builder |
entities(Consumer<SNOMEDCTEntity.Builder>... entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
InferSnomedctResponse.Builder |
entities(SNOMEDCTEntity... entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
InferSnomedctResponse.Builder |
modelVersion(String modelVersion)
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.
|
InferSnomedctResponse.Builder |
paginationToken(String paginationToken)
If the result of the request is truncated, the pagination token can be used to fetch the next page of
entities.
|
default InferSnomedctResponse.Builder |
snomedctDetails(Consumer<SNOMEDCTDetails.Builder> snomedctDetails)
The details of the SNOMED-CT revision, including the edition, language, and version date.
|
InferSnomedctResponse.Builder |
snomedctDetails(SNOMEDCTDetails snomedctDetails)
The details of the SNOMED-CT revision, including the edition, language, and version date.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildInferSnomedctResponse.Builder entities(Collection<SNOMEDCTEntity> entities)
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 Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
entities - 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 Comprehend Medical has in the detection
and analysis. Attributes and traits of the entity are also returned.InferSnomedctResponse.Builder entities(SNOMEDCTEntity... entities)
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 Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
entities - 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 Comprehend Medical has in the detection
and analysis. Attributes and traits of the entity are also returned.InferSnomedctResponse.Builder entities(Consumer<SNOMEDCTEntity.Builder>... entities)
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 Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #entities(List) .entities - a consumer that will call methods on List.Builder #entities(List) InferSnomedctResponse.Builder paginationToken(String paginationToken)
If the result of the request is truncated, the pagination token can be used to fetch the next page of entities.
paginationToken - If the result of the request is truncated, the pagination token can be used to fetch the next page of
entities.InferSnomedctResponse.Builder modelVersion(String modelVersion)
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.
modelVersion - 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.InferSnomedctResponse.Builder snomedctDetails(SNOMEDCTDetails snomedctDetails)
The details of the SNOMED-CT revision, including the edition, language, and version date.
snomedctDetails - The details of the SNOMED-CT revision, including the edition, language, and version date.default InferSnomedctResponse.Builder snomedctDetails(Consumer<SNOMEDCTDetails.Builder> snomedctDetails)
The details of the SNOMED-CT revision, including the edition, language, and version date.
This is a convenience method that creates an instance of theSNOMEDCTDetails.Builder avoiding the
need to create one manually via SNOMEDCTDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to snomedctDetails(SNOMEDCTDetails).snomedctDetails - a consumer that will call methods on SNOMEDCTDetails.BuildersnomedctDetails(SNOMEDCTDetails)InferSnomedctResponse.Builder characters(Characters characters)
The number of characters in the input request documentation.
characters - The number of characters in the input request documentation.default InferSnomedctResponse.Builder characters(Consumer<Characters.Builder> characters)
The number of characters in the input request documentation.
This is a convenience method that creates an instance of theCharacters.Builder avoiding the need to
create one manually via Characters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to characters(Characters).characters - a consumer that will call methods on Characters.Buildercharacters(Characters)Copyright © 2022. All rights reserved.