Type alias AwsRekognitionDetectLabels

AwsRekognitionDetectLabels: AddonData<{
    LabelModelVersion: string;
    Labels: AwsRekognitionDetectLabel[];
}>

Generated using TypeDoc