Uses of Class
software.amazon.awssdk.services.comprehend.model.Block
-
Packages that use Block Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of Block in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type Block Modifier and Type Method Description List<Block>DetectEntitiesResponse. blocks()Information about each block of text in the input document.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type Block Modifier and Type Method Description DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. blocks(Block... blocks)Information about each block of text in the input document.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type Block Modifier and Type Method Description DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. blocks(Collection<Block> blocks)Information about each block of text in the input document.
-