/
강원도민일보 전달 데이터 형식
문서 최신화를 위해서 변경된 부분 또는 수정할 부분이 발견되면 발견자가 꼭! 수정해주시기 바랍니다. !!!
강원도민일보 전달 데이터 형식
분류 정보
{
"id": "1231242",
"result": [
{
"code": "C001",
"name": "분류1",
"confidence": 0.788
},
{
"code": "C002",
"name": "분류2",
"confidence": 0.5
}
]
}
Name | Type | Description |
---|---|---|
id | string | 아이디 (파일명) |
result | json array | 결과 |
result 속성 정보
Name | Type | Description |
---|---|---|
code | string | 분류코드 |
name | string | 분류명 |
confidence | double | 분류율 (0~1) |
키워드 정보
{
"id": "1231242",
"result": [
{
"code": "W001",
"name": "단어1",
"count": 57
},
{
"code": "W002",
"name": "단어2",
"count": 45
}
]
}
Name | Type | Description |
---|---|---|
id | string | 아이디 (파일명) |
result | json array | 결과 |
result 속성 정보
Name | Type | Description |
---|---|---|
code | string | 단어코드 |
name | string | 단어명 |
count | integer | 단어개수 |
요약 정보
{
"id": "1231242",
"result": {
"abs": "생성 요약 내용입니다...",
"ext": "추출 요약 내용입니다..."
}
}
Name | Type | Description |
---|---|---|
id | string | 아이디 (파일명) |
result | json | 결과 |
result 속성 정보
Name | Type | Description |
---|---|---|
abs | string | 생성 요약 |
ext | string | 추출 요약 |
, multiple selections available,
Related content
인물분석_미디어종류별추이
인물분석_미디어종류별추이
More like this
분석요청 및 결과 데이터
분석요청 및 결과 데이터
More like this