All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.aws.sdk.kotlin.services.rekognition.model.DetectLabelsResponse.kt Maven / Gradle / Ivy

// Code generated by smithy-kotlin-codegen. DO NOT EDIT!

package aws.sdk.kotlin.services.rekognition.model



public class DetectLabelsResponse private constructor(builder: Builder) {
    /**
     * Information about the properties of the input image, such as brightness, sharpness, contrast, and dominant colors.
     */
    public val imageProperties: aws.sdk.kotlin.services.rekognition.model.DetectLabelsImageProperties? = builder.imageProperties
    /**
     * Version number of the label detection model that was used to detect labels.
     */
    public val labelModelVersion: kotlin.String? = builder.labelModelVersion
    /**
     * An array of labels for the real-world objects detected.
     */
    public val labels: List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy