@Generated(value="software.amazon.awssdk:codegen") public final class StreamProcessor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamProcessor.Builder,StreamProcessor>
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.
Modifier and Type | Class and Description |
---|---|
static interface |
StreamProcessor.Builder |
Modifier and Type | Method and Description |
---|---|
static StreamProcessor.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Name of the Amazon Rekognition stream processor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamProcessor.Builder> |
serializableBuilderClass() |
StreamProcessorStatus |
status()
Current status of the Amazon Rekognition stream processor.
|
String |
statusAsString()
Current status of the Amazon Rekognition stream processor.
|
StreamProcessor.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
Name of the Amazon Rekognition stream processor.
public StreamProcessorStatus status()
Current status of the Amazon Rekognition stream processor.
If the service returns an enum value that is not available in the current SDK version, status
will
return StreamProcessorStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
StreamProcessorStatus
public String statusAsString()
Current status of the Amazon Rekognition stream processor.
If the service returns an enum value that is not available in the current SDK version, status
will
return StreamProcessorStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
StreamProcessorStatus
public StreamProcessor.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StreamProcessor.Builder,StreamProcessor>
public static StreamProcessor.Builder builder()
public static Class<? extends StreamProcessor.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.