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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6620
6621
6622
6623
6624
# File 'lib/aws-sdk-rekognition/types.rb', line 6620

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