public sealed class LocationInfo : IMessage<ProcessorType.Types.LocationInfo>, IEquatable<ProcessorType.Types.LocationInfo>, IDeepCloneable<ProcessorType.Types.LocationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class ProcessorType.Types.LocationInfo.
The location information about where the processor is available.
Implements
IMessage<ProcessorType.Types.LocationInfo>, IEquatable<ProcessorType.Types.LocationInfo>, IDeepCloneable<ProcessorType.Types.LocationInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
LocationInfo()
public LocationInfo()
LocationInfo(ProcessorType.Types.LocationInfo)
public LocationInfo(ProcessorType.Types.LocationInfo other)
Parameter | |
---|---|
Name | Description |
other | ProcessorType.Types.LocationInfo |
Properties
LocationId
public string LocationId { get; set; }
The location id, currently must be one of [us, eu].
Property Value | |
---|---|
Type | Description |
String |