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

    Type Alias ImageResultJson

    from message yeying.api.llm.ImageResult

    type ImageResultJson = {
        count?: number;
        quality?: string;
        responseContentFormat?: ContentFormatEnumJson;
        size?: string;
        style?: string;
    }
    Index

    Properties

    count?: number

    from field: int32 count = 2;

    quality?: string

    from field: string quality = 4;

    responseContentFormat?: ContentFormatEnumJson

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

    size?: string

    from field: string size = 3;

    style?: string

    from field: string style = 5;