GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument class
Document entry with metadata inside SearchDocumentsResponse
Constructors
-
GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument({GoogleCloudContentwarehouseV1Document? document, List<
String> ? matchedTokenPageIndices, GoogleCloudContentwarehouseV1QAResult? qaResult, String? searchTextSnippet}) - GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument.fromJson(Map json_)
Properties
- document ↔ GoogleCloudContentwarehouseV1Document?
-
Document that matches the specified SearchDocumentsRequest.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
matchedTokenPageIndices
↔ List<
String> ? -
Return the 1-based page indices where those pages have one or more matched
tokens.
getter/setter pair
- qaResult ↔ GoogleCloudContentwarehouseV1QAResult?
-
Experimental.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTextSnippet ↔ String?
-
Contains snippets of text from the document full raw text that most
closely match a search query's keywords, if available.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited