Uses of Class
software.amazon.awssdk.services.comprehend.model.TextSegment
-
Packages that use TextSegment Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of TextSegment in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type TextSegment Modifier and Type Method Description List<TextSegment>DetectToxicContentRequest. textSegments()A list of up to 10 text strings.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type TextSegment Modifier and Type Method Description DetectToxicContentRequest.BuilderDetectToxicContentRequest.Builder. textSegments(TextSegment... textSegments)A list of up to 10 text strings.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type TextSegment Modifier and Type Method Description DetectToxicContentRequest.BuilderDetectToxicContentRequest.Builder. textSegments(Collection<TextSegment> textSegments)A list of up to 10 text strings.
-