[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-17。"],[],[],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."]]