Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Video Intelligence Streaming API mendukung deteksi konten vulgar live dengan input streaming live data multimedia, dan output streaming real-time hasil analisis.
Objek JSON konfigurasi berikut menunjukkan cara menggunakan deteksi konten vulgar live AIStreamer untuk menganotasi video streaming.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[],[],null,["# Live explicit content detection\n\n| **Beta**\n|\n|\n| This feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nThe Video Intelligence Streaming API supports live explicit content detection\nwith live streaming input of multimedia data, and real-time streaming output\nof analysis results.\n\nThe following\n[configuration JSON object](https://github.com/google/aistreamer/tree/master/ingestion/client/cpp/config/explicit.json)\nshows how to use\n[AIStreamer](https://github.com/google/aistreamer/tree/master/ingestion)\nlive explicit content detection to annotate a streaming video. \n\n```javascript\n{\n \"video_config\": {\n \"feature\": \"STREAMING_EXPLICIT_CONTENT_DETECTION\"\n }\n}\n```\n\nThe AIStreamer returns a response similar to the following example. \n\n```scdoc\nReading response.\nTime: 0.168794s\n pornography: VERY_UNLIKELY\nTime: 1.069627s\n pornography: VERY_UNLIKELY\nTime: 2.116857s\n pornography: VERY_UNLIKELY\n```"]]