From 2878322eea90f28ef2f47840e499d9e632b8c55f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Apr 2026 21:33:29 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/Ideogram.GenerateClient.PostLayerizeTextV3.g.cs | 4 ++-- .../Ideogram.IGenerateClient.PostLayerizeTextV3.g.cs | 4 ++-- src/libs/Ideogram/openapi.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/libs/Ideogram/Generated/Ideogram.GenerateClient.PostLayerizeTextV3.g.cs b/src/libs/Ideogram/Generated/Ideogram.GenerateClient.PostLayerizeTextV3.g.cs index 0e499a9..84085fc 100644 --- a/src/libs/Ideogram/Generated/Ideogram.GenerateClient.PostLayerizeTextV3.g.cs +++ b/src/libs/Ideogram/Generated/Ideogram.GenerateClient.PostLayerizeTextV3.g.cs @@ -22,7 +22,7 @@ partial void ProcessPostLayerizeTextV3ResponseContent( ref string content); /// - /// Detect and extract text layers from an image
+ /// Layerize Text
/// Analyzes an image to detect text regions, then returns each detected text block with its position, content, font information, and styling.
/// The response includes a text-erased base image (background with all text removed) and a flat list of detected text blocks.
/// Supported image formats include JPEG, PNG, and WebP (max size 10MB).
@@ -301,7 +301,7 @@ partial void ProcessPostLayerizeTextV3ResponseContent( } } /// - /// Detect and extract text layers from an image
+ /// Layerize Text
/// Analyzes an image to detect text regions, then returns each detected text block with its position, content, font information, and styling.
/// The response includes a text-erased base image (background with all text removed) and a flat list of detected text blocks.
/// Supported image formats include JPEG, PNG, and WebP (max size 10MB).
diff --git a/src/libs/Ideogram/Generated/Ideogram.IGenerateClient.PostLayerizeTextV3.g.cs b/src/libs/Ideogram/Generated/Ideogram.IGenerateClient.PostLayerizeTextV3.g.cs index 2b5e83a..67e2907 100644 --- a/src/libs/Ideogram/Generated/Ideogram.IGenerateClient.PostLayerizeTextV3.g.cs +++ b/src/libs/Ideogram/Generated/Ideogram.IGenerateClient.PostLayerizeTextV3.g.cs @@ -5,7 +5,7 @@ namespace Ideogram public partial interface IGenerateClient { /// - /// Detect and extract text layers from an image
+ /// Layerize Text
/// Analyzes an image to detect text regions, then returns each detected text block with its position, content, font information, and styling.
/// The response includes a text-erased base image (background with all text removed) and a flat list of detected text blocks.
/// Supported image formats include JPEG, PNG, and WebP (max size 10MB).
@@ -19,7 +19,7 @@ public partial interface IGenerateClient global::Ideogram.LayerizeTextRequest request, global::System.Threading.CancellationToken cancellationToken = default); /// - /// Detect and extract text layers from an image
+ /// Layerize Text
/// Analyzes an image to detect text regions, then returns each detected text block with its position, content, font information, and styling.
/// The response includes a text-erased base image (background with all text removed) and a flat list of detected text blocks.
/// Supported image formats include JPEG, PNG, and WebP (max size 10MB).
diff --git a/src/libs/Ideogram/openapi.json b/src/libs/Ideogram/openapi.json index f3de263..8793e6f 100644 --- a/src/libs/Ideogram/openapi.json +++ b/src/libs/Ideogram/openapi.json @@ -2786,7 +2786,7 @@ "description": "Too many requests." } }, - "summary": "Detect and extract text layers from an image", + "summary": "Layerize Text", "tags": [ "generate" ],