# wordpress-seo/trunk/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version trunk. 13 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/trunk/code/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/trunk/raw/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php
- Modified: 2023-09-19T09:07:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-seo/trunk/code/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php#L10-L20`.

```php
<?php

namespace YoastSEO_Vendor\GuzzleHttp;

use YoastSEO_Vendor\Psr\Http\Message\MessageInterface;
interface BodySummarizerInterface
{
    /**
     * Returns a summarized message body.
     */
    public function summarize(\YoastSEO_Vendor\Psr\Http\Message\MessageInterface $message) : ?string;
}

```
