MessageInputImageFileBlock(MessageImageFileParam) Constructor
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.
Initializes a new instance of MessageInputImageFileBlock.
public MessageInputImageFileBlock(Azure.AI.Agents.Persistent.MessageImageFileParam imageFile);
new Azure.AI.Agents.Persistent.MessageInputImageFileBlock : Azure.AI.Agents.Persistent.MessageImageFileParam -> Azure.AI.Agents.Persistent.MessageInputImageFileBlock
Public Sub New (imageFile As MessageImageFileParam)
Parameters
- imageFile
- MessageImageFileParam
Information about the referenced image file, including file ID and optional detail level.
Exceptions
imageFile is null.