We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d883b commit ba4cb4dCopy full SHA for ba4cb4d
py/llama_cloud_services/parse/types.py
@@ -159,6 +159,9 @@ class Page(BaseModel):
159
durationInSeconds: Optional[float] = Field(
160
default=None, description="The duration of the audio transcript in seconds."
161
)
162
+ slideSpeakerNotes: Optional[str] = Field(
163
+ default=None, description="The speaker notes for the slide."
164
+ )
165
166
167
class JobResult(BaseModel):
0 commit comments