AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetFaceSearch operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Rekognition.Model.GetFaceSearchResponse

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class GetFaceSearchResponse : AmazonWebServiceResponse

The GetFaceSearchResponse type exposes the following members

Constructors

NameDescription
Public Method GetFaceSearchResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property JobId System.String

Gets and sets the property JobId.

Job identifier for the face search operation for which you want to obtain results. The job identifer is returned by an initial call to StartFaceSearch.

Public Property JobStatus Amazon.Rekognition.VideoJobStatus

Gets and sets the property JobStatus.

The current status of the face search job.

Public Property JobTag System.String

Gets and sets the property JobTag.

A job identifier specified in the call to StartFaceSearch and returned in the job completion notification sent to your Amazon Simple Notification Service topic.

Public Property NextToken System.String

Gets and sets the property NextToken.

If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of search results.

Public Property Persons System.Collections.Generic.List<Amazon.Rekognition.Model.PersonMatch>

Gets and sets the property Persons.

An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition collection. It also includes time information for when persons are matched in the video. You specify the input collection in an initial call to StartFaceSearch. Each Persons element includes a time the person was matched, face match details (FaceMatches) for matching faces in the collection, and person information (Person) for the matched person.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

If the job fails, StatusMessage provides a descriptive error message.

Public Property Video Amazon.Rekognition.Model.Video

Gets and sets the property Video.

Public Property VideoMetadata Amazon.Rekognition.Model.VideoMetadata

Gets and sets the property VideoMetadata.

Information about a video that Amazon Rekognition analyzed. Videometadata is returned in every page of paginated responses from a Amazon Rekognition Video operation.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5