Class AnnotationAbstract
java.lang.Object
bg.codexio.ai.openai.api.payload.message.content.annotation.AnnotationAbstract
- All Implemented Interfaces:
Annotation
- Direct Known Subclasses:
FileCitationAnnotation,FilePathAnnotation
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAnnotationAbstract(String type, String text, Integer startIndex, Integer endIndex) -
Method Summary
-
Constructor Details
-
AnnotationAbstract
-
-
Method Details
-
type
- Specified by:
typein interfaceAnnotation
-
text
- Specified by:
textin interfaceAnnotation
-
startIndex
- Specified by:
startIndexin interfaceAnnotation
-
endIndex
- Specified by:
endIndexin interfaceAnnotation
-