# `LangExtract.Chunker.Chunk`
[🔗](https://github.com/mdepolli/lang_extract/blob/v0.10.0/lib/lang_extract/chunker/chunk.ex#L1)

A chunk of text with its byte offset in the source.

# `t`

```elixir
@type t() :: %LangExtract.Chunker.Chunk{
  byte_end: non_neg_integer(),
  byte_start: non_neg_integer(),
  text: String.t()
}
```

---

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