Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.DocumentCharLocation
Packages that use DocumentCharLocation
-
Uses of DocumentCharLocation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentCharLocationModifier and TypeMethodDescriptionfinal DocumentCharLocationCitationLocation.documentChar()The character-level location within the document where the cited content is found.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type DocumentCharLocationModifier and TypeMethodDescriptionCitationLocation.Builder.documentChar(DocumentCharLocation documentChar) The character-level location within the document where the cited content is found.static CitationLocationCitationLocation.fromDocumentChar(DocumentCharLocation documentChar) Create an instance of this class withCitationLocation.documentChar()initialized to the given value.