Header menu logo FSharp.ATProto

DetectedFacet Type

A facet detected in rich text, with UTF-8 byte offsets and extracted content. Byte offsets are used rather than character indices because the AT Protocol specifies facet positions in UTF-8 byte coordinates.

Union cases

Union case Description

DetectedLink(byteStart, byteEnd, uri)

Full Usage: DetectedLink(byteStart, byteEnd, uri)

Parameters:
    byteStart : int
    byteEnd : int
    uri : string

A link (http:// or https://) detected in text.

byteStart : int
byteEnd : int
uri : string

DetectedMention(byteStart, byteEnd, handle)

Full Usage: DetectedMention(byteStart, byteEnd, handle)

Parameters:
    byteStart : int
    byteEnd : int
    handle : string

A mention (@handle) detected in text.

byteStart : int
byteEnd : int
handle : string

DetectedTag(byteStart, byteEnd, tag)

Full Usage: DetectedTag(byteStart, byteEnd, tag)

Parameters:
    byteStart : int
    byteEnd : int
    tag : string

A hashtag (#tag) detected in text.

byteStart : int
byteEnd : int
tag : string

Instance members

Instance member Description

this.IsDetectedLink

Full Usage: this.IsDetectedLink

Returns: bool
Returns: bool

this.IsDetectedMention

Full Usage: this.IsDetectedMention

Returns: bool
Returns: bool

this.IsDetectedTag

Full Usage: this.IsDetectedTag

Returns: bool
Returns: bool

Type something to start searching.