Uses of Class
software.amazon.awssdk.services.comprehend.model.SyntaxToken
-
Packages that use SyntaxToken Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of SyntaxToken in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type SyntaxToken Modifier and Type Method Description List<SyntaxToken>BatchDetectSyntaxItemResult. syntaxTokens()The syntax tokens for the words in the document, one token for each word.List<SyntaxToken>DetectSyntaxResponse. syntaxTokens()A collection of syntax tokens describing the text.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type SyntaxToken Modifier and Type Method Description BatchDetectSyntaxItemResult.BuilderBatchDetectSyntaxItemResult.Builder. syntaxTokens(SyntaxToken... syntaxTokens)The syntax tokens for the words in the document, one token for each word.DetectSyntaxResponse.BuilderDetectSyntaxResponse.Builder. syntaxTokens(SyntaxToken... syntaxTokens)A collection of syntax tokens describing the text.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type SyntaxToken Modifier and Type Method Description BatchDetectSyntaxItemResult.BuilderBatchDetectSyntaxItemResult.Builder. syntaxTokens(Collection<SyntaxToken> syntaxTokens)The syntax tokens for the words in the document, one token for each word.DetectSyntaxResponse.BuilderDetectSyntaxResponse.Builder. syntaxTokens(Collection<SyntaxToken> syntaxTokens)A collection of syntax tokens describing the text.
-