VideoAbuseReportReasons
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
videoAbuseReportReason
के संसाधन में यह जानकारी होती है कि किसी वीडियो में आपत्तिजनक कॉन्टेंट होने की वजह से उसे फ़्लैग किया जा सकता है. जब आपका ऐप्लिकेशन आपत्तिजनक वीडियो की शिकायत करने के लिए, videos.reportAbuse
का इस्तेमाल करता है, तब वीडियो की शिकायत करने की वजह का पता लगाने के लिए, videoAbuseReportReason
के संसाधन से मिली जानकारी का इस्तेमाल किया जाता है.
तरीके
videoAbuseReportReasons
संसाधनों के लिए, एपीआई नीचे दिए गए तरीकों के साथ काम करता है:
- list
- बुरे बर्ताव वाले वीडियो की शिकायत करने के लिए, वजहों की सूची पाएं.
इसे अभी आज़माएं.
संसाधन दिखाना
यहां दिया गया JSON स्ट्रक्चर, videoAbuseReportReason
संसाधन का फ़ॉर्मैट दिखाता है:
{
"kind": "youtube#videoAbuseReportReason",
"etag": etag,
"id": string,
"snippet": {
"label": string,
"secondaryReasons": [
{
"id": string,
"label": string
}
]
}
}
प्रॉपर्टी
यहां दी गई टेबल में, इस संसाधन में दिखने वाली प्रॉपर्टी के बारे में बताया गया है:
प्रॉपर्टी |
kind |
string
इससे पता चलता है कि एपीआई रिसॉर्स किस तरह का है. मान youtube#videoAbuseReportReason होगा. |
etag |
etag
इस संसाधन का ईटैग. |
id |
string
YouTube, इस आईडी का इस्तेमाल करके, वीडियो की वजह का पता लगाता है. videos.reportAbuse तरीके का इस्तेमाल करते समय, आपके ऐप्लिकेशन को reasonId प्रॉपर्टी सेट करने के लिए इस वैल्यू का इस्तेमाल करना चाहिए. |
snippet |
object
snippet ऑब्जेक्ट में, वजह के बारे में बुनियादी जानकारी मौजूद होती है. |
snippet.label |
string
बुरे बर्ताव की शिकायत की वजह के लिए, स्थानीय भाषा में लिखे गए लेबल का टेक्स्ट. |
snippet.secondaryReasons[] |
list
वजह से जुड़ी दूसरी वजहों की सूची, अगर कोई उपलब्ध हो. (0 या इससे ज़्यादा हो सकते हैं.) |
snippet.secondaryReasons[].id |
string
इस आईडी का इस्तेमाल करके, YouTube दूसरी वजह का पता लगाता है. videos.reportAbuse तरीके का इस्तेमाल करते समय, आपके ऐप्लिकेशन को secondaryReasonId प्रॉपर्टी सेट करने के लिए इस वैल्यू का इस्तेमाल करना चाहिए. |
snippet.secondaryReasons[].label |
string
दूसरी वजह से, स्थानीय जगह के हिसाब से लेबल का टेक्स्ट. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-04-26 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-04-26 (UTC) को अपडेट किया गया."],[[["A `videoAbuseReportReason` resource provides the reasons for flagging a video as abusive."],["The `videos.reportAbuse` method utilizes `videoAbuseReportReason` data to specify why a video is being reported."],["The API's `videoAbuseReportReasons.list` method lets users get a list of reasons for reporting abusive videos."],["The resource is represented in JSON format, containing an id, kind, etag and snippet, along with additional nested information, such as secondary reasons."],["Each of the labels and secondary reasons available to report a video with also have an ID that is used when using the `videos.reportAbuse` method."]]],["The `videoAbuseReportReason` resource provides data for flagging abusive video content. It contains an ID, localized label, and optional secondary reasons, each with their ID and label. The `videos.reportAbuse` method uses the `videoAbuseReportReason` data, which you can list by calling the `videoAbuseReportReasons/list` method. The resource's `id` property is used in the `videos.reportAbuse` method to define the reason for the report. Secondary reasons are listed in the `snippet` property.\n"]]