# Result:DocumentTrendsResult

### 기본 정보

* class: "Result:DocumentTrendsResult"
* position: -1
* title: "Result"

### content

| 항목    | 내용       | type        | 비고 |
| ----- | -------- | ----------- | -- |
| found | 문서 발견 여부 | boolean     |    |
| data  | 검색 결과    | json object |    |

#### data

| 항목      | 내용           | type        | 비고 |
| ------- | ------------ | ----------- | -- |
| profile | 단계별 처리 소요 시간 | json object |    |
| trends  | 일자별 트렌드 결과   | json object |    |

#### trends

| 항목             | 내용           | type        | 비고 |
| -------------- | ------------ | ----------- | -- |
| query          | 검색 대상 쿼리     | json object |    |
| total\_matches | 대상 문서 전체 개수  | number      |    |
| buckets        | 기간별 트렌드 결과   | json object |    |
| \_anomalies    | 이상 징후가 나타난 날 | array       |    |

#### buckets

| 항목          | 내용                                 | type   | 비고                                                  |
| ----------- | ---------------------------------- | ------ | --------------------------------------------------- |
| key         | 대상 기간                              | string |                                                     |
| value       | 해당 날짜(기간)에 입력한 쿼리가 전체 문서에서 차지하는 비중 | float  | 전체 뉴스 1000개중, 입력한 쿼리에 해당하는 뉴스가 1개이면, value 는 0.1(%) |
| count       | 해당 날짜(기간)에 입력한 쿼리가 문서 개수           | number | 전체 뉴스 1000개중, 입력한 쿼리에 해당하는 뉴스가 1개이면, count 는 1(개)   |
| frequencies | 미사용                                | array  |                                                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.deepsearch.com/dp/api/result_layout/result-documenttrendsresult.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
