Class ImageDescriptionResult

ImageDescriptionResult class

تمثل الاستجابة التي تحتوي على أوصاف الصور.

public class ImageDescriptionResult

Constructors

NameDescription
ImageDescriptionResult()المُنشئ الافتراضي.

Properties

NameDescription
FilePath { get; set; }يحصل أو يحدد اسم الملف.
ImageDescriptions { get; }يحصل أو يحدد قائمة أوصاف الصور.
IsPdfDocument { get; }يحصل على قيمة تشير إلى ما إذا كانت ImageDescriptionResult تحتوي على مستند PDF.
IsPdfDocumentPath { get; }يحصل على قيمة تشير إلى ما إذا كانت ImageDescriptionResult تحتوي على مسار مستند PDF.
PdfDocument { get; set; }يحصل أو يحدد مستند PDF.

See Also