diff --git a/video/cloud-client/analyze/video_detect_faces_beta.py b/video/cloud-client/analyze/video_detect_faces_beta.py index 49eb20dd0d6..9d882d488e9 100644 --- a/video/cloud-client/analyze/video_detect_faces_beta.py +++ b/video/cloud-client/analyze/video_detect_faces_beta.py @@ -70,8 +70,7 @@ def detect_faces(local_file_path="path/to/your/video-file.mp4"): print("\tright : {}".format(box.right)) print("\tbottom: {}".format(box.bottom)) - # Attributes include glasses, headwear, facial hair, smiling, - # direction of gaze, etc. + # Attributes include glasses, headwear, smiling, direction of gaze print("Attributes:") for attribute in timestamped_object.attributes: print( diff --git a/video/cloud-client/analyze/video_detect_faces_gcs_beta.py b/video/cloud-client/analyze/video_detect_faces_gcs_beta.py index 7e3a3e7d859..262184b673a 100644 --- a/video/cloud-client/analyze/video_detect_faces_gcs_beta.py +++ b/video/cloud-client/analyze/video_detect_faces_gcs_beta.py @@ -65,8 +65,7 @@ def detect_faces(gcs_uri="gs://YOUR_BUCKET_ID/path/to/your/video.mp4"): print("\tright : {}".format(box.right)) print("\tbottom: {}".format(box.bottom)) - # Attributes include glasses, headwear, facial hair, smiling, - # direction of gaze, etc. + # Attributes include glasses, headwear, smiling, direction of gaze print("Attributes:") for attribute in timestamped_object.attributes: print(