Class FileAnnotation
- java.lang.Object
-
- io.github.sashirestela.openai.common.content.FileAnnotation
-
- Direct Known Subclasses:
FileAnnotation.FileCitationAnnotation,FileAnnotation.FilePathAnnotation
public class FileAnnotation extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileAnnotation.AnnotationTypestatic classFileAnnotation.FileCitationAnnotationstatic classFileAnnotation.FilePathAnnotation
-
Field Summary
Fields Modifier and Type Field Description protected IntegerendIndexprotected Integerindexprotected IntegerstartIndexprotected Stringtextprotected FileAnnotation.AnnotationTypetype
-
Constructor Summary
Constructors Constructor Description FileAnnotation()
-
-
-
Field Detail
-
index
protected Integer index
-
type
protected FileAnnotation.AnnotationType type
-
text
protected String text
-
startIndex
protected Integer startIndex
-
endIndex
protected Integer endIndex
-
-