Class DocumentSpan
java.lang.Object
com.azure.ai.documentintelligence.models.DocumentSpan
Contiguous region of the concatenated content property, specified as an offset
and length.
-
Method Summary
-
Method Details
-
getOffset
public int getOffset()Get the offset property: Zero-based index of the content represented by the span.- Returns:
- the offset value.
-
getLength
public int getLength()Get the length property: Number of characters in the content represented by the span.- Returns:
- the length value.
-