Java com.amazonaws.services.rekognition AmazonRekognitionClient fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.rekognition AmazonRekognitionClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.rekognition AmazonRekognitionClient.

The text is from its open source code.

Constructor

AmazonRekognitionClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Rekognition.
AmazonRekognitionClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Rekognition using the specified AWS account credentials.
AmazonRekognitionClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Amazon Rekognition using the specified AWS account credentials provider.
AmazonRekognitionClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on Amazon Rekognition using the specified parameters.

Method

DetectFacesResultdetectFaces(DetectFacesRequest request)

Detects faces within an image that is provided as input.

voidsetSignerRegionOverride(String signerRegionOverride)
An internal method used to explicitly override the internal signer region computed by the default implementation.