DataSourceVectorizer.Implicit(DataSourceVectorizer to BinaryContent) Operator
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.
public static implicit operator System.ClientModel.BinaryContent(Azure.AI.OpenAI.Chat.DataSourceVectorizer dataSourceVectorizer);
static member op_Implicit : Azure.AI.OpenAI.Chat.DataSourceVectorizer -> System.ClientModel.BinaryContent
Public Shared Widening Operator CType (dataSourceVectorizer As DataSourceVectorizer) As BinaryContent
Parameters
- dataSourceVectorizer
- DataSourceVectorizer
The DataSourceVectorizer to serialize into BinaryContent.