Class: Aws::Rekognition::Types::SearchedFace

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

Provides face metadata such as FaceId, BoundingBox, Confidence of the input face used for search.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#face_idString

Unique identifier assigned to the face.

Returns:

  • (String)


6607
6608
6609
6610
6611
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6607

class SearchedFace < Struct.new(
  :face_id)
  SENSITIVE = []
  include Aws::Structure
end