@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias ImageResult

    ImageResult: Message$1<"yeying.api.llm.ImageResult"> & {
        count: number;
        quality: string;
        responseContentFormat: ContentFormatEnum;
        size: string;
        style: string;
    }

    Type declaration

    • count: number

      from field: int32 count = 2;

    • quality: string

      from field: string quality = 4;

    • responseContentFormat: ContentFormatEnum

      from field: yeying.api.common.ContentFormatEnum responseContentFormat = 1;

    • size: string

      from field: string size = 3;

    • style: string

      from field: string style = 5;

    from message yeying.api.llm.ImageResult