Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeStreamProcessorResponse

import type { DescribeStreamProcessorResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface DescribeStreamProcessorResponse {
CreationTimestamp?: Date | number | null;
DataSharingPreference?: StreamProcessorDataSharingPreference | null;
Input?: StreamProcessorInput | null;
KmsKeyId?: string | null;
LastUpdateTimestamp?: Date | number | null;
Name?: string | null;
NotificationChannel?: StreamProcessorNotificationChannel | null;
Output?: StreamProcessorOutput | null;
RegionsOfInterest?: RegionOfInterest[] | null;
RoleArn?: string | null;
Settings?: StreamProcessorSettings | null;
Status?: StreamProcessorStatus | null;
StatusMessage?: string | null;
StreamProcessorArn?: string | null;
}

§Properties

§
CreationTimestamp?: Date | number | null
[src]

Date and time the stream processor was created

§
DataSharingPreference?: StreamProcessorDataSharingPreference | null
[src]

Shows whether you are sharing data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.

§

Kinesis video stream that provides the source streaming video.

§
KmsKeyId?: string | null
[src]

The identifier for your AWS Key Management Service key (AWS KMS key). This is an optional parameter for label detection stream processors.

§
LastUpdateTimestamp?: Date | number | null
[src]

The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.

§
Name?: string | null
[src]

Name of the stream processor.

§
NotificationChannel?: StreamProcessorNotificationChannel | null
[src]
§

Kinesis data stream to which Amazon Rekognition Video puts the analysis results.

§
RegionsOfInterest?: RegionOfInterest[] | null
[src]

Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.

§
RoleArn?: string | null
[src]

ARN of the IAM role that allows access to the stream processor.

§

Input parameters used in a streaming video analyzed by a stream processor. You can use FaceSearch to recognize faces in a streaming video, or you can use ConnectedHome to detect labels.

§

Current status of the stream processor.

§
StatusMessage?: string | null
[src]

Detailed status message about the stream processor.

§
StreamProcessorArn?: string | null
[src]

ARN of the stream processor.