Class StreamProcessor
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.StreamProcessor
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StreamProcessor.Builder,StreamProcessor>
@Generated("software.amazon.awssdk:codegen") public final class StreamProcessor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamProcessor.Builder,StreamProcessor>
An object that recognizes faces or labels in a streaming video. An Amazon Rekognition stream processor is created by a call to CreateStreamProcessor. The request parameters for
CreateStreamProcessordescribe the Kinesis video stream source for the streaming video, face recognition parameters, and where to stream the analysis resullts.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStreamProcessor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamProcessor.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()Name of the Amazon Rekognition stream processor.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StreamProcessor.Builder>serializableBuilderClass()StreamProcessorStatusstatus()Current status of the Amazon Rekognition stream processor.StringstatusAsString()Current status of the Amazon Rekognition stream processor.StreamProcessor.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
Name of the Amazon Rekognition stream processor.
- Returns:
- Name of the Amazon Rekognition stream processor.
-
status
public final 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,
statuswill returnStreamProcessorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Current status of the Amazon Rekognition stream processor.
- See Also:
StreamProcessorStatus
-
statusAsString
public final 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,
statuswill returnStreamProcessorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Current status of the Amazon Rekognition stream processor.
- See Also:
StreamProcessorStatus
-
toBuilder
public StreamProcessor.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StreamProcessor.Builder,StreamProcessor>
-
builder
public static StreamProcessor.Builder builder()
-
serializableBuilderClass
public static Class<? extends StreamProcessor.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-