GetTrendingTopic

현재 시장에서 벌어지고 있는 주요 이슈에 대한 문서를 가져옵니다.

Function specification

GetTrendingTopic(
                category, section, topic_uid,
                count=10, summary=True,
                highlight_query=None,
                fields=None
)

Parameters

Parameter

Type

Description

category

string or list of string

국내뉴스: news

section

string or list of string

정치: politics

경제: economy

사회: society

문화: culture

세계: world

기술/IT: tech

연예: entertainment

사설: opinion

topic_uid

integer

토픽의 ID

count

integer

결과로 나타나는 docs의 문서 수

summary

bool

연관 뉴스 content 를 요약할 것인지 설정

highlight_query

string

검색 결과에 하이라이트 할 키워드를 지정

fields

list of string

결과값으로 어떤 항목을 노출한 것인지 지정한다.

Result Layout

Result:TrendingTopicResult

Examples

Last updated

Was this helpful?