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