> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fireflies.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Speaker

> Schema for Speaker

<ResponseField name="id" type="number">
  ID of the speaker identified within the transcript
</ResponseField>

<ResponseField name="name" type="String">
  Name of the speaker identified within the transcript
</ResponseField>

## Additional Resources

<CardGroup cols={2}>
  <Card title="Transcript" icon="link" href="/schema/transcript">
    Schema for Transcript
  </Card>

  <Card title="Sentence" icon="link" href="/schema/sentence">
    Schema for Sentence
  </Card>
</CardGroup>
