Class SourceOutputFormats
Defines the source used for rendering an OutputFormat depending on the type of content
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SourceOutputFormats
  Properties
Audio
The source to be used for content of type Audio
Declaration
[JsonProperty("audio", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Audio { get; set; }
  Property Value
| string | 
Document
The source to be used for content of type Document
Declaration
[JsonProperty("document", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Document { get; set; }
  Property Value
| string | 
Image
The source to be used for content of type Image
Declaration
[JsonProperty("image", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Image { get; set; }
  Property Value
| string | 
Vector
The source to be used for content of type Vector
Declaration
[JsonProperty("vector", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Vector { get; set; }
  Property Value
| string | 
Video
The source to be used for content of type Video
Declaration
[JsonProperty("video", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Video { get; set; }
  Property Value
| string | 
Methods
FromJson(string)
Declaration
public static SourceOutputFormats FromJson(string data)
  Parameters
| string data | 
Returns
| SourceOutputFormats |