हम Data API को अपडेट कर रहे हैं, ताकि यह Shorts पर मिले व्यू की गिनती करने के तरीके से मेल खा सके.
ज़्यादा जानें
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
इस संसाधन का 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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-06-20 (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"]],["आखिरी बार 2025-06-20 (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"]]