An image representing a radical subject.

interface WKRadicalCharacterImage {
    content_type: "image/png" | "image/svg+xml";
    metadata: WKRadicalCharacterImagePngMetadata | WKRadicalCharacterImageSvgMetadata;
    url: string;
}

Properties

content_type: "image/png" | "image/svg+xml"

The content type of the image. Currently the API delivers image/png and image/svg+xml.

Details about the image. Each content_type returns a uniquely structured object.

url: string

The location of the image.