# TencentCOSDirectoryLoader

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/document_loaders/tencent_cos_directory/TencentCOSDirectoryLoader)

Load from `Tencent Cloud COS` directory.

## Signature

```python
TencentCOSDirectoryLoader(
    self,
    conf: Any,
    bucket: str,
    prefix: str = '',
)
```

## Extends

- `BaseLoader`

## Constructors

```python
__init__(
    self,
    conf: Any,
    bucket: str,
    prefix: str = '',
)
```

| Name | Type |
|------|------|
| `conf` | `Any` |
| `bucket` | `str` |
| `prefix` | `str` |


## Properties

- `conf`
- `bucket`
- `prefix`

## Methods

- [`lazy_load()`](https://reference.langchain.com/python/langchain-community/document_loaders/tencent_cos_directory/TencentCOSDirectoryLoader/lazy_load)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/document_loaders/tencent_cos_directory.py#L9)