-
Notifications
You must be signed in to change notification settings - Fork 264
/
DocumentContentSource.xml
46 lines (46 loc) · 2.58 KB
/
DocumentContentSource.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<Type Name="DocumentContentSource" FullName="Azure.AI.FormRecognizer.DocumentAnalysis.DocumentContentSource">
<TypeSignature Language="C#" Value="public abstract class DocumentContentSource" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit DocumentContentSource extends System.Object" />
<TypeSignature Language="DocId" Value="T:Azure.AI.FormRecognizer.DocumentAnalysis.DocumentContentSource" />
<TypeSignature Language="VB.NET" Value="Public MustInherit Class DocumentContentSource" />
<TypeSignature Language="F#" Value="type DocumentContentSource = class" />
<AssemblyInfo>
<AssemblyName>Azure.AI.FormRecognizer</AssemblyName>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
The location containing data to train Document Models and Document Classifiers.
Supported content sources are:
<list type="bullet"><item><description><see cref="T:Azure.AI.FormRecognizer.DocumentAnalysis.BlobContentSource" /></description></item><item><description><see cref="T:Azure.AI.FormRecognizer.DocumentAnalysis.BlobFileListContentSource" /></description></item></list></summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Kind">
<MemberSignature Language="C#" Value="public Azure.AI.FormRecognizer.DocumentAnalysis.DocumentContentSourceKind Kind { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Azure.AI.FormRecognizer.DocumentAnalysis.DocumentContentSourceKind Kind" />
<MemberSignature Language="DocId" Value="P:Azure.AI.FormRecognizer.DocumentAnalysis.DocumentContentSource.Kind" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Kind As DocumentContentSourceKind" />
<MemberSignature Language="F#" Value="member this.Kind : Azure.AI.FormRecognizer.DocumentAnalysis.DocumentContentSourceKind" Usage="Azure.AI.FormRecognizer.DocumentAnalysis.DocumentContentSource.Kind" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.AI.FormRecognizer</AssemblyName>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AI.FormRecognizer.DocumentAnalysis.DocumentContentSourceKind</ReturnType>
</ReturnValue>
<Docs>
<summary>
The source kind.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>