Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ partial void ProcessPostLayerizeTextV3ResponseContent(
ref string content);

/// <summary>
/// Detect and extract text layers from an image<br/>
/// Layerize Text<br/>
/// Analyzes an image to detect text regions, then returns each detected text block with its position, content, font information, and styling.<br/>
/// The response includes a text-erased base image (background with all text removed) and a flat list of detected text blocks.<br/>
/// Supported image formats include JPEG, PNG, and WebP (max size 10MB).<br/>
Expand Down Expand Up @@ -301,7 +301,7 @@ partial void ProcessPostLayerizeTextV3ResponseContent(
}
}
/// <summary>
/// Detect and extract text layers from an image<br/>
/// Layerize Text<br/>
/// Analyzes an image to detect text regions, then returns each detected text block with its position, content, font information, and styling.<br/>
/// The response includes a text-erased base image (background with all text removed) and a flat list of detected text blocks.<br/>
/// Supported image formats include JPEG, PNG, and WebP (max size 10MB).<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Ideogram
public partial interface IGenerateClient
{
/// <summary>
/// Detect and extract text layers from an image<br/>
/// Layerize Text<br/>
/// Analyzes an image to detect text regions, then returns each detected text block with its position, content, font information, and styling.<br/>
/// The response includes a text-erased base image (background with all text removed) and a flat list of detected text blocks.<br/>
/// Supported image formats include JPEG, PNG, and WebP (max size 10MB).<br/>
Expand All @@ -19,7 +19,7 @@ public partial interface IGenerateClient
global::Ideogram.LayerizeTextRequest request,
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Detect and extract text layers from an image<br/>
/// Layerize Text<br/>
/// Analyzes an image to detect text regions, then returns each detected text block with its position, content, font information, and styling.<br/>
/// The response includes a text-erased base image (background with all text removed) and a flat list of detected text blocks.<br/>
/// Supported image formats include JPEG, PNG, and WebP (max size 10MB).<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Ideogram/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@
"description": "Too many requests."
}
},
"summary": "Detect and extract text layers from an image",
"summary": "Layerize Text",
"tags": [
"generate"
],
Expand Down