SearchModelFactory.KnowledgeBaseImageContent(Uri) Method

Definition

Image content.

public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseImageContent KnowledgeBaseImageContent(Uri url = default);
static member KnowledgeBaseImageContent : Uri -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseImageContent
Public Shared Function KnowledgeBaseImageContent (Optional url As Uri = Nothing) As KnowledgeBaseImageContent

Parameters

url
Uri

The url of the image.

Returns

A new KnowledgeBaseImageContent instance for mocking.

Applies to