Model Armor v1 API - Class SdpContentLocation (1.0.0-beta07)

public sealed class SdpContentLocation : IMessage<SdpContentLocation>, IEquatable<SdpContentLocation>, IDeepCloneable<SdpContentLocation>, IBufferMessage, IMessage

Reference documentation and code samples for the Model Armor v1 API class SdpContentLocation.

Precise location of the finding within a document, record, image, or metadata container.

Inheritance

object > SdpContentLocation

Namespace

Google.Cloud.ModelArmor.V1

Assembly

Google.Cloud.ModelArmor.V1.dll

Constructors

SdpContentLocation()

public SdpContentLocation()

SdpContentLocation(SdpContentLocation)

public SdpContentLocation(SdpContentLocation other)
Parameter
Name Description
other SdpContentLocation

Properties

ContainerName

public string ContainerName { get; set; }

Name of the container where the finding is located. The top level name is the source file name or table name.

Nested names could be absent if the embedded object has no string identifier (for example, an image contained within a document).

Property Value
Type Description
string

ImageFindingLocation

public SdpImageFindingLocation ImageFindingLocation { get; set; }

Location within an image's pixels.

Property Value
Type Description
SdpImageFindingLocation

LocationCase

public SdpContentLocation.LocationOneofCase LocationCase { get; }
Property Value
Type Description
SdpContentLocationLocationOneofCase