IRekognitionDetectCustomLabelsRequest
Interface in AWS.Rekognition
Interface for DetectCustomLabels requests.
Ancestors
Properties
Image
property Image: IRekognitionImage
Type: IRekognitionImage
Specify an input image to detect custom labels within.
MaxLabels
property MaxLabels: TOptional<Integer>
Optionally, specify the maximum number of labels to be returned.
The service returns the labels with the highest confidence.
MinConfidence
property MinConfidence: TOptional<Single>
Optionally, specify the the minimum confidence level for the labels to be returned.
Valid range: 0 - 100. All labels will be returned if 0 is specified. When not specified, labels will be returned based on the assumed threshold for each label.
ProjectVersionArn
property ProjectVersionArn: TARN
Specify the Amazon Resource Name (ARN) of the model version that you want to use.