VideoAbuseReportReasons
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
videoAbuseReportReason
資源內含影片遭檢舉含有不當內容的原因。當應用程式呼叫 videos.reportAbuse
方法回報不當影片時,要求會使用 videoAbuseReportReason
資源的資訊,找出檢舉影片的原因。
方法
這個 API 支援下列 videoAbuseReportReasons
資源方法:
- list
- 擷取可用於檢舉濫用行為影片的原因清單。
立即試用。
屬性
下表定義了這項資源中顯示的屬性:
屬性 |
kind |
string 識別 API 資源的類型。值為 youtube#videoAbuseReportReason 。 |
etag |
etag
這項資源的 Etag。 |
id |
string
YouTube 用來辨識原因的 ID。呼叫 videos.reportAbuse 方法時,應用程式應使用這個值設定 reasonId 屬性。 |
snippet |
object
snippet 物件包含原因的基本詳細資料。 |
snippet.label |
string
濫用行為檢舉原因的本地化標籤文字。 |
snippet.secondaryReasons[] |
list
與原因相關的次要原因清單 (如有)。(可能會有 0 個以上)。 |
snippet.secondaryReasons[].id |
string
YouTube 用來識別次要原因的 ID。呼叫 videos.reportAbuse 方法時,應用程式應使用這個值設定 secondaryReasonId 屬性。 |
snippet.secondaryReasons[].label |
string
次要原因的本地化標籤文字。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-04-26 (世界標準時間)。
[[["容易理解","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 (世界標準時間)。"],[[["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"]]