Strands Agents Typescript SDK
    Preparing search index...

    Type Alias GuardImageSource

    Source for guard content image. Only supports raw bytes.

    type GuardImageSource = {
        bytes: Uint8Array;
    }
    Index

    Properties

    Properties

    bytes: Uint8Array