Class CfnStreamProcessor.BoundingBoxProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rekognition.CfnStreamProcessor.BoundingBoxProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamProcessor.BoundingBoxProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamProcessor.BoundingBoxProperty
@Stability(Stable)
@Internal
public static final class CfnStreamProcessor.BoundingBoxProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamProcessor.BoundingBoxProperty
An implementation for
CfnStreamProcessor.BoundingBoxProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rekognition.CfnStreamProcessor.BoundingBoxProperty
CfnStreamProcessor.BoundingBoxProperty.Builder, CfnStreamProcessor.BoundingBoxProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStreamProcessor.BoundingBoxProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberHeight of the bounding box as a ratio of the overall image height.final NumbergetLeft()Left coordinate of the bounding box as a ratio of overall image width.final NumbergetTop()Top coordinate of the bounding box as a ratio of overall image height.final NumbergetWidth()Width of the bounding box as a ratio of the overall image width.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStreamProcessor.BoundingBoxProperty.Builder.
-
-
Method Details
-
getHeight
Description copied from interface:CfnStreamProcessor.BoundingBoxPropertyHeight of the bounding box as a ratio of the overall image height.- Specified by:
getHeightin interfaceCfnStreamProcessor.BoundingBoxProperty- See Also:
-
getLeft
Description copied from interface:CfnStreamProcessor.BoundingBoxPropertyLeft coordinate of the bounding box as a ratio of overall image width.- Specified by:
getLeftin interfaceCfnStreamProcessor.BoundingBoxProperty- See Also:
-
getTop
Description copied from interface:CfnStreamProcessor.BoundingBoxPropertyTop coordinate of the bounding box as a ratio of overall image height.- Specified by:
getTopin interfaceCfnStreamProcessor.BoundingBoxProperty- See Also:
-
getWidth
Description copied from interface:CfnStreamProcessor.BoundingBoxPropertyWidth of the bounding box as a ratio of the overall image width.- Specified by:
getWidthin interfaceCfnStreamProcessor.BoundingBoxProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-