Class ResponseFormat
ResponseFormat class
表示响应的格式,可以是字符串值或对象值。
public class ResponseFormat : IStringOrObject<ObjectType>
Constructors
Name | Description |
---|---|
ResponseFormat() | 默认构造函数。 |
Properties
Name | Description |
---|---|
IsObjectValue { get; } | 获取一个值,指示响应格式是否为对象值。 |
IsStringValue { get; } | 获取一个值,指示响应格式是否为字符串值。 |
ObjectValue { get; set; } | 获取或设置响应格式的对象值。 |
StringValue { get; set; } | 获取或设置响应格式的字符串值。 |
See Also
- interface IStringOrObject<T>
- class ObjectType
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF