Model Armor v1beta API - Class SdpFinding.Types.SdpFindingLocation (1.0.0-beta04)

public sealed class SdpFinding.Types.SdpFindingLocation : IMessage<SdpFinding.Types.SdpFindingLocation>, IEquatable<SdpFinding.Types.SdpFindingLocation>, IDeepCloneable<SdpFinding.Types.SdpFindingLocation>, IBufferMessage, IMessage

Reference documentation and code samples for the Model Armor v1beta API class SdpFinding.Types.SdpFindingLocation.

Location of this Sensitive Data Protection Finding within input content.

Inheritance

object > SdpFinding.Types.SdpFindingLocation

Namespace

Google.Cloud.ModelArmor.V1Beta

Assembly

Google.Cloud.ModelArmor.V1Beta.dll

Constructors

SdpFindingLocation()

public SdpFindingLocation()

SdpFindingLocation(SdpFindingLocation)

public SdpFindingLocation(SdpFinding.Types.SdpFindingLocation other)
Parameter
Name Description
other SdpFindingTypesSdpFindingLocation

Properties

ByteRange

public RangeInfo ByteRange { get; set; }

Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content.

Property Value
Type Description
RangeInfo

CodepointRange

public RangeInfo CodepointRange { get; set; }

Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.

Property Value
Type Description
RangeInfo