Class ProcessorType.Types.LocationInfo (1.0.0-beta04)

public sealed class LocationInfo : IMessage<ProcessorType.Types.LocationInfo>, IEquatable<ProcessorType.Types.LocationInfo>, IDeepCloneable<ProcessorType.Types.LocationInfo>, IBufferMessage, IMessage

The location information about where the processor is available.

Inheritance

Object > ProcessorType.Types.LocationInfo

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

LocationInfo()

public LocationInfo()

LocationInfo(ProcessorType.Types.LocationInfo)

public LocationInfo(ProcessorType.Types.LocationInfo other)
Parameter
NameDescription
otherProcessorType.Types.LocationInfo

Properties

LocationId

public string LocationId { get; set; }

The location id.

Property Value
TypeDescription
String