@apple/app-store-server-library
    Preparing search index...

    Interface UploadMessageImage

    The definition of an image with its alternative text.

    UploadMessageImage

    interface UploadMessageImage {
        altText: string;
        imageIdentifier: string;
    }
    Index

    Properties

    altText: string

    The alternative text you provide for the corresponding image.

    Maximum length: 150 characters

    altText

    imageIdentifier: string

    The unique identifier of an image.

    imageIdentifier