first implementation - image/drawing integration
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.aiteacher.book;
|
||||
|
||||
public record FigureResponse(
|
||||
String figureId,
|
||||
String label,
|
||||
String caption,
|
||||
String figureType,
|
||||
int page,
|
||||
String imageUrl,
|
||||
String sectionId,
|
||||
String sectionTitle
|
||||
) {}
|
||||
Reference in New Issue
Block a user