@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamProcessor extends Object implements Serializable, Cloneable, StructuredPojo
An object that recognizes faces in a streaming video. An Amazon Rekognition stream processor is created by a call to
. The request parameters for CreateStreamProcessor
describe the Kinesis video stream source for the
streaming video, face recognition parameters, and where to stream the analysis resullts.
Constructor and Description |
---|
StreamProcessor() |
Modifier and Type | Method and Description |
---|---|
StreamProcessor |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the Amazon Rekognition stream processor.
|
String |
getStatus()
Current status of the Amazon Rekognition stream processor.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
Name of the Amazon Rekognition stream processor.
|
void |
setStatus(String status)
Current status of the Amazon Rekognition stream processor.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StreamProcessor |
withName(String name)
Name of the Amazon Rekognition stream processor.
|
StreamProcessor |
withStatus(StreamProcessorStatus status)
Current status of the Amazon Rekognition stream processor.
|
StreamProcessor |
withStatus(String status)
Current status of the Amazon Rekognition stream processor.
|
public void setName(String name)
Name of the Amazon Rekognition stream processor.
name
- Name of the Amazon Rekognition stream processor.public String getName()
Name of the Amazon Rekognition stream processor.
public StreamProcessor withName(String name)
Name of the Amazon Rekognition stream processor.
name
- Name of the Amazon Rekognition stream processor.public void setStatus(String status)
Current status of the Amazon Rekognition stream processor.
status
- Current status of the Amazon Rekognition stream processor.StreamProcessorStatus
public String getStatus()
Current status of the Amazon Rekognition stream processor.
StreamProcessorStatus
public StreamProcessor withStatus(String status)
Current status of the Amazon Rekognition stream processor.
status
- Current status of the Amazon Rekognition stream processor.StreamProcessorStatus
public StreamProcessor withStatus(StreamProcessorStatus status)
Current status of the Amazon Rekognition stream processor.
status
- Current status of the Amazon Rekognition stream processor.StreamProcessorStatus
public String toString()
toString
in class Object
Object.toString()
public StreamProcessor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.