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