Show / Hide Table of Contents

Class CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty

Settings for generating data from images.

Inheritance
object
CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty
Implements
CfnDataAutomationProjectPropsMixin.IImageStandardExtractionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty : CfnDataAutomationProjectPropsMixin.IImageStandardExtractionProperty
Syntax (vb)
Public Class CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty Implements CfnDataAutomationProjectPropsMixin.IImageStandardExtractionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardextraction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Bedrock;

             var imageStandardExtractionProperty = new ImageStandardExtractionProperty {
                 BoundingBox = new ImageBoundingBoxProperty {
                     State = "state"
                 },
                 Category = new ImageExtractionCategoryProperty {
                     State = "state",
                     Types = new [] { "types" }
                 }
             };

Synopsis

Constructors

ImageStandardExtractionProperty()

Settings for generating data from images.

Properties

BoundingBox

Settings for generating bounding boxes.

Category

Settings for generating categorical data.

Constructors

ImageStandardExtractionProperty()

Settings for generating data from images.

public ImageStandardExtractionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardextraction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Bedrock;

             var imageStandardExtractionProperty = new ImageStandardExtractionProperty {
                 BoundingBox = new ImageBoundingBoxProperty {
                     State = "state"
                 },
                 Category = new ImageExtractionCategoryProperty {
                     State = "state",
                     Types = new [] { "types" }
                 }
             };

Properties

BoundingBox

Settings for generating bounding boxes.

public object? BoundingBox { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardextraction.html#cfn-bedrock-dataautomationproject-imagestandardextraction-boundingbox

Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IImageBoundingBoxProperty

Category

Settings for generating categorical data.

public object? Category { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-imagestandardextraction.html#cfn-bedrock-dataautomationproject-imagestandardextraction-category

Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IImageExtractionCategoryProperty

Implements

CfnDataAutomationProjectPropsMixin.IImageStandardExtractionProperty
Back to top Generated by DocFX