Strands Agents Typescript SDK
    Preparing search index...

    Interface GuardContentImage

    Image content to be evaluated by guardrails.

    interface GuardContentImage {
        format: GuardImageFormat;
        source: GuardImageSource;
    }
    Index

    Properties

    Properties

    Image format.

    Image source (bytes only).