[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[],[],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."]]