Class StreamProcessorOutput

    • Method Detail

      • kinesisDataStream

        public final KinesisDataStream kinesisDataStream()

        The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.

        Returns:
        The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
      • s3Destination

        public final S3Destination s3Destination()

        The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.

        Returns:
        The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)