# `Twilio.Resources.Intelligence.V2.Transcript.Media`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/intelligence/v2/transcript/media.ex#L2)

Media resource.

SID prefix: `GT`

Parent: `/Transcripts/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
| `account_sid` | The unique SID identifier of the Account. |
| `media_url` | Downloadable URL for media, if stored in Twilio AI.. Format: uri |
| `service_sid` | The unique SID identifier of the Service. |
| `sid` | The unique SID identifier of the Transcript. |
| `url` | The URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Intelligence.V2.Transcript.Media{
  account_sid: String.t() | nil,
  media_url: String.t() | nil,
  service_sid: String.t() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
