public class StreamProcessorSettings
extends java.lang.Object
implements java.io.Serializable
Input parameters used to recognize faces in a streaming video analyzed by a Amazon Rekognition stream processor.
Constructor and Description |
---|
StreamProcessorSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
FaceSearchSettings |
getFaceSearch()
Face search settings to use on a streaming video.
|
int |
hashCode() |
void |
setFaceSearch(FaceSearchSettings faceSearch)
Face search settings to use on a streaming video.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StreamProcessorSettings |
withFaceSearch(FaceSearchSettings faceSearch)
Face search settings to use on a streaming video.
|
public FaceSearchSettings getFaceSearch()
Face search settings to use on a streaming video.
Face search settings to use on a streaming video.
public void setFaceSearch(FaceSearchSettings faceSearch)
Face search settings to use on a streaming video.
faceSearch
- Face search settings to use on a streaming video.
public StreamProcessorSettings withFaceSearch(FaceSearchSettings faceSearch)
Face search settings to use on a streaming video.
Returns a reference to this object so that method calls can be chained together.
faceSearch
- Face search settings to use on a streaming video.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.