public sealed class Symbol : IMessage<Document.Types.Page.Types.Symbol>, IEquatable<Document.Types.Page.Types.Symbol>, IDeepCloneable<Document.Types.Page.Types.Symbol>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.Symbol.
A detected symbol.
Implements
IMessage<Document.Types.Page.Types.Symbol>, IEquatable<Document.Types.Page.Types.Symbol>, IDeepCloneable<Document.Types.Page.Types.Symbol>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Symbol()
public Symbol()
Symbol(Document.Types.Page.Types.Symbol)
public Symbol(Document.Types.Page.Types.Symbol other)
Parameter | |
---|---|
Name | Description |
other | Document.Types.Page.Types.Symbol |
Properties
DetectedLanguages
public RepeatedField<Document.Types.Page.Types.DetectedLanguage> DetectedLanguages { get; }
A list of detected languages together with confidence.
Property Value | |
---|---|
Type | Description |
RepeatedField<Document.Types.Page.Types.DetectedLanguage> |
Layout
public Document.Types.Page.Types.Layout Layout { get; set; }
[Layout][google.cloud.documentai.v1.Document.Page.Layout] for [Symbol][google.cloud.documentai.v1.Document.Page.Symbol].
Property Value | |
---|---|
Type | Description |
Document.Types.Page.Types.Layout |