Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Fitur Deteksi wajah Video Intelligence API mencari wajah dalam video dan menampilkan:
Segmen video,
atau segmen tempat wajah terdeteksi, di semua video dalam permintaan tertentu.
Opsional: kotak pembatas yang menentukan area frame video tempat
wajah terdeteksi. Untuk mengaktifkan fitur ini, tetapkan
kolom includeBoundingBoxes di FaceDetectionConfig ke True.
Opsional: atribut wajah yang terdeteksi.
Untuk mengaktifkan deteksi atribut, tetapkan kolom includeAttributes dalam
FaceDetectionConfig
ke True. (catatan: Anda juga harus menetapkanincludeBoundingBoxes ke True). Lihat juga
DetectedAttribute.
Kemungkinan atribut boolean:
Atribut
Deskripsi
headwear
Orang tersebut mengenakan topi, baret, syal, dan sebagainya. Tidak termasuk benda kecil yang menahan rambut (misalnya, jepit rambut).
frontal_gaze
Apakah mata orang tersebut melihat langsung ke kamera,
bukan hanya kedua matanya yang terlihat.
eyes_visible
Sklera (bagian putih mata) terlihat di kedua mata.
glasses
Orang tersebut memakai kacamata di wajah dan di atas matanya.
Kacamata dapat berwarna bening atau berwarna.
Catatan: Jika dipakai dengan cara lain (misalnya, di atas kepala, di sekitar leher),
kacamata akan diabaikan.
[[["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-08-17 UTC."],[],[],null,["# Face detection\n\nThe Video Intelligence API **Face detection** feature looks for faces in a video and returns:\n\n- The ,\n or segments in which a face is detected, across all videos in the given request.\n\n- Optional: bounding boxes defining the area of the video frame in which\n the face is detected. To enable this feature, set the\n `includeBoundingBoxes` field in the [`FaceDetectionConfig`](/video-intelligence/docs/reference/rest/v1/videos/annotate#facedetectionconfig) to `True`.\n\n- Optional: the detected attributes of the face.\n To enable attribute detection set the `includeAttributes` field within\n [`FaceDetectionConfig`](/video-intelligence/docs/reference/rest/v1/videos/annotate#facedetectionconfig)\n to `True`. (note: You must also set`includeBoundingBoxes` to `True`). Also see\n [`DetectedAttribute`](/video-intelligence/docs/reference/rpc/google.cloud.videointelligence.v1#detectedattribute).\n\n Possible boolean attributes:\n\nFor an example, see\n[Face detection](/video-intelligence/docs/face-detection).\n\nVideo Intelligence API Visualizer\n=================================\n\nCheck out the [Video Intelligence API visualizer](https://zackakil.github.io/video-intelligence-api-visualiser/#Face%20Detection) to see this feature in action."]]