EvalItem.HasImageContent Property
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.
Gets whether any message in the conversation contains image content.
public bool HasImageContent { get; }
member this.HasImageContent : bool
Public ReadOnly Property HasImageContent As Boolean
Property Value
Remarks
Checks for DataContent or UriContent with an image media type. Useful in EvalCheck functions to verify multimodal content is present.