질문
유형 이름: 질문
CreativeWork를 확장합니다.
이름 |
유형 |
설명 |
수락 답변 |
정답 |
일반적으로 질문/답변 사이트에서 선정한 답변입니다. 사이트마다 선택 메커니즘이 다릅니다. 커뮤니티 의견이나 질문 작성자의 관점을 활용하는 등 여러 가지 방법이 있습니다. |
답변 수 |
정수 |
이 질문의 답변 수입니다. |
반대표 |
정수 |
커뮤니티에서 이 질문이 받은 반대표 수입니다. |
추천 답변 |
정답 |
질문에 대한 답변(질문이 있을 수 있는 여러 질문 중 하나일 수 있음)(예: 질문/답변 사이트) |
찬성 투표수 |
정수 |
커뮤니티에서 이 질문이 받은 찬성 투표 수입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-03(UTC)
[null,null,["최종 업데이트: 2024-09-03(UTC)"],[[["The `Question` type, which extends `CreativeWork`, is used to represent a question within a system."],["It includes properties like `acceptedAnswer`, `answerCount`, `downvoteCount`, `suggestedAnswer`, and `upvoteCount` to capture various aspects of a question and its answers."],["These properties store information like the accepted answer, total answers, downvotes, suggested answers, and upvotes associated with the question."]]],["The \"Question\" type, extending \"CreativeWork,\" includes properties for managing question-and-answer interactions. Key data points are: `acceptedAnswer` (the best answer), `answerCount` (total answers), `suggestedAnswer` (possible answers), `downvoteCount` (negative votes), and `upvoteCount` (positive votes). These attributes track community feedback and solution acceptance, relevant to Question/Answer sites. The content also defines data types of the aforementioned attributes, such as `Integer` and `Answer`.\n"]]