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 v1 API class SdpFinding.Types.SdpFindingLocation.
Location of this Sensitive Data Protection Finding within input content.
Implements
IMessageSdpFindingTypesSdpFindingLocation, IEquatableSdpFindingTypesSdpFindingLocation, IDeepCloneableSdpFindingTypesSdpFindingLocation, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1Assembly
Google.Cloud.ModelArmor.V1.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 |