SearchModelFactory.KnowledgeBaseImageContent(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.