Click or drag to resize

ScriptRegion Class

Represents a detected language script region in text.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.ContentScriptRegion

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class ScriptRegion

The ScriptRegion type exposes the following members.

Constructors
 NameDescription
Public methodScriptRegion Constructor.
Top
Properties
 NameDescription
Public propertyDetectedScript Dectected language script.
Public propertyEndIndex Script region ending index (zero-offset) in input text.
Public propertyStartIndex Script region starting index (zero-offset) in input text.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also