Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.DocumentPageLocation
-
Packages that use DocumentPageLocation Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of DocumentPageLocation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentPageLocation Modifier and Type Method Description 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 DocumentPageLocation Modifier and Type Method Description CitationLocation.BuilderCitationLocation.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.
-