FaceAnnotation
class FaceAnnotation extends Message
Face annotation.
Protobuf type Google\Cloud\Videointelligence\V1beta1\FaceAnnotation
Methods
No description
Thumbnail of a representative face view (in JPEG format). Encoding: base64.
Thumbnail of a representative face view (in JPEG format). Encoding: base64.
All locations where a face was detected.
All locations where a face was detected.
Face locations at one frame per second.
Face locations at one frame per second.
Details
at line 39
__construct()
at line 50
string
getThumbnail()
Thumbnail of a representative face view (in JPEG format). Encoding: base64.
Generated from protobuf field string thumbnail = 1;
at line 61
setThumbnail(string $var)
Thumbnail of a representative face view (in JPEG format). Encoding: base64.
Generated from protobuf field string thumbnail = 1;
at line 75
RepeatedField
getSegments()
All locations where a face was detected.
Faces are detected and tracked on a per-video basis (as opposed to across multiple videos).
Generated from protobuf field repeated .google.cloud.videointelligence.v1beta1.VideoSegment segments = 2;
at line 88
setSegments(array|RepeatedField $var)
All locations where a face was detected.
Faces are detected and tracked on a per-video basis (as opposed to across multiple videos).
Generated from protobuf field repeated .google.cloud.videointelligence.v1beta1.VideoSegment segments = 2;
at line 100
RepeatedField
getLocations()
Face locations at one frame per second.
Generated from protobuf field repeated .google.cloud.videointelligence.v1beta1.FaceLocation locations = 3;
at line 111
setLocations(array|RepeatedField $var)
Face locations at one frame per second.
Generated from protobuf field repeated .google.cloud.videointelligence.v1beta1.FaceLocation locations = 3;