Uses of Interface
software.amazon.awssdk.services.comprehend.model.KeyPhrase.Builder
-
Packages that use KeyPhrase.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of KeyPhrase.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return KeyPhrase.Builder Modifier and Type Method Description KeyPhrase.BuilderKeyPhrase.Builder. beginOffset(Integer beginOffset)The zero-based offset from the beginning of the source text to the first character in the key phrase.static KeyPhrase.BuilderKeyPhrase. builder()KeyPhrase.BuilderKeyPhrase.Builder. endOffset(Integer endOffset)The zero-based offset from the beginning of the source text to the last character in the key phrase.KeyPhrase.BuilderKeyPhrase.Builder. score(Float score)The level of confidence that Amazon Comprehend has in the accuracy of the detection.KeyPhrase.BuilderKeyPhrase.Builder. text(String text)The text of a key noun phrase.KeyPhrase.BuilderKeyPhrase. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type KeyPhrase.Builder Modifier and Type Method Description static Class<? extends KeyPhrase.Builder>KeyPhrase. serializableBuilderClass()
-