VideoAbuseReportReasons
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
videoAbuseReportReason
kaynağı, bir videonun kötüye kullanım amaçlı içerik barındırdığı için işaretlenme nedenine dair bilgileri içerir. Uygulamanız, kötüye kullanım amaçlı bir videoyu bildirmek için videos.reportAbuse
yöntemini çağrdığında istek, videonun bildirilme nedenini belirlemek için videoAbuseReportReason
kaynağındaki bilgileri kullanır.
Yöntemler
API, videoAbuseReportReasons
kaynakları için aşağıdaki yöntemleri destekler:
- list
- Kötüye kullanım amaçlı videoları bildirmek için kullanılabilecek nedenlerin listesini alın.
Hemen deneyin.
Kaynak temsili
Aşağıdaki JSON yapısında, videoAbuseReportReason
kaynağının biçimi gösterilmektedir:
{
"kind": "youtube#videoAbuseReportReason",
"etag": etag,
"id": string,
"snippet": {
"label": string,
"secondaryReasons": [
{
"id": string,
"label": string
}
]
}
}
Özellikler
Aşağıdaki tabloda bu kaynakta görünen özellikler tanımlanmaktadır:
Özellikler |
kind |
string
API kaynağının türünü tanımlar. Değer youtube#videoAbuseReportReason olur. |
etag |
etag
Bu kaynağın Etag değeri. |
id |
string
YouTube'un nedeni tanımlamak için kullandığı kimlik. Uygulamanız, videos.reportAbuse yöntemini çağırırken reasonId özelliğini ayarlamak için bu değeri kullanmalıdır. |
snippet |
object
snippet nesnesi, nedenle ilgili temel ayrıntıları içerir. |
snippet.label |
string
Kötüye kullanım raporu nedeninin yerelleştirilmiş etiket metni. |
snippet.secondaryReasons[] |
list
Nedenle ilişkili ikincil nedenlerin listesi (varsa). (0 veya daha fazla olabilir.) |
snippet.secondaryReasons[].id |
string
YouTube'un ikincil nedeni tanımlamak için kullandığı kimlik. Uygulamanız, videos.reportAbuse yöntemini çağırırken secondaryReasonId özelliğini ayarlamak için bu değeri kullanmalıdır. |
snippet.secondaryReasons[].label |
string
İkincil neden için yerelleştirilmiş etiket metni. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-21 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-08-21 UTC."],[[["\u003cp\u003eA \u003ccode\u003evideoAbuseReportReason\u003c/code\u003e resource provides the reasons for flagging a video as abusive.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evideos.reportAbuse\u003c/code\u003e method utilizes \u003ccode\u003evideoAbuseReportReason\u003c/code\u003e data to specify why a video is being reported.\u003c/p\u003e\n"],["\u003cp\u003eThe API's \u003ccode\u003evideoAbuseReportReasons.list\u003c/code\u003e method lets users get a list of reasons for reporting abusive videos.\u003c/p\u003e\n"],["\u003cp\u003eThe resource is represented in JSON format, containing an id, kind, etag and snippet, along with additional nested information, such as secondary reasons.\u003c/p\u003e\n"],["\u003cp\u003eEach of the labels and secondary reasons available to report a video with also have an ID that is used when using the \u003ccode\u003evideos.reportAbuse\u003c/code\u003e method.\u003c/p\u003e\n"]]],["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"],null,[]]